Index: slime/ChangeLog diff -u slime/ChangeLog:1.2128 slime/ChangeLog:1.2129 --- slime/ChangeLog:1.2128 Sat Aug 21 02:42:14 2010 +++ slime/ChangeLog Sat Aug 21 17:31:28 2010 @@ -1,3 +1,12 @@ +2010-08-21 Stas Boukarev stassats@gmail.com + + * slime.el (slime-recompute-modelines): Recompute modelines only + for visible buffers. Kludge: modeline can be out of sync if the buffer + becomes visible and no slime/lisp interaction took place yet. + Patch by Raymond Toy. + (slime-search-buffer-package): Revert, with the above + change caching shouldn't be necessary. + 2010-08-21 Helmut Eller heller@common-lisp.net
Add commands to enable/disable contribs. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.408 slime/contrib/ChangeLog:1.409 --- slime/contrib/ChangeLog:1.408 Sat Aug 21 02:40:08 2010 +++ slime/contrib/ChangeLog Sat Aug 21 17:34:12 2010 @@ -1,3 +1,7 @@ +2010-08-21 Stas Boukarev stassats@gmail.com + + * slime-fuzzy.el (slime-fuzzy-choices-buffer): XEmacs compatibility. + 2010-08-21 Helmut Eller heller@common-lisp.net
* slime-repl.el: Specify :on-unload action.