Index: slime/ChangeLog diff -u slime/ChangeLog:1.2380 slime/ChangeLog:1.2381 --- slime/ChangeLog:1.2380 Sat Jan 5 00:50:24 2013 +++ slime/ChangeLog Mon Jan 7 02:12:08 2013 @@ -1,3 +1,14 @@ +2013-01-07 Helmut Eller heller@common-lisp.net + + * swank-ecl.lisp (describe-symbol-for-emacs): Include bound + symbols even those without documentation. + + * slime.el (slime-print-apropos): Do some input validation to + detect bugs on the Lisp side. + + * swank-backend.lisp (describe-symbol-for-emacs): Allow NIL where + :NOT-DOCUMENTED was needed. + 2013-01-05 Helmut Eller heller@common-lisp.net
* swank-ccl.lisp (frame-package): Implemented.