[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Wed Jan 7 01:21:22 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv20138
Modified Files:
ChangeLog
Log Message:
Date: Tue Jan 6 20:21:22 2004
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.186 slime/ChangeLog:1.187
--- slime/ChangeLog:1.186 Tue Jan 6 19:12:22 2004
+++ slime/ChangeLog Tue Jan 6 20:21:22 2004
@@ -1,4 +1,17 @@
2004-01-07 Luke Gorrie <luke at bluetail.com>
+
+ * slime.el: Multisession internal improvements. Now there are
+ three separate connection variables, in order of priority:
+ slime-dispatching-connection (dynamically-bound)
+ slime-buffer-connection (buffer-local)
+ slime-default-connection (global)
+ The most specific one available is used. This is splitting
+ `slime-connection' into multiple variables, so that you can be
+ specific about what you want to assign (i.e. know if you're
+ setting a dynamic binding or a buffer-local one).
+ Fixed some related bugs.
+ (slime-connection-close-hook): If default connection closes,
+ select another connection.
* slime.el (slime): Multisession support: with prefix argument,
gives the option of keeping existing sessions and firing up an
More information about the slime-cvs
mailing list