[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Sun Nov 23 05:01:17 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv11315
Modified Files:
ChangeLog
Log Message:
Date: Sun Nov 23 00:01:17 2003
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.102 slime/ChangeLog:1.103
--- slime/ChangeLog:1.102 Sat Nov 22 02:45:24 2003
+++ slime/ChangeLog Sun Nov 23 00:01:16 2003
@@ -1,3 +1,17 @@
+2003-11-23 Luke Gorrie <luke at bluetail.com>
+
+ * swank-sbcl.lisp (describe-symbol-for-emacs): Don't ask for
+ (documentation SYM 'class), CLHS says there isn't any 'class
+ documentation (and SBCL warns).
+
+ * swank.lisp, swank-cmucl.lisp, swank-sbcl.lisp: Refactored
+ interface through swank-backend.lisp for: swank-compile-file,
+ swank-compile-string, describe-symbol-for-emacs (apropos),
+ macroexpand-all, arglist-string.
+
+ * swank-backend.lisp: New file defining the interface between
+ swank.lisp and the swank-*.lisp implementation files.
+
2003-11-22 Brian Mastenbrook <bmastenb at cs.indiana.edu>
* swank.asd: ASDF definition to load "swank-loader.lisp". This is
More information about the slime-cvs
mailing list