Index: slime/ChangeLog diff -u slime/ChangeLog:1.2373 slime/ChangeLog:1.2375 --- slime/ChangeLog:1.2373 Sun Dec 2 19:43:16 2012 +++ slime/ChangeLog Sun Dec 16 05:38:21 2012 @@ -1,3 +1,12 @@ +2012-12-16 Helmut Eller heller@common-lisp.net + + * swank.lisp (thread-for-evaluation): Make generic. Remove keyword + arg. Don't call find-repl-thread. + +2012-12-16 Helmut Eller heller@common-lisp.net + + * slime.el (slime-attempt-connection): Show the attempt counter. + 2012-12-03 Stas Boukarev stassats@gmail.com
* swank-backend.lisp (deinit-log-output): Move from swank-sbcl, Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.558 slime/contrib/ChangeLog:1.559 --- slime/contrib/ChangeLog:1.558 Wed Nov 28 12:53:22 2012 +++ slime/contrib/ChangeLog Sun Dec 16 05:38:21 2012 @@ -1,3 +1,7 @@ +2012-12-16 Helmut Eller heller@common-lisp.net + + * swank-repl.lisp (thread-for-evaluation): Override some cases. + 2012-11-28 Stas Boukarev stassats@gmail.com
* swank-asdf.lisp (asdf-system-directory): Return a namestring,