[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Thu Sep 1 09:44:01 UTC 2011
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2212 slime/ChangeLog:1.2214
--- slime/ChangeLog:1.2212 Fri Aug 26 04:10:47 2011
+++ slime/ChangeLog Wed Aug 31 23:29:30 2011
@@ -1,3 +1,14 @@
+2011-08-31 Anton Kovalenko <anton at sw4me.com>
+
+ * swank-sbcl.lisp (preferred-communication-style): check for
+ :sb-thread before :win32, so :spawn is preferred for threaded
+ Windows builds.
+
+2011-08-31 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * swank-sbcl.lisp (make-socket-io-stream): Backwards compatibility with
+ SBCL < 1.0.42.43 -- and bugfix.
+
2011-08-26 Mark Evenson <evenson at panix.com>
* swank-abcl.lisp (class-slots): Use exported symbol allowing
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.490 slime/contrib/ChangeLog:1.491
--- slime/contrib/ChangeLog:1.490 Tue Aug 30 08:34:10 2011
+++ slime/contrib/ChangeLog Wed Aug 31 23:33:23 2011
@@ -1,3 +1,11 @@
+2011-09-01 Anton Kovalenko <anton at sw4me.com>
+
+ * slime-c-p-c.el (slime-complete-symbol*-fancy-bit): "imitate" a
+ close-paren, or a space, with exec-kbd-macro instead of inserting
+ them. Makes slime-complete-symbol*-fancy compatible with paredit
+ and probably other smart or "electric" stuff that could be bound
+ to these keys.
+
2011-08-30 Nikodemus Siivola <nikodemus at random-state.net>
* slime-repl.el (slime-repl-suppress-prompt): New variable. Bind to T to
More information about the slime-devel
mailing list