Index: slime/ChangeLog diff -u slime/ChangeLog:1.590 slime/ChangeLog:1.593 --- slime/ChangeLog:1.590 Wed Dec 15 08:14:47 2004 +++ slime/ChangeLog Thu Dec 16 23:25:23 2004 @@ -1,3 +1,48 @@ +2004-12-16 Edi Weitz edi@agharta.de + + * slime.el (slime-complete-symbol*): Bind + comint-completion-addsuffix so unambiguous or exact completion + closes the string automatically. + +2004-12-16 Matthias Koeppe mkoeppe+slime@merkur.math.uni-magdeburg.de + + * slime.el (slime-keys): Bind M-* to + slime-pop-find-definition-stack for compatibility with standard + Emacs conventions. + +2004-12-16 Helmut Eller heller@common-lisp.net + + * swank-source-path-parser.lisp (read-source-form): New function + which uses *read-suppress* properly. Common code from + source-path-stream-position and form-number-stream-position. + (source-path-stream-position): Use it. + + * swank-cmucl.lisp (form-number-stream-position): Use + read-source-form. + + * swank.lisp (frame-for-emacs): Print the frame number a little + nicer with ~2D. + +2004-12-15 Matthias Koeppe mkoeppe+slime@merkur.math.uni-magdeburg.de + + * slime.el (slime-lisp-modes): New variable to make C-c C-k + customizable and usable in scheme-mode. + (slime-compile-file): Use it. + +2004-12-15 Helmut Eller heller@common-lisp.net + + * swank-cmucl.lisp, swank-backend.lisp (frame-package): Delete it. + Include the package name for local variables because it is utterly + confusing if `eval-in-frame' doesn't work due to missing package + prefixes. + + * swank-source-path-parser.lisp (source-path-stream-position): + Bind *read-suppress* to nil before calling + read-and-record-source-map. + + * swank-clisp.lisp (*buffer-name*, *buffer-offset*): Move + definitions upward before the first use. + 2004-12-15 Bryan O'Connor bryan-slime@lunch.org
* slime.el (slime-edit-definition): Switch to the other frame if