Index: slime/ChangeLog diff -u slime/ChangeLog:1.1026 slime/ChangeLog:1.1028 --- slime/ChangeLog:1.1026 Thu Dec 21 13:15:51 2006 +++ slime/ChangeLog Sat Dec 23 07:58:55 2006 @@ -1,3 +1,21 @@ +2006-12-23 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de + + * swank-clisp.lisp (make-weak-key-hash-table) + (make-weak-value-hash-table): Implement for CLISP, so that the + REPL results history does not cause "memory leaks". + + * slime.el (slime-inspect): Add a dwim-mode keyword argument, move + all input handling into the interactive spec. Restore the + behavior of slime-inspect when point is within a presentation (no + prompting, no DWIM). + (slime-inspect-presentation-at-mouse): Don't do DWIM here, so the + presentation-retrieval expression does not end up on the inspector + stack. + (slime-inspector-position): New. + (slime-inspector-operate-on-point, slime-inspector-reinspect): Use + it here to make it work on GNU Emacs too. + (slime-open-inspector): Fix row-col addressing at end of buffer. + 2006-12-20 Attila Lendvai attila.lendvai@gmail.com
* slime.el: FIX: inspecting presentations from the right click