Index: slime/ChangeLog diff -u slime/ChangeLog:1.552 slime/ChangeLog:1.555 --- slime/ChangeLog:1.552 Sun Oct 17 23:51:40 2004 +++ slime/ChangeLog Tue Oct 19 20:59:52 2004 @@ -1,3 +1,15 @@ +2004-10-19 Luke Gorrie luke@synap.se + + * slime.el (slime-show-source-location): Call `push-mark' to push + the source position onto the global mark ring. + +2004-10-19 Helmut Eller heller@common-lisp.net + + * swank.lisp (define-printer-variables): NIL is not a valid + docstring. Reported by Alain Picard. + (printer-variables sldb-print): Include print-gensym, + pprint-dispatch, base, radix, array, and lines. + 2004-10-17 Luke Gorrie luke@synap.se
* slime.el (slime-message): Use slime-typeout-frame if available.