[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Wed Feb 24 08:33:01 UTC 2010
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1995 slime/ChangeLog:1.1998
--- slime/ChangeLog:1.1995 Mon Feb 22 16:43:30 2010
+++ slime/ChangeLog Tue Feb 23 17:57:25 2010
@@ -1,3 +1,32 @@
+2010-02-23 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-backend.lisp (when-let): New macro. For backends and
+ swank.lisp.
+
+ * swank-ecl.lisp: Use it. Also use new location support of ECL git
+ HEAD.
+
+2010-02-23 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-postprocess-xref): Show a TAGS entry's hints as
+ part of an Xref's dspec for the case of multiple matches.
+
+2010-02-23 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * swank-ecl.lisp (preferred-communication-style): Go back to
+ NIL. Some parts (like the compiler and CLOS) of ECL do not seem to
+ be thread-safe yet. Also get rid of non-working implementation of
+ :FD-HANDLER.
+ (poll-streams, wait-for-input): Implement on top of select() for
+ communication-style=NIL.
+ (*descriptor-handlers*, add-fd-handler, remove-fd-handlers): Get
+ rid of.
+ (grovel-docstring-for-arglist): Get rid of it, too.
+ (arglist): ECL now provides an extra accessor to a function's
+ arglist. Use that instead.
+ (emacs-inspect): Get rid of the default method. Don't see its
+ point.
+
2010-02-22 Tobias C. Rittweiler <tcr at freebits.de>
Make swank-ecl.lisp work with latest ECL Git HEAD.
More information about the slime-devel
mailing list