Index: slime/ChangeLog diff -u slime/ChangeLog:1.1274 slime/ChangeLog:1.1276 --- slime/ChangeLog:1.1274 Sun Jan 27 10:34:27 2008 +++ slime/ChangeLog Sun Feb 3 13:51:56 2008 @@ -1,3 +1,17 @@ +2008-02-03 Marco Baringer mb@bese.it + + * slime.el (sldb-invoke-restart-by-name): New function. Invokes a + restart by name, uses completion to read restart's name. + (slime-define-keys sldb-mode-map): Bind + sldb-invoke-restart-by-name to I in sldb buffers. + + * swank-loader.lisp: When loading swank delete all swank packages + first. This protects the lisp from broken reloads of swank. + (lisp-version-string): On openmcl use the full + cl:lisp-implementation-version, ccl::*openmcl-major-version* and + ccl::*openmcl-minor-version* aren't sufficently precise to notice + changes in openmcl's cvs. + 2008-01-27 Helmut Eller heller@common-lisp.net
Make it easier to start a non-default Lisp from ELisp code. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.82 slime/contrib/ChangeLog:1.84 --- slime/contrib/ChangeLog:1.82 Sun Jan 27 05:17:34 2008 +++ slime/contrib/ChangeLog Sun Feb 3 13:45:14 2008 @@ -1,7 +1,18 @@ +2008-02-03 Marco Baringer mb@bese.it + + * swank-motd.lisp, slime-motd.el: Message Of The Day printing for + slime. + + * slime-indentation.el: Integrate cl-indent.el into slime's + contrib infrastructure. Fix bug in &rest. + + * swank-indentation.lisp: Allow an application runnig under slime + to update emacs' indentation notes. + 2008-01-27 Helmut Eller heller@common-lisp.net
Make autodoc use the correct width of the typeout-window. - + * slime-autodoc.el (slime-autodoc-dimensions-function): New variable. (slime-autodoc-message-dimensions): Use it. @@ -13,7 +24,7 @@ 2008-01-27 Helmut Eller heller@common-lisp.net
Use slime-require instead of a connected-hook. - + * slime-autodoc.el (slime-autodoc-on-connect): Deleted.
2008-01-20 Matthias Koeppe mkoeppe@mail.math.uni-magdeburg.de