Index: slime/ChangeLog diff -u slime/ChangeLog:1.1870 slime/ChangeLog:1.1871 --- slime/ChangeLog:1.1870 Fri Oct 9 19:05:12 2009 +++ slime/ChangeLog Sat Oct 10 03:56:37 2009 @@ -1,3 +1,9 @@ +2009-10-10 Tobias C. Rittweiler tcr@freebits.de + + * slime.el (slime-length=): Fix (slime-length= '() 0). + (slime-eval-feature-expression): Fix. Couldn't handle (NOT) + and (NOT FOO BAR). + 2009-10-09 Stas Boukarev stassats@gmail.com
* swank.lisp (stop-server): (list-threads) returns threads offset by 1, Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.252 slime/contrib/ChangeLog:1.253 --- slime/contrib/ChangeLog:1.252 Fri Oct 9 10:57:45 2009 +++ slime/contrib/ChangeLog Sat Oct 10 03:58:20 2009 @@ -1,3 +1,9 @@ +2009-10-10 Tobias C. Rittweiler tcr@freebits.de + + * slime-fontifying-fu.el (slime-search-suppressed-forms): Add + clause for new condition `slime-incorrect-feature-expression'. + ([test] font-lock-magic): Add new test case. + 2009-10-09 Stas Boukarev stassats@gmail.com
* swank-sprof.lisp: Add ability to exclude functions which symbols