[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Wed Sep 21 20:55:51 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv13984
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Wed Sep 21 22:55:50 2005
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.786 slime/ChangeLog:1.787
--- slime/ChangeLog:1.786 Wed Sep 21 13:53:26 2005
+++ slime/ChangeLog Wed Sep 21 22:55:50 2005
@@ -1,5 +1,19 @@
2005-09-21 Helmut Eller <heller at common-lisp.net>
+ * slime.el (slime-setup-command-hooks): Make
+ after-change-functions a buffer-local variable; it's by default
+ global in XEmacs.
+
+ * swank.lisp (throw-to-toplevel): Invoke the `abort-restart'
+ request instead of throwing to the `slime-toplevel' catch tag.
+ (handle-request): Rename the restart from abort to abort-request.
+ (call-with-connection): Remove the slime-toplevel catch tag
+ because with-connection is used in far to many places which aren't
+ at "toplevel".
+
+ * present.lisp (presentation-start, presentation-end): Use
+ finish-output instead of force-output.
+
* swank-gray.lisp, swank-cmucl.lisp: Improve stream efficiency by
buffering more output. stream-force-output simply does nothing, if
the output buffer was flushed less than 200 millisecons before.
More information about the slime-cvs
mailing list