[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Thu Jan 7 08:33:01 UTC 2010


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.1960 slime/ChangeLog:1.1961
--- slime/ChangeLog:1.1960	Tue Jan  5 16:20:38 2010
+++ slime/ChangeLog	Wed Jan  6 09:13:48 2010
@@ -1,3 +1,8 @@
+2010-01-06  Tobias C. Rittweiler <tcr at freebits.de>
+
+	* swank-backend (declaration-arglist): Normalize declaration
+	specifiers to contain `variables' rather than `vars'.
+
 2010-01-05  Tobias C. Rittweiler <tcr at freebits.de>
 
 	* swank-sbcl.lisp (compiler-note-location): Add missing return-from.
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.333 slime/contrib/ChangeLog:1.337
--- slime/contrib/ChangeLog:1.333	Tue Jan  5 14:53:17 2010
+++ slime/contrib/ChangeLog	Wed Jan  6 13:23:44 2010
@@ -1,3 +1,36 @@
+2010-01-06  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-arglists.lisp (interesting-variable-p): Exclude keywords
+	from being candidates for "display variable content" autodoc
+	feature.
+	(print-decoded-arglist): Slightly better arglist printing if
+	`slime-autodoc-use-multiline-p' is true.
+	(parse-raw-form): Make it able to parse strings.
+
+	* slime-autodoc.el (autodoc.1 [test]): Add more cases.
+
+2010-01-06  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* slime-autodoc.el (slime-check-autodoc-at-point): Bind
+	`slime-autodoc-use-multiline-p' to nil for normalized test
+	results.
+
+2010-01-06  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-arglists.lisp (extract-cursor-marker): Make sure to
+	recurse only if the form, to be recursed into, is a cons.
+
+	Reported by Johannes Grødem.
+
+2010-01-06  Tobias C. Rittweiler  <tcr at freebits.de>
+
+	* swank-arglists.lisp (arglist-dispatch ['declare]): Normalize
+	`vars' to `variables'.
+	(arglist-for-type-declaration): Ditto.
+
+	* slime-autodoc (autodoc.1 [test]): Reorganize test, add comments,
+	add cases to test declarations.
+
 2010-01-05  Stas Boukarev  <stassats at gmail.com>
 
 	* slime-asdf.el (slime-save-system): New function for saving




More information about the slime-devel mailing list