[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Sun Jul 6 04:35:04 UTC 2008
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1365 slime/ChangeLog:1.1367
--- slime/ChangeLog:1.1365 Fri Jul 4 19:30:44 2008
+++ slime/ChangeLog Sat Jul 5 09:38:25 2008
@@ -1,3 +1,31 @@
+2008-07-05 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank.lisp: Revert Melis' change from 2008-07-04; Global IO
+ redirection seems currently to be broken, and while it's not due
+ to that commit (it seems that it's been broken since longer), I
+ want to be on a safe bet.
+
+2008-07-05 Tobias C. Rittweiler <tcr at freebits.de>
+
+ `M-x slime-lisp-threads' will now contain a summary of what's
+ currently executed in a thread that was created by Swank.
+
+ * swank-backend.lisp (thread-description, set-thread-description):
+ New interface functions to associate strings with threads.
+ * swank-sbcl.lisp (thread-description, set-thread-description):
+ Implemented.
+
+ * swank.lisp (call-with-thread-description),
+ (with-thread-description): New.
+ (read-from-emacs): Now temporarily sets the thread-description of
+ the current thread to a summary of what's going to be executed by
+ the current request.
+ (defslimefun list-threads): Changed return value to also contain
+ a thread's description.
+
+ * slime.el (slime-list-threads, slime-thread-insert): Adapted to
+ new return value of LIST-THREADS.
+
2008-07-04 Gábor Melis <mega at retes.hu>
* swank.lisp (call-with-redirected-io): Rebind only standard
More information about the slime-devel
mailing list