Index: slime/ChangeLog diff -u slime/ChangeLog:1.737 slime/ChangeLog:1.740 --- slime/ChangeLog:1.737 Tue Aug 9 21:35:25 2005 +++ slime/ChangeLog Wed Aug 10 21:59:43 2005 @@ -1,3 +1,22 @@ +2005-08-10 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * slime.el (slime-presentation-around-point): Change interface, + return presentation as primary return value. + (slime-copy-presentation-at-point): Use + slime-presentation-around-point. Copying now also works when the + first character is clicked and when the REPL buffer is not current. + (slime-presentation-menu): Use slime-presentation-around-point. + +2005-08-10 Martin Simmons martin@lispworks.com + + * swank-lispworks.lisp (defadvice compile-file): Return all values + from the real compile-file. + +2005-08-10 Edi Weitz edi@agharta.de + + * swank.lisp (transpose-lists): Replaced with much nicer function + by Helmut Eller. + 2005-08-09 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de
* slime.el (slime-read-object): Handle ids that are conses.