Index: slime/ChangeLog diff -u slime/ChangeLog:1.1391 slime/ChangeLog:1.1396 --- slime/ChangeLog:1.1391 Mon Aug 4 17:38:07 2008 +++ slime/ChangeLog Tue Aug 5 14:19:33 2008 @@ -1,3 +1,26 @@ +2008-08-05 Helmut Eller heller@common-lisp.net + + * slime.el (slime-with-output-to-temp-buffer): Make sure that we + don't make the wrong buffer read-only. + + * swank-lispworks.lisp (make-stream-interactive): Run our own + thread to periodically flush streams instead of relying on + soft-force-output. + + * swank.lisp (encode-message): Inhibit interrupts + while writing the length and the body. + + * swank-backend.lisp (make-recursive-lock) + (call-with-recursive-lock-held): Deleted. Make the default locks + "recursive" instead. + (thread-id): Add a default implementation which works + with the default implementation of current-thread. + + * swank-gray.lisp (stream-write-string): New method. + + * swank-backend.lisp (*gray-stream-symbols*): Include + write-string. + 2008-08-04 Helmut Eller heller@common-lisp.net
* swank-gray.lisp (slime-output-stream): Undo last change. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.114 slime/contrib/ChangeLog:1.115 --- slime/contrib/ChangeLog:1.114 Mon Aug 4 16:25:57 2008 +++ slime/contrib/ChangeLog Tue Aug 5 14:19:34 2008 @@ -1,3 +1,13 @@ +2008-08-05 Michael Weber michaelw+slime@foldr.org + + * slime-typeout-frame.el (slime-typeout-message-aux): prevent + typeout messages from scribbling into any buffer which happens to + be in the typeout window + (slime-typeout-buffer): new function; changed buffer name to + "*SLIME Typeout*" + (slime-make-typeout-frame): use it + (slime-ensure-typeout-frame): ensure typeout buffer is visible + 2008-08-04 Adam Bozanich adam.boz@gmail.com
* slime-asdf.el: Load swank-asdf.