[slime-cvs] CVS update: slime/ChangeLog

Helmut Eller heller at common-lisp.net
Mon Jun 28 16:09:33 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv6705

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***
Date: Mon Jun 28 09:09:33 2004
Author: heller

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.434 slime/ChangeLog:1.435
--- slime/ChangeLog:1.434	Mon Jun 28 05:43:22 2004
+++ slime/ChangeLog	Mon Jun 28 09:09:33 2004
@@ -1,3 +1,24 @@
+2004-06-28  Helmut Eller  <e9626484 at stud3.tuwien.ac.at>
+
+	* swank-allegro.lisp (nth-frame): Skip frames where
+	frame-visible-p is false.
+
+	* slime.el (slime-buffer-package): Return the cached package if
+	can't something more sensible; this reverts a previous change.
+	The Lisp side will now fall back to an existing package if the one
+	supplied by Emacs doesn't exist.  Using the cached version is also
+	necessary for some commands in the apropos buffer.
+	(sldb-insert-frame): Set the default-action property; pressing RET
+	on frame lines now shows/hides details.
+	(sldb-toggle-details): Preserve the current column.
+	(slime-inspector-buffer, slime-saved-window-config)
+	(slime-inspector-quit): Save and restore the window configuration.
+	(slime-highlight-suppressed-forms, slime-search-suppressed-forms):
+	Display expressions with reader conditionals (#+/#-) where the
+	test is false in font-lock-comment-face.  No implemented for
+	XEmacs.
+	(repl-return): New test.
+
 2004-06-28  Luke Gorrie  <luke at bluetail.com>
 
 	* slime.el: Events in the *slime-events* buffer are now exact





More information about the slime-cvs mailing list