Index: slime/ChangeLog diff -u slime/ChangeLog:1.1987 slime/ChangeLog:1.1988 --- slime/ChangeLog:1.1987 Wed Feb 17 12:04:59 2010 +++ slime/ChangeLog Thu Feb 18 13:46:02 2010 @@ -1,3 +1,10 @@ +2010-02-18 Mark Harig idirectscm@aim.com + + The compiler warns about various stuff. Fix some of it. + + * slime.el (slime-add-local-hook): Remove support for Emacs 20. + (sldb-recenter-region): Use forward-line; not next-line. + 2010-02-17 Helmut Eller heller@common-lisp.net
Add a command to eval stuff in the inspector. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.345 slime/contrib/ChangeLog:1.346 --- slime/contrib/ChangeLog:1.345 Wed Feb 17 12:04:59 2010 +++ slime/contrib/ChangeLog Thu Feb 18 13:46:07 2010 @@ -33,13 +33,6 @@ (slime-search-exports-in-defpackage): take #:symbol and :symbol into account too.
-2010-02-17 Helmut Eller heller@common-lisp.net - - Fix bugs when *inferior-buffers* doesn't exist. - - * inferior-slime.el (inferior-slime-start-transcript) - (inferior-slime-stop-transcript): Make sure the buffer exists. - 2010-01-14 Stas Boukarev stassats@gmail.com
* slime-repl.el: Revert the previous change because it