[slime-cvs] CVS update: slime/ChangeLog
Dan Barlow
dbarlow at common-lisp.net
Thu Dec 11 02:20:49 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv4653
Modified Files:
ChangeLog
Log Message:
Date: Wed Dec 10 21:20:49 2003
Author: dbarlow
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.148 slime/ChangeLog:1.149
--- slime/ChangeLog:1.148 Wed Dec 10 18:22:33 2003
+++ slime/ChangeLog Wed Dec 10 21:20:49 2003
@@ -1,3 +1,30 @@
+2003-12-11 Daniel Barlow <dan at telent.net>
+
+ * swank.lisp (swank-compiler): new function abstracts commonality
+ between swank-compile-{file, string}.
+ (swank-load-system): call swank-compiler to load asdf system
+
+ * swank-sbcl.lisp (compiler-note-location and elsewhere):
+ remove all trace of *compile-filename*
+ (compile-*-for-emacs): shorten
+
+ * swank-backend.lisp (call-with-compilation-hooks): new GF
+ should set up all appropriate error condition loggers etc
+ to do a compilation preserving the notes. Implement for
+ sbcl, cmucl
+
+ * slime.el (slime-find-asd, slime-load-system): new command
+ to compile and load an ASDF system with all the usual compiler
+ notes and stuff
+ (slime-compilation-finished): minimally handle multiple file
+ compiles, by printing the names of all files with notes in the
+ echo area
+ (slime-remove-old-overlays): bug fix: now removes overlays even
+ at start of buffer
+ (slime-overlay-note): do nothing quietly if
+ slime-choose-overlay-region returns nil
+ (slime-choose-overlay-region): return nil if note has no location
+
2003-12-11 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* slime.el (slime-repl-previous-prompt, slime-repl-next-prompt):
More information about the slime-cvs
mailing list