[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Tue Mar 10 03:33:02 UTC 2009
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1713 slime/ChangeLog:1.1717
--- slime/ChangeLog:1.1713 Sat Mar 7 21:12:33 2009
+++ slime/ChangeLog Mon Mar 9 22:51:24 2009
@@ -1,6 +1,42 @@
+2009-03-09 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime.el (slime-define-channel-type): Indulge in pretty colors.
+ (slime-define-channel-method): You, too!
+
+ (slime-handle-indentation-update): Always put an indentation
+ update on 'slime-indent; for slime-indentation-fu.
+
+2009-03-09 Anton Vodonosov <avodonosov at yandex.ru>
+
+ Use correct encoding and eol conventions for socket streams.
+
+ * swank-abcl.lisp (accept-connection): Honor external-format
+ argument.
+ (*external-format-to-coding-system*, find-external-format): New.
+
+2009-03-09 Helmut Eller <heller at common-lisp.net>
+
+ * slime.el (slime-with-xref-buffer): Use buffer-names like
+ "*slime xref...*" so that slime-kill-all-buffers can pick
+ it up easily.
+
+2009-03-09 Helmut Eller <heller at common-lisp.net>
+
+ * hyperspec.el (common-lisp-hyperspec-lookup-reader-macro): Use
+ case-insensitive completion.
+ (hyperspec-lookup-reader-macro): New alias.
+ Suggested by Stas Boukarev.
+
+2009-03-09 Helmut Eller <heller at common-lisp.net>
+
+ Make fasl-pathname fully customizable not only the direcrory part.
+
+ * swank.lisp (*fasl-pathname-function*): New variable.
+ (*fasl-directory*): Deleted.
+
2009-03-08 Tobias C. Rittweiler <tcr at freebits.de>
- * slime.el (slime-choose-overlay-for-read-error): Extraced and
+ * slime.el (slime-choose-overlay-for-read-error): Extracted and
extended from `slime-choose-overlay-region'. Differentiate between
symbol-related reader-errors (package not found &c) and
character-related reader-errors.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.190 slime/contrib/ChangeLog:1.193
--- slime/contrib/ChangeLog:1.190 Sat Mar 7 20:08:13 2009
+++ slime/contrib/ChangeLog Mon Mar 9 22:40:21 2009
@@ -1,3 +1,25 @@
+2009-03-09 Tobias C. Rittweiler <tcr at freebits.de>
+
+ * slime-autodoc.el (slime-compute-autodoc-rpc-form):
+ New. Extracted from `slime-autodoc-thing-at-point'.
+ (slime-compute-autodoc-internal): New. Extracted from
+ `slime-compute-autodoc'.
+ (slime-compute-autodoc): Explicitly save match data.
+ (slime-autodoc-hook): New. Run everytime autodoc is computed.
+
+ * slime-enclosing-context.el (slime-enclosing-bound-macros): New.
+ (slime-find-bound-macros): New, too.
+
+ * slime-indentation-fu.el, swank-indentation-fu.lisp: New contrib
+ to properly indent &BODY arguments of local macro definitions.
+ Suggested by Lorenz Moesenlechner.
+
+2009-03-09 Helmut Eller <heller at common-lisp.net>
+
+ * swank-kawa.scm: Use foo: style keywords because :foo is now
+ a symbol.
+ (copy-stack): Use null to mark absent src-loc information.
+
2009-03-08 Tobias C. Rittweiler <tcr at freebits.de>
* slime-repl.el ([test] interrupt-in-blocking-read): Wrap
More information about the slime-devel
mailing list