[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Fri Oct 31 19:29:29 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv26095
Modified Files:
ChangeLog
Log Message:
Date: Fri Oct 31 14:29:29 2003
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.71 slime/ChangeLog:1.72
--- slime/ChangeLog:1.71 Fri Oct 31 12:06:49 2003
+++ slime/ChangeLog Fri Oct 31 14:29:28 2003
@@ -1,3 +1,11 @@
+2003-10-31 Luke Gorrie <luke at bluetail.com>
+
+ * swank.lisp (interactive-eval): Evaluate in *buffer-package*.
+
+ * slime.el: Tweaked debugger window management somewhat: the
+ window configuration is saved when the debugger is first entered
+ and then restored when the idle state is reached.
+
2003-10-31 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* slime.el: (slime-repl-read-mode, slime-repl-read-xxx): New minor
@@ -43,6 +51,10 @@
* slime.el (slime-net-sentinel): Only show a message about
disconnection if the inferior-lisp is still running.
+ (slime-interrupt, slime-quit): Only send the quit/interrupt
+ message to Lisp if it is in fact evaluating something for us. This
+ fixes a protocol bug reported by Paolo Amoroso. Added (require
+ 'pp).
2003-10-28 James Bielman <jamesjb at jamesjb.com>
More information about the slime-cvs
mailing list