[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Sun Nov 23 12:16:33 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv16072
Modified Files:
ChangeLog
Log Message:
Date: Sun Nov 23 07:16:33 2003
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.104 slime/ChangeLog:1.105
--- slime/ChangeLog:1.104 Sun Nov 23 02:15:57 2003
+++ slime/ChangeLog Sun Nov 23 07:16:33 2003
@@ -1,5 +1,23 @@
2003-11-23 Luke Gorrie <luke at bluetail.com>
+ * slime.el (slime-goto-source-location): Added optional `align-p'
+ argument for :file and :emacs-buffer location types. This is for
+ OpenMCL - unlike CMUCL its positions are not character-accurate so
+ it needs to be aligned to the beginning of the sexp.
+
+ * swank-cmucl.lisp: Tidied up outline-minor-mode structure and
+ added comments and docstrings.
+
+ * swank-cmucl.lisp, swank-sbcl.lisp, swank-openmcl-lisp: Updated
+ to use new debugger interface in swank-backend.lisp.
+
+ * swank-backend.lisp (call-with-debugging-environment,
+ sldb-condition, debugger-info-for-emacs): More callbacks defined.
+
+ * swank.lisp: Tidied up outline-minor-mode structure, added
+ comments and docstrings.
+ (sldb-loop): Took over the main debugger loop.
+
* swank-openmcl.lisp: Updated after refactoring of other backends
(was broken).
More information about the slime-cvs
mailing list