[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Fri Aug 13 21:27:08 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv31522
Modified Files:
ChangeLog
Log Message:
Date: Fri Aug 13 14:27:08 2004
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.502 slime/ChangeLog:1.503
--- slime/ChangeLog:1.502 Fri Aug 13 09:15:14 2004
+++ slime/ChangeLog Fri Aug 13 14:27:08 2004
@@ -1,3 +1,16 @@
+2004-08-13 Luke Gorrie <luke at 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 at stud3.tuwien.ac.at>
* slime.el (slime-merge-notes, slime-tree-for-note): Use the short
More information about the slime-cvs
mailing list