Index: slime/ChangeLog diff -u slime/ChangeLog:1.976 slime/ChangeLog:1.979 --- slime/ChangeLog:1.976 Thu Oct 19 20:13:34 2006 +++ slime/ChangeLog Fri Oct 20 13:08:58 2006 @@ -1,3 +1,20 @@ +2006-10-20 Helmut Eller heller@common-lisp.net + + * swank-backend.lisp, swank-cmucl.lisp: + (startup-idle-and-top-level-loops): Deleted. Merged into + initialize-multiprocessing. + +2006-10-20 Attila Lendvai attila.lendvai@gmail.com + + * slime.el (slime-fuzzy-choices-buffer): Added kill-buffer-hook to + the completion buffer to slime-fuzzy-abort, so we get out from the + completion mode and key maps when the completion buffer is closed. + +2006-10-20 Marco Baringer mb@bese.it + + * slime.el (slime-target-buffer-fuzzy-completions-map): Fix a bug + I introduced when applying levente's patch. + 2006-10-20 Martin Simmons martin@lispworks.com
* swank-backend.lisp (initialize-multiprocessing): New API to