[slime-cvs] CVS update: slime/ChangeLog
Helmut Eller
heller at common-lisp.net
Mon Feb 16 22:07:40 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv30635
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
Date: Mon Feb 16 17:07:40 2004
Author: heller
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.255 slime/ChangeLog:1.256
--- slime/ChangeLog:1.255 Sun Feb 8 15:13:36 2004
+++ slime/ChangeLog Mon Feb 16 17:07:39 2004
@@ -1,3 +1,35 @@
+2004-02-16 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
+
+ * swank.lisp (make-compiler-note): Include short-message.
+
+ * swank-sbcl.lisp (signal-compiler-condition): Initialize
+ short-message slot.
+ (long-compiler-message-for-emacs): New function.
+
+ * swank-cmucl.lisp (handle-notification-condition): Don't use the
+ context of the previous message.
+ (signal-compiler-condition): Set short message slot.
+ (long-compiler-message-for-emacs): New function.
+ (sigio-handler): Ignore arguments.
+
+ * swank-clisp.lisp (set-sigio-handler, add-input-handler):
+ Conditionalize for linux.
+
+ * swank-backend.lisp (compile-system-for-emacs): Add default
+ implementation.
+ (compiler-condition): New slot short-message.
+
+ * slime.el (slime-compilation-finished): Display compiler notes
+ grouped by severity in a separate buffer.
+ (slime-compilation-finished-continuation, slime-compile-file)
+ (slime-load-system, slime-compile-string): Update callers.
+ (slime-list-compiler-notes, slime-alistify, slime-tree-for-note)
+ (slime-tree-for-severity, slime-compiler-notes-to-tree)
+ (slime-compiler-notes-mode, slime-compiler-notes-quit): New
+ functions.
+ (with-struct, slime-tree): New code for pseudo tree widget.
+ (slime-init-connection-state): Set slime-state-name to "".
+
2004-02-08 Helmut Eller <e9626484 at stud3.tuwien.ac.at>
* swank-cmucl.lisp (create-socket): Fix last fix. Use the proper
More information about the slime-cvs
mailing list