[slime-cvs] CVS update: slime/ChangeLog
Marco Baringer
mbaringer at common-lisp.net
Tue Nov 9 22:58:24 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv3711
Modified Files:
ChangeLog
Log Message:
Date: Tue Nov 9 23:58:23 2004
Author: mbaringer
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.566 slime/ChangeLog:1.567
--- slime/ChangeLog:1.566 Tue Nov 9 11:28:26 2004
+++ slime/ChangeLog Tue Nov 9 23:58:23 2004
@@ -1,3 +1,19 @@
+2004-11-10 Marco Baringer <mb at bese.it>
+
+ * swank-backend.lisp (definterface): Eliminate unused variable
+ received-args.
+ (emacs-connected, make-stream-interactive, condition-references,
+ condition-extras, buffer-first-change): Add (declare (ignore X))
+ for unused arguments in default implementations.
+ (inspect-for-emacs): Remove (declare (ignore)) for inexistent
+ variable inspection-mode. Added T qualifiers in method arguments.
+
+ * swank-openmcl.lisp (inspect-for-emacs): Use definterface so
+ SLIME knows we implement this.
+ (arglist function): Use ccl:arglist, not ccl::arglist-from-map.
+ (inspect-for-emacs): Added support for inspecting the uvector
+ objects under lisp datums.
+
2004-11-09 Helmut Eller <heller at common-lisp.net>
* swank.lisp (features-for-emacs): New function to avoid
More information about the slime-cvs
mailing list