[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Tue Nov 1 09:44:01 UTC 2011
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.500 slime/contrib/ChangeLog:1.503
--- slime/contrib/ChangeLog:1.500 Sat Oct 29 04:15:15 2011
+++ slime/contrib/ChangeLog Mon Oct 31 02:46:16 2011
@@ -1,3 +1,28 @@
+2011-10-31 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * slime-cl-indent.el (common-lisp-run-indentation-tests): Make it
+ possible to run only a specific test.
+
+2011-10-31 Nikodemus Siivola <nikodemus at random-state.net>
+
+ Improve indentation of comments inside LOOP.
+
+ * slime-cl-indent-test.txt: New tests 54-63.
+
+ * slime-cl-indent.el (common-lisp-loop-type): Deal with comments
+ at the start of the loop, add simple/split type.
+
+ * slime-cl-indent.el (lisp-indent-loop): Use
+ common-lisp-loop-part-indentation for simple loops regardless of
+ the value of lisp-loop-indent-subclauses.
+
+ * slime-cl-indent.el (common-lisp-loop-part-indentation): Handle the
+ new simple/split type, improve comment indentation logic.
+
+2011-10-31 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * slime-cl-indent.el (style "sbcl"): Indentation for !DEF-TYPE-TRANSLATOR.
+
2011-10-29 Nikodemus Siivola <nikodemus at random-state.net>
Two patches by Tomohiro Matsuyama <tomo at cx4a.org>.
More information about the slime-devel
mailing list