Index: slime/ChangeLog diff -u slime/ChangeLog:1.1382 slime/ChangeLog:1.1391 --- slime/ChangeLog:1.1382 Sun Aug 3 14:23:09 2008 +++ slime/ChangeLog Mon Aug 4 17:38:07 2008 @@ -1,3 +1,39 @@ +2008-08-04 Helmut Eller heller@common-lisp.net + + * swank-gray.lisp (slime-output-stream): Undo last change. + Make force-output and finish-output do the same. + +2008-08-04 Masayuki Onjo masayuki.onjo@gmail.com + + Updates for CLISP-2.46. + + * swank-clisp.lisp (fspec-pathname, fspec-location): The structure + of (documentation symbol 'sys::file) used to be (path . lines) + but is now ((type path . lines) ...). + +2008-08-04 Helmut Eller heller@common-lisp.net + + * swank-gray.lisp (slime-output-stream): Add a slot + "interactive-p" which should be true for streams which are flushed + periodically by the Lisp system. Update the relevant backends + accordingly. + + * swank-scl.lisp (receive-if): Implemented. + + * swank-cmucl.lisp (receive,receive-if): Test for new messages in + a loop. + + * swank.lisp (eval-for-emacs): Don't flush streams here as that + may now block. + + * swank-lispworks.lisp (receive-if): Handle interrupts. + + * slime.el (slime-repl-clear-buffer): Delete stuff after the + prompt too. + (slime-with-output-to-temp-buffer): Add read-only argument. + (slime-temp-buffer): Renamed from slime-get-temp-buffer-create. + Drop noselect argument. + 2008-08-03 Helmut Eller heller@common-lisp.net
Add some flow-control. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.113 slime/contrib/ChangeLog:1.114 --- slime/contrib/ChangeLog:1.113 Sun Aug 3 09:31:54 2008 +++ slime/contrib/ChangeLog Mon Aug 4 16:25:57 2008 @@ -1,3 +1,8 @@ +2008-08-04 Adam Bozanich adam.boz@gmail.com + + * slime-asdf.el: Load swank-asdf. + This should avoid the rude disconnect if asdf wasn't loaded. + 2008-08-03 Tobias C. Rittweiler tcr@freebits.de
* slime-presentations.el (slime-presentation-around-or-before-point):