Index: slime/ChangeLog diff -u slime/ChangeLog:1.1726 slime/ChangeLog:1.1727 --- slime/ChangeLog:1.1726 Fri Apr 3 17:14:11 2009 +++ slime/ChangeLog Tue Apr 21 09:01:16 2009 @@ -1,3 +1,9 @@ +2009-04-21 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-handle-indentation-update): Revert change from + 2009-03-09; that was a thinko. + ([test] indentation): Some basic test case for correct indentation. + 2009-04-03 Tobias C. Rittweiler tcr@freebits.de
* swank-sbcl.lisp (swank-compile-file): Return T for the FAILURE-P Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.199 slime/contrib/ChangeLog:1.200 --- slime/contrib/ChangeLog:1.199 Fri Apr 3 16:43:48 2009 +++ slime/contrib/ChangeLog Tue Apr 21 09:03:41 2009 @@ -1,3 +1,11 @@ +2009-04-21 Tobias C. Rittweiler tcr@freebits.de + + * slime-indentantion-fu.el (slime-update-local-indentation): Save + original global indentation spec in another symbol because we + cannot reuse 'slime-indent. Make sure that later redefinition of + global macros (which may affect the indentation spec) is taken + into consideration. + 2009-04-03 Tobias C. Rittweiler tcr@freebits.de
* slime-repl.el (slime-inspector-mode-map): Add binding for M-RET.