Index: slime/ChangeLog diff -u slime/ChangeLog:1.798 slime/ChangeLog:1.801 --- slime/ChangeLog:1.798 Fri Oct 21 10:08:24 2005 +++ slime/ChangeLog Sun Oct 23 10:53:00 2005 @@ -1,3 +1,26 @@ +2005-10-23 Stefan Kamphausen skampi@gmx.net + + * slime.el (slime-repl-history-size, slime-repl-history-file): Use + defcustom to declare the variables. + +2005-10-23 Gabor Melis mega@hotpop.com + + * swank-backend.lisp (install-debugger-globally): new interface + function + + * swank.lisp (install-debugger): call install-debugger-globally + + * swank-sbcl.lisp (install-debugger-globally): set + sb-ext:*invoke-debugger-hook* too + +2005-10-23 Helmut Eller heller@common-lisp.net + + * swank-sbcl.lisp (make-stream-interactive): Spawn a thread to + flush interactive streams in reasonably short intervals. + Remove the old backward-compatible threading implementation. + + * swank.lisp (package-string-for-prompt): Respect *print-case*. + 2005-10-21 Helmut Eller heller@common-lisp.net
* slime.el (slime-start-swank-server): Avoid comint-send-input