[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Tue Mar 30 07:33:01 UTC 2010
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2046 slime/ChangeLog:1.2050
--- slime/ChangeLog:1.2046 Fri Mar 26 22:07:57 2010
+++ slime/ChangeLog Mon Mar 29 11:57:44 2010
@@ -1,3 +1,30 @@
+2010-03-29 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el: Add gud as compile-time dependency.
+
+2010-03-29 Helmut Eller <heller at common-lisp.net>
+
+ Compile swank-sbcl-exts only for SBCL.
+
+ * swank-loader.lisp (*contribs*): Add #+sbcl.
+
+2010-03-29 Helmut Eller <heller at common-lisp.net>
+
+ Minor cleanups
+
+ * swank.lisp (connection): Make socket-io read-only again.
+ (*connections*): Move declaration before first use.
+ (finish-connection-setup): Merged into make-connection.
+ (accept-connections): Renamed from serve-connection and
+ reorganized so that the socket-io slot can be read-only.
+ (accept-authenticated-connection): Renamed to authenticate-client.
+ Update callers accordingly.
+
+2010-03-29 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank.lisp (connection-info): Use princ-to-string rather than
+ prin1-to-string as the latter may barf if *print-readably* is nil.
+
2010-03-27 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-check-location-buffer-name-sanity): Less duplication,
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.360 slime/contrib/ChangeLog:1.361
--- slime/contrib/ChangeLog:1.360 Tue Mar 23 16:21:48 2010
+++ slime/contrib/ChangeLog Mon Mar 29 22:07:10 2010
@@ -1,3 +1,11 @@
+2010-03-30 Stas Boukarev <stassats at gmail.com>
+
+ * swank-arglists.lisp (*arglist-show-packages*): New
+ customization variable, when non-nil show qualified symbols.
+ (with-arglist-io-syntax): new macro for respecting the above variable.
+ (decoded-arglist-to-string, decoded-arglist-to-template-string): Use
+ the macro above.
+
2010-03-23 Tobias C. Rittweiler <tcr at freebits.de>
Do not do an unnecessary autodoc RPC request in case we're not
More information about the slime-devel
mailing list