[slime-devel] Daily ChangeLog diff

Luke Gorrie lgorrie at common-lisp.net
Tue Jul 13 07:00:07 UTC 2004


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-devel mailing list