[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Wed Feb 4 22:22:12 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv18785
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Wed Feb 4 17:22:11 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.243 slime/ChangeLog:1.244
--- slime/ChangeLog:1.243 Mon Feb 2 02:31:29 2004
+++ slime/ChangeLog Wed Feb 4 17:22:11 2004
@@ -1,3 +1,29 @@
+2004-02-04 Bryan O'Connor <bryan-slime at lunch.org>
+
+ * swank-openmcl.lisp (mailbox): Use a semaphore instead of
+ process-wait. Works better with native threads.
+
+2004-02-04 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * swank-backend.lisp (debugger-info-for-emacs): Export it.
+
+ * swank-sbcl.lisp (add-input-handler): Use fcntl from the sb-posix
+ package.
+
+ * swank.lisp (sldb-loop, dispatch-event, send-to-socket-io): Send
+ a :debug-activate event instead of a :debug event (to avoid
+ sending a potentially long backtrace each time).
+ (handle-sldb-condition): Include the thread-id in the message.
+
+ * slime.el (slime-path): Use load-file-name as fallback.
+ Suggested by Lawrence Mitchell.
+ (slime-dispatch-event): Add support for :debug-activate event.
+ (sldb-activate): New function.
+ (sldb-mode): make-local-hook doesn't seem to work in Emacs 20.
+ Use a buffer local variable instead.
+ (slime-list-connections): Don't print Lisp's state.
+ (slime-short-state-name): Deleted.
+
2004-02-02 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* slime.el (slime-debugger): The customization group is called
More information about the slime-cvs
mailing list