[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Tue Feb 17 21:57:06 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv30241
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Tue Feb 17 16:57:06 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.256 slime/ChangeLog:1.257
--- slime/ChangeLog:1.256 Mon Feb 16 17:07:39 2004
+++ slime/ChangeLog Tue Feb 17 16:57:06 2004
@@ -1,3 +1,22 @@
+2004-02-17 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * swank.lisp, slime.el (make-compiler-note): Don't send the
+ short-message across the wire if the slot is nil.
+
+ * swank-cmucl.lisp (clear-xref-info): Compare the truenames with
+ equalp instead of the unix-truenames. The old version was very
+ inefficient (clearing the tables with about 1000 entries required
+ serveral seconds).
+ (xref-context-derived-from-p, pathname=): Delete unused functions.
+
+ * swank-clisp.lisp (remove-input-handlers):
+ socket:socket-stream-handle is not available on Windows.
+ Reported by Alan Shutko.
+
+ * slime.el (slime-length>): New function.
+ (slime-compiler-notes-to-tree): Don't collapse if there is only
+ one kind of notes.
+
2004-02-16 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* swank.lisp (make-compiler-note): Include short-message.
More information about the slime-cvs
mailing list