[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Sun Dec 7 23:43:53 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv2674
Modified Files:
ChangeLog
Log Message:
Date: Sun Dec 7 18:43:53 2003
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.143 slime/ChangeLog:1.144
--- slime/ChangeLog:1.143 Sun Dec 7 14:23:02 2003
+++ slime/ChangeLog Sun Dec 7 18:43:53 2003
@@ -1,3 +1,23 @@
+2003-12-08 Luke Gorrie <luke at bluetail.com>
+
+ * slime.el (slime-read-from-minibuffer): Now the only
+ completing-read function, stale ones deleted.
+
+2003-12-07 Luke Gorrie <luke at bluetail.com>
+
+ * slime.el (sldb-prune-initial-frames): Use regexp-heuristics and
+ the '--more--' token to avoid showing the user Swank-internal
+ backtrace frames initially.
+ (slime-repl-current-input): Don't include the final newline
+ character, to make backtraces prettier.
+ (slime-autodoc): Fixed annoying case where autodocs would be
+ fetched in a loop for undocumented symbols.
+
+ * swank.lisp (compound-prefix-match): New name and rewritten for
+ speed. Completion is much faster now.
+ (*sldb-initial-frames*): Send up to this many (default 20)
+ backtrace frames to Emacs when entering the debugger.
+
2003-12-07 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* swank-allegro.lisp, swank-backend.lisp, swank-cmucl.lisp,
More information about the slime-cvs
mailing list