[slime-devel] Daily ChangeLog diff
Marco Baringer
mbaringer at common-lisp.net
Tue Oct 31 05:35:02 UTC 2006
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.990 slime/ChangeLog:1.993
--- slime/ChangeLog:1.990 Sun Oct 29 05:14:40 2006
+++ slime/ChangeLog Mon Oct 30 11:25:09 2006
@@ -1,3 +1,25 @@
+2006-10-30 Marco Baringer <mb at bese.it>
+
+ * swank.lisp (*dont-close*): New variable.
+ (defpackage :swank): Export *dont-close*.
+ (start-server, create-server): Use *dont-close* as the default
+ value of the :dont-close parameter.
+ (connection-info): Send the wire-protocol-version (supplied by the
+ swank-version.el file) to slime when connecting.
+ (wire-protocol-version): New function.
+
+ * slime.el (slime-global-variable-name-regexp): New variable.
+ (slime-global-variable-name-p): Use
+ slime-global-variable-name-regexp.
+ ("swank-version"): Load swank-version.el to get the wire protocol
+ version.
+ (slime-set-connection-info): Check the wire protocol version.
+
+2006-10-30 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-global-variable-name-p): Oops... need to handle
+ very long strings.
+
2006-10-29 Attila Lendvai <attila.lendvai at gmail.com>
* slime.el (slime-global-variable-name-p): Use defun* instead of
More information about the slime-devel
mailing list