[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Thu Oct 6 09:44:01 UTC 2011
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2217 slime/ChangeLog:1.2218
--- slime/ChangeLog:1.2217 Wed Sep 28 09:49:53 2011
+++ slime/ChangeLog Wed Oct 5 04:58:00 2011
@@ -1,3 +1,8 @@
+2011-10-05 Stas Boukarev <stassats at gmail.com>
+
+ * swank.lisp (clear-repl-variables): New functions, clears *, /,
+ and + variables.
+
2011-09-28 Stas Boukarev <stassats at gmail.com>
* slime.el: Remove (require 'hideshow), it's not used anymore.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.495 slime/contrib/ChangeLog:1.498
--- slime/contrib/ChangeLog:1.495 Sat Oct 1 12:45:54 2011
+++ slime/contrib/ChangeLog Wed Oct 5 07:17:59 2011
@@ -1,3 +1,24 @@
+2011-10-05 Stas Boukarev <stassats at gmail.com>
+
+ * slime-autodoc.el (slime-autodoc): Don't cache variable values.
+ (slime-autodoc-global-at-point): Remove, unused.
+
+2011-10-05 Stas Boukarev <stassats at gmail.com>
+
+ * slime-repl.el (slime-clear-repl-variables): New function, clears *, /,
+ and + variables.
+ (slime-repl-clear-buffer-hook): Add `slime-clear-repl-variables'
+ to it, now C-c M-o clears variables, allowing bound objects to be GCed.
+
+2011-10-05 Anton Kovalenko <anton at sw4me.com>
+
+ * swank-asdf.lisp (asdf-system-directory): preserve
+ pathname-device and use NAMESTRING for final conversion, so both
+ device and directory are passed to SLIME. It is required e.g. on
+ MS Windows with implementations using PATHNAME-DEVICE for drive
+ letters (SBCL); intended to be portable and useful on every
+ platform where DEVICE is important.
+
2011-10-01 Stas Boukarev <stassats at gmail.com>
* slime-repl.el (slime-repl-set-package): Don't redisplay the
More information about the slime-devel
mailing list