Index: slime/ChangeLog diff -u slime/ChangeLog:1.352 slime/ChangeLog:1.355 --- slime/ChangeLog:1.352 Mon Apr 26 17:59:39 2004 +++ slime/ChangeLog Tue Apr 27 18:49:45 2004 @@ -1,3 +1,31 @@ +2004-04-28 Helmut Eller e9626484@stud3.tuwien.ac.at + + * slime.el (slime-net-connect): Bind inhibit-quit to nil, so that + we have a chance to interrupt Emacs if open-network-stream blocks. + (slime-complete-maybe-restore-window-configuration): Keep trying + after slime-repl-indent-and-complete-symbol. + (slime-space): Don't close the completion buffer. We don't know + the window-config before the completion, so leave the buffer open. + + * swank.lisp (create-server): New keyword based variant to start + the server in background. + (setup-server): Add support to keep the socket open for + single-threaded Lisps. + +2004-04-27 Luke Gorrie luke@bluetail.com + + * doc/slime.texi (Other configurables): Updated instructions on + globally installing SLDB on *debugger-hook*. + + * slime.el (slime-log-event): Better bug-avoidance with + hs-minor-mode. Hopefully XEmacs users can rest safely now. + (slime-prin1-to-string): Bind `print-escape-newlines' to nil. + (slime-set-connection-info): Commented out call to + `slime-check-protocol-version'. Let's see how we do without it. + (slime-oneway-eval): Removed unused function. + + * swank.lisp (oneway-eval-string): Removed unused function. + 2004-04-26 Luke Gorrie luke@bluetail.com
* swank.lisp: Move definition of `with-io-redirection' above