Index: slime/ChangeLog diff -u slime/ChangeLog:1.2105 slime/ChangeLog:1.2109 --- slime/ChangeLog:1.2105 Fri May 28 09:55:30 2010 +++ slime/ChangeLog Fri Jun 4 03:30:36 2010 @@ -1,3 +1,30 @@ +2010-06-04 Helmut Eller heller@common-lisp.net + + * slime.el, swank.lisp: #'(lambda -> (lambda + +2010-06-04 Stelian Ionescu sionescu@cddr.org + + * swank.lisp: Move definition of LCONS before first use. + +2010-06-04 Helmut Eller heller@common-lisp.net + + * swank-allegro.lisp (socket-fd): Add support for allegro. + +2010-06-04 Helmut Eller heller@common-lisp.net + + Some *sldb-quit-restart* related fixes. + + * swank.lisp (*sldb-quit-restart*): Set to nil by default. + (throw-to-toplevel, debug-in-emacs): Get rid of boundp tests. + (format-restarts-for-emacs): Add a mark for *sldb-quit-restart*. + (handle-requests): Always bind *emacs-connection*. + (with-connection): Get rid of call-with-connection so that + compilers can remove the call frame more easily. + (repl-input-stream-read): Factored out from + make-repl-input-stream. Bind a *sldb-quit-restart* here too; no + need to restart the repl and a extra prompt for errors in Emacs + requests. + 2010-05-28 Helmut Eller heller@common-lisp.net
Fix last change. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.389 slime/contrib/ChangeLog:1.391 --- slime/contrib/ChangeLog:1.389 Sat May 29 01:40:18 2010 +++ slime/contrib/ChangeLog Fri Jun 4 03:30:41 2010 @@ -1,3 +1,8 @@ +2010-06-04 Helmut Eller heller@common-lisp.net + + * inferior-slime.el (inferior-slime-show-transcript): Update + window point + 2010-05-29 Stas Boukarev stassats@gmail.com
* swank-fancy-inspector.lisp (emacs-inspect): Add [finalize]