Index: slime/ChangeLog diff -u slime/ChangeLog:1.1969 slime/ChangeLog:1.1970 --- slime/ChangeLog:1.1969 Thu Jan 21 19:02:08 2010 +++ slime/ChangeLog Mon Jan 25 05:50:10 2010 @@ -1,3 +1,9 @@ +2010-01-25 Tobias C. Rittweiler tcr@freebits.de + + * swank-allegro.lisp (redefinition-p, redefinition): New. + (handle-compiler-warning): Add :severity for redefinitions, + style-warnings, errors. + 2010-01-21 Stas Boukarev stassats@gmail.com
* swank-ccl.lisp (with-frame): Put this macro before it's used. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.340 slime/contrib/ChangeLog:1.341 --- slime/contrib/ChangeLog:1.340 Thu Jan 14 16:53:11 2010 +++ slime/contrib/ChangeLog Mon Jan 25 08:26:15 2010 @@ -1,3 +1,11 @@ +2010-01-25 Stas Boukarev stassats@gmail.com + + * slime-package-fu.el (slime-goto-next-export-clause): Use + " \n\t" for `skip-chars-forward' instead of [:alpha:], + because it doesn't work for some reason. + (slime-search-exports-in-defpackage): take #:symbol and :symbol + into account too. + 2010-01-14 Stas Boukarev stassats@gmail.com
* slime-repl.el: Revert the previous change because it