Index: slime/ChangeLog diff -u slime/ChangeLog:1.1574 slime/ChangeLog:1.1578 --- slime/ChangeLog:1.1574 Thu Oct 30 09:28:51 2008 +++ slime/ChangeLog Fri Oct 31 14:19:35 2008 @@ -1,3 +1,25 @@ +2008-10-31 Helmut Eller heller@common-lisp.net + + * slime.el (slime-repl-history-pattern): Simplify as suggested by + Knut Olav Bøhmer and Michael Weber. + +2008-10-31 Helmut Eller heller@common-lisp.net + + * slime.el (slime-eval-with-transcript) + (slime-eval-with-transcript-cont): Restore the current buffer, + before calling cont. + +2008-10-31 Helmut Eller heller@common-lisp.net + + * swank-lispworks.lisp (describe-function): Don't use + string-upcase on lambda-list-argruments, because not all elements + must be symbols. + +2008-10-31 Helmut Eller heller@common-lisp.net + + * swank.lisp (debug-in-emacs): Bind *sldb-quit-restart* here. If + necessary, use the current abort retstart. + 2008-10-30 Helmut Eller heller@common-lisp.net
* swank-sbcl.lisp (wait-for-input): Return streams which are at Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.139 slime/contrib/ChangeLog:1.140 --- slime/contrib/ChangeLog:1.139 Thu Oct 30 09:28:25 2008 +++ slime/contrib/ChangeLog Fri Oct 31 13:52:16 2008 @@ -1,3 +1,9 @@ +2008-10-31 Nikodemus Siivola nikodemus@random-state.net + + * swank-presentation-streams.liso (slime-stream-p): delete + references to SB-IMPL::INDENTING-STREAM, which is unused in SBCL + and liable to go away. + 2008-10-30 Ivan Shvedunov ivan4th@gmail.com
* swank-listener-hooks.lisp (%listener-eval): Return nil.