[slime-cvs] CVS update: slime/ChangeLog
Luke Gorrie
lgorrie at common-lisp.net
Fri Jul 2 23:50:17 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv29851
Modified Files:
ChangeLog
Log Message:
Date: Fri Jul 2 16:50:17 2004
Author: lgorrie
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.454 slime/ChangeLog:1.455
--- slime/ChangeLog:1.454 Fri Jul 2 12:09:35 2004
+++ slime/ChangeLog Fri Jul 2 16:50:17 2004
@@ -1,3 +1,23 @@
+2004-07-03 Luke Gorrie <luke at bluetail.com>
+
+ * swank-backend.lisp (definterface): Don't use
+ NO-APPLICABLE-METHOD for detail methods. Instead just define them
+ as regular methods with all argument types being
+ T. Defimplementation will then replace them by using the same
+ signature. N-A-M was a stupid idea!
+
+2004-07-02 Luke Gorrie <luke at bluetail.com>
+
+ * swank.lisp (arglist-to-string): No longer takes a package
+ argument. Prints the symbol-name of symbols to avoid showing
+ package prefixes.
+
+2004-07-02 Thomas Schilling <tjs_ng at yahoo.de>
+
+ * swank.lisp (arglist-for-insertion): Changed formatting to use
+ arglist-to-string. That results in proper cases for
+ slime-insert-arglist.
+
2004-07-02 Brian Downing <bdowning at lavos.net>
* slime.el (slime-reindent-defun): Added a check for (boundp
More information about the slime-cvs
mailing list