[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Fri Jan 21 08:33:01 UTC 2011
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2168 slime/ChangeLog:1.2169
--- slime/ChangeLog:1.2168 Fri Dec 10 10:05:05 2010
+++ slime/ChangeLog Thu Jan 20 18:34:21 2011
@@ -1,3 +1,11 @@
+2011-01-20 Stas Boukarev <stassats at gmail.com>
+
+ * swank-ecl.lisp (+TAGS+): change
+ (translate-logical-pathname #P"SYS:TAGS") to
+ (merge-pathnames "TAGS" (translate-logical-pathname "SYS:"))
+ because of case conversion the former results in a pathname with a
+ name "tags", which doesn't exist.
+
2010-12-10 Stas Boukarev <stassats at gmail.com>
* slime.el (slime-with-popup-buffer): Correct the docstring.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.429 slime/contrib/ChangeLog:1.430
--- slime/contrib/ChangeLog:1.429 Wed Jan 12 10:01:07 2011
+++ slime/contrib/ChangeLog Thu Jan 20 17:00:11 2011
@@ -1,3 +1,10 @@
+2011-01-20 Helmut Eller <heller at common-lisp.net>
+
+ * swank-mit-scheme.scm (swank:load-file): Print the result
+ instead of returning it which breaks the protocol.
+
+ * swank-mit-scheme.scm: Require release 9.
+
2011-01-12 Helmut Eller <heller at common-lisp.net>
Some more MIT Scheme fixes.
More information about the slime-devel
mailing list