Index: slime/ChangeLog diff -u slime/ChangeLog:1.111 slime/ChangeLog:1.113 --- slime/ChangeLog:1.111 Mon Nov 24 19:22:11 2003 +++ slime/ChangeLog Tue Nov 25 16:28:23 2003 @@ -1,3 +1,14 @@ +2003-11-25 Luke Gorrie luke@bluetail.com + + * slime.el (slime-make-typeout-frame): New command to create a + frame where commands can print messages that would otherwise go to + the echo area. + (slime-background-message): Function for printing "background" + messages. Uses the "typeout-frame" if it exists. + (slime-arglist): Print arglist with `slime-background-message'. + (slime-message): Use typeout frame if it exists, but only for + multi-line messages. + 2003-11-25 Daniel Barlow dan@telent.net
* swank-sbcl.lisp: delete big chunk of leftover commented-out