Index: slime/ChangeLog diff -u slime/ChangeLog:1.500 slime/ChangeLog:1.503 --- slime/ChangeLog:1.500 Thu Aug 5 08:19:24 2004 +++ slime/ChangeLog Fri Aug 13 14:27:08 2004 @@ -1,3 +1,29 @@ +2004-08-13 Luke Gorrie luke@bluetail.com + + * slime.el (sldb-eval-in-frame): Print result to the REPL when a + prefix argument is given. + Added pull-down menus for SLDB and the REPL. + + * swank-source-path-parser.lisp: Removed caching of readtables and + the source-map hashtable. Fresh creation is ultra-cheap (<1ms). + The caching didn't handle modifications to readtables and + generally made me feel uneasy while tracking down an obscure bug + in a reader macro. + The cached source-map hashtable also wasn't thread-safe (ho hum). + +2004-08-13 Helmut Eller e9626484@stud3.tuwien.ac.at + + * slime.el (slime-merge-notes, slime-tree-for-note): Use the short + note message for annotation in the source buffer and the long + message in the tree widget. Used to be the other way around. + (sldb-insert-frames): Set the `start-open' property for XEmacs. + Without `start-open', the `point-entered' property is inherited + when we insert something before the "--more--" marker. Reported + by Sundar Narasimhan. + + * swank.lisp (variable-desc-for-echo-area): Bind some printer + variables to limit the length of the output. + 2004-08-05 Luke Gorrie luke@bluetail.com
* slime.el (slime-setup): Added typeout-frame keyword argument.