[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Sat Feb 14 12:33:36 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv16271

Modified Files:
	ChangeLog 
Log Message:
*** empty log message ***

--- /project/slime/cvsroot/slime/ChangeLog	2009/02/14 12:33:27	1.1680
+++ /project/slime/cvsroot/slime/ChangeLog	2009/02/14 12:33:36	1.1681
@@ -1,3 +1,21 @@
+2009-02-14  Helmut Eller  <heller at common-lisp.net>
+
+	Don't signal conditions in interrupt handler to
+	avoid problems with naive code like
+	 (handler-case foo (condition bar))
+
+	* swank-backend.lisp (*interrupt-queued-handler*): Use a dynamic
+	variable instead.
+	(slime-interrupt-queued): Deleted.
+	* swank-cmucl.lisp, swank.lisp: Ditto.
+
+2009-02-14  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-restart-or-init-modeline-update-timer): Don't
+	run the timer repeatedly.
+	(slime-change-directory): Also change the directory in the
+	connection-buffer.
+
 2009-02-11  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-current-tlf, slime-current-form-path): New
@@ -51,24 +69,6 @@
 
 	Patch by Stas Boukarev.
 
-2009-02-14  Helmut Eller  <heller at common-lisp.net>
-
-	Don't signal conditions in interrupt handler to
-	avoid problems with naive code like
-	 (handler-case foo (condition bar))
-
-	* swank-backend.lisp (*interrupt-queued-handler*): Use a dynamic
-	variable instead.
-	(slime-interrupt-queued): Deleted.
-	* swank-cmucl.lisp, swank.lisp: Ditto.
-
-2009-01-30  Helmut Eller  <heller at common-lisp.net>
-
-	* slime.el (slime-restart-or-init-modeline-update-timer): Don't
-	run the timer repeatedly.
-	(slime-change-directory): Also change the directory in the
-	connection-buffer.
-
 2009-01-23  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-editing-keys): New variable; splitted from





More information about the slime-cvs mailing list