
Index: slime/ChangeLog diff -u slime/ChangeLog:1.1973 slime/ChangeLog:1.1975 --- slime/ChangeLog:1.1973 Thu Jan 28 04:52:18 2010 +++ slime/ChangeLog Sat Jan 30 10:59:52 2010 @@ -1,8 +1,19 @@ +2010-01-30 Stas Boukarev <stassats@gmail.com> + + * slime.el (slime-cycle-connections): Change docstring, it + doesn't make connection buffer-local. + * doc/slime.texi (Multiple connections): document + slime-cycle-connections. + + * swank.lisp (pathname-as-directory): Treat "/foo/bar" and "/foo/bar/" + the same. + (compile-file-output): Use the above function. + 2010-01-28 Mark Evenson <evenson@dada.local> * swank-abcl.lisp (emacs-inspect): Make inspection of Java objects toString() results dependent on explicit user request to avoid - potentially computationally expensive opreations. + potentially computationally expensive operations. 2010-01-27 Stas Boukarev <stassats@gmail.com>