Index: slime/ChangeLog diff -u slime/ChangeLog:1.1480 slime/ChangeLog:1.1488 --- slime/ChangeLog:1.1480 Wed Aug 27 14:03:45 2008 +++ slime/ChangeLog Sat Aug 30 11:33:56 2008 @@ -1,3 +1,37 @@ +2008-08-30 Helmut Eller heller@common-lisp.net + + * swank-sbcl.lisp (receive-if): Add #+/-linux to avoid yet more + WITH-TIMEOUT related problems. + + * swank-gray.lisp (slime-input-stream): Remove the output stream + slot. Most of the time we can just call force-output. + + * slime.el [test](inspector): New test. + + * swank.lisp (prepare-part): Also wrap action elements + in a list. Reported by Ariel Badichi and Madhu. + +2008-08-30 Helmut Eller heller@common-lisp.net + + * slime.el (slime-pop-to-buffer): Drop the norecord argument, + since we can't support it easily in Emacs 21. + Reported by Christophe Rhodes. + +2008-08-30 Michael Weber michaelw+slime@foldr.org + + * swank-gray.lisp (make-input-stream): fixed typos + +2008-08-30 Michael Weber michaelw+slime@foldr.org + + * swank-backend.lisp (*gray-stream-symbols*): added symbols + stream-peek-char, stream-read-line, stream-file-position + +2008-08-30 Mark Evenson evenson@panix.com + + * swank-abcl.lisp (make-output-stream, make-input-stream): provide + the (trivial) definitions for MAKE-OUTPUT-STREAM and + MAKE-INPUT-STREAM for ABCL. + 2008-08-27 Helmut Eller heller@common-lisp.net
* slime.el (sldb-setup): Insert "No backtrace" if the backtrace is