[slime-devel] Daily ChangeLog diff

Marco Baringer mbaringer at common-lisp.net
Mon Jun 19 04:35:01 UTC 2006


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.910 slime/ChangeLog:1.913
--- slime/ChangeLog:1.910	Sat Jun 17 12:11:04 2006
+++ slime/ChangeLog	Sun Jun 18 14:22:30 2006
@@ -1,3 +1,20 @@
+2006-06-18  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
+
+	* slime.el (slime-echo-arglist): Simplify, just use slime-autodoc.
+
+	* swank.lisp (arglist): Distinguish between provided actual args
+	and required formal args using the new slot provided-args.
+	(form-completion): Likewise.
+	(decoded-arglist-to-string): Use it here to display the argument
+	list (make-instance 'CLASS-NAME ...) rather
+	than (make-instance (quote CLASS-NAME) ...).
+	
+	* swank.lisp (extra-keywords change-class): Don't drop the first
+	argument.
+
+	* slime.el (slime-parse-extended-operator-name): Don't move
+	point; fixes infinite loop.
+
 2006-06-17  Matthias Koeppe  <mkoeppe at mail.math.uni-magdeburg.de>
 
 	* slime.el (slime-parse-extended-operator-name/cerror): Handle



More information about the slime-devel mailing list