[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Sun Nov 23 03:33:01 UTC 2008


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1581 slime/ChangeLog:1.1586
--- slime/ChangeLog:1.1581	Sun Nov  2 12:05:24 2008
+++ slime/ChangeLog	Sat Nov 22 22:36:40 2008
@@ -1,3 +1,40 @@
+2008-11-22  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el (slime-update-all-modelines): Only walk through
+	widnow-list not buffer-list.
+	(slime-restart-or-init-modeline-update-timer): Inrease the timer
+	interval to 0.5 seconds.
+
+2008-11-22  Gábor Melis  <mega at retes.hu>
+
+	Reincarnate "eval..." (almost)
+
+	* slime.el (slime-compute-modeline-connection-state): Return the
+	number of outstanding requests if connected.
+	(slime-update-all-modelines): Renamed from slime-update-modelines,
+	loops through all slime buffers.
+	(slime-restart-or-init-modeline-update-timer): New function.
+	(slime-dispatch-event): Arrange for modelines to be updated on
+	:EMACS-REX and :RETURN.
+
+2008-11-22  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (invoke-default-debugger): New condition type.
+	(swank-debugger-hook): Handle invoke-default-debugger conditions.
+	(sldb-break-with-default-debugger): Signal invoke-default-debugger
+	to transfer control to the default debugger.
+	New argument DONT-UNWIND to invoke the native debugger without
+	unwinding the stack.
+	* slime.el (sldb-break-with-default-debugger): By default,
+	unwind the stack before invoke the native debugger.
+	With prefix argument, run the native debugger in the
+	dynamic environment of SLDB.
+
+2008-11-02  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el ([test] package-updating): Allegro returns "||" as
+	prompt for the keyword package.  I guess that's acceptable.
+
 2008-11-02  Helmut Eller  <heller at common-lisp.net>
 
 	* slime.el (slime-popup-buffer-quit): Always delete windows and
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.140 slime/contrib/ChangeLog:1.141
--- slime/contrib/ChangeLog:1.140	Fri Oct 31 13:52:16 2008
+++ slime/contrib/ChangeLog	Sat Nov 22 12:19:26 2008
@@ -1,3 +1,9 @@
+2008-11-22  Geoff Wozniak <geoff at wozniak.ca>
+
+	* swank-c-p-c.lisp (parse-completion-arguments): Change the
+	package identifier from the string "KEYWORD" to the
+	form (symbol-name :keyword) for ACL's "modern" mode.
+
 2008-10-31  Nikodemus Siivola <nikodemus at random-state.net>
 
 	* swank-presentation-streams.liso (slime-stream-p): delete




More information about the slime-devel mailing list