[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Mon Jul 12 10:55:19 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv17824
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Mon Jul 12 03:55:19 2004
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.466 slime/ChangeLog:1.467
--- slime/ChangeLog:1.466 Fri Jul 9 11:09:18 2004
+++ slime/ChangeLog Mon Jul 12 03:55:19 2004
@@ -1,3 +1,18 @@
+2004-07-12 Luke Gorrie <luke at bluetail.com>
+
+ * slime.el (slime-easy-menu): Added "Apropos all" menu item.
+ (slime-restart-lisp): Added `restart-lisp' shortcut. Doesn't do
+ the right thing if you have multiple Lisps up.
+
+ * swank.lisp: Added some docstrings.
+ Rearranged completion code and somewhat SLDB trying to layout
+ functions above their subfunctions in a tree-like way.
+ (slime-protocol-error): Renamed from slime-read-error.
+ (carefully-find-package): Now returns NIL if package can't be
+ determined, rather than *BUFFER-PACKAGE*. Correct? I didn't see
+ why it should return *BUFFER-PACKAGE*.
+ (xref): Find symbol in *BUFFER-PACKAGE*.
+
2004-07-09 Peter Seibel <peter at javamonkey.com>
* swank.lisp (package-string-for-prompt): Change the way package
More information about the slime-cvs
mailing list