Index: slime/ChangeLog diff -u slime/ChangeLog:1.109 slime/ChangeLog:1.111 --- slime/ChangeLog:1.109 Sun Nov 23 22:24:36 2003 +++ slime/ChangeLog Mon Nov 24 19:22:11 2003 @@ -1,4 +1,17 @@ +2003-11-25 Daniel Barlow dan@telent.net + + * swank-sbcl.lisp: delete big chunk of leftover commented-out + code + + * slime.el: arglist command to use slime-read-symbol-name, + not slime-read-symbol + + * README: Minor updates for currency + 2003-11-24 Luke Gorrie luke@bluetail.com + + * swank-backend.lisp (compiler-condition): Removed use of + :documentation slot option. That is not portable (to CMUCL 18e).
* swank.lisp (eval-string-in-frame): Fixed symbol-visibility problem (thanks Lawrence Mitchell).