[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Tue Jan 17 20:34:19 UTC 2006
Update of /project/slime/cvsroot/slime
In directory common-lisp:/tmp/cvs-serv22460
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Tue Jan 17 14:34:19 2006
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.827 slime/ChangeLog:1.828
--- slime/ChangeLog:1.827 Mon Jan 2 21:58:39 2006
+++ slime/ChangeLog Tue Jan 17 14:34:19 2006
@@ -1,16 +1,36 @@
-2005-12-27 Alan Ruttenberg <alanr-l at mumble.net>
+2006-01-14 Helmut Eller <heller at common-lisp.net>
- * swank-abcl. (backtrace-as-list-ignoring-swank-calls): remove the
- swank calls from the backtrace to make it easier to use.
- (frame-locals): Fix a typo that caused entry into the debugger if you tried to
- look at frame locals. Now you don't error out, but you still don't see frame locals
- because I don't know how to get them :(
+ * slime.el (slime-compile-defun): If point was at the opening
+ paren we wrongly used the preceding toplevel form. Fix it.
+ Reported by Chisheng Huang and Liam M. Healy.
+
+ * swank.lisp (spawn-threads-for-connection): Fix a race condition:
+ Don't accept input before all threads are ready.
+
+ Make the fasl directory customizable: load-swank must now be
+ called explicitly so that we can supply the fasl dir as argument.
+
+ * swank-loader.lisp (load-swank): New entry point.
+
+2006-01-14 Andreas Fuchs <asf at boinkor.net>
+
+ * slime.el (slime-selector ?r): Call slime instead of slime-start
+ to pick up the usual defaults.
2005-12-31 Harald Hanche-Olsen <hanche at math.ntnu.no>
* slime.el (slime-open-stream-to-lisp): Inherit the
process-coding-system from the current connection.
+2005-12-27 Alan Ruttenberg <alanr-l at mumble.net>
+
+ * swank-abcl. (backtrace-as-list-ignoring-swank-calls): remove the
+ swank calls from the backtrace to make it easier to use.
+ (frame-locals): Fix a typo that caused entry into the debugger if
+ you tried to look at frame locals. Now you don't error out, but
+ you still don't see frame locals because I don't know how to get
+ them :(
+
2005-12-27 Helmut Eller <heller at common-lisp.net>
Keep a history of protocol events for better bug reports.
More information about the slime-cvs
mailing list