Index: slime/ChangeLog diff -u slime/ChangeLog:1.256 slime/ChangeLog:1.258 --- slime/ChangeLog:1.256 Mon Feb 16 17:07:39 2004 +++ slime/ChangeLog Wed Feb 18 02:35:17 2004 @@ -1,3 +1,33 @@ +2004-02-18 Peter Seibel peter@javamonkey.com + + * swank-loader.lisp: Place the fasl files of different + implementations in different directories. + +2004-02-18 Helmut Eller e9626484@stud3.tuwien.ac.at + + * swank-clisp.lisp: Update comments about metering package. + + * metering.lisp: Imported from CLOCC. Suggested by Peter Seibel. + +2004-02-17 Helmut Eller e9626484@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@stud3.tuwien.ac.at
* swank.lisp (make-compiler-note): Include short-message.