Index: slime/ChangeLog diff -u slime/ChangeLog:1.1080 slime/ChangeLog:1.1082 --- slime/ChangeLog:1.1080 Tue Mar 20 17:18:05 2007 +++ slime/ChangeLog Wed Mar 21 10:56:49 2007 @@ -1,3 +1,23 @@ +2007-03-21 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * swank.lisp (lookup-presented-object): The presentation id of + frame locals now includes the thread id; ignore it for now. + + * slime.el (slime-copy-presentation-at-mouse-to-point): Manually + invoke the after-change function, so that the presentation overlay + is created even if we paste to non-REPL buffers. + (slime-menu-choices-for-presentation): Evaluate + menu-choices-for-presentation-id in the right buffer, thus in the + right Lisp thread. Reported by Attila Lendvai. + (slime-menu-choices-for-presentation): Show the id of the presentation. + (sldb-insert-locals): Include the thread id in the presentation id. + +2007-03-21 Helmut Eller heller@common-lisp.net + + * slime.el (slime-repl-eval-string, slime-repl-insert-result): + Support the presentation-less old protocol. + (slime-goto-location-position): Use column number if available. + 2007-03-20 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
* swank.lisp (completion-output-symbol-converter): Fix completion