Index: slime/ChangeLog diff -u slime/ChangeLog:1.2066 slime/ChangeLog:1.2067 --- slime/ChangeLog:1.2066 Thu Apr 15 14:01:13 2010 +++ slime/ChangeLog Sat Apr 17 14:10:20 2010 @@ -1,3 +1,16 @@ +2010-04-17 Stas Boukarev stassats@gmail.com
- slime.el (slime-threads-update-interval): New customization
- variable, if set to a number the threads buffer will
- updated with this interval.
- (slime-with-popup-buffer): Rename modes option to mode,
- for a major mode. Enabling minor modes from within the body
- doesn't cause troubles. End that way it is compatible with XEmacs
- since it doesn't need to use minor-mode-list to distinguish
- between minor and major modes.
In slime-clipboard.el, revision 1.5, the definition of the function `slime-clipboard-display-entries' was changed to include a keyword in the call to the function `slime-with-popup-buffer'. The keyword ':modes' is missing the trailing 's'. Line 68 in contrib/slime-clipboard.el.
Also, in the file contrib/slime-compiler-notes-tree.el, revision 1.4, the definition of the function `slime-list-compiler-notes' was changed to include a keyword in the call to to the function `slime-with-popup-buffer'. The keyword ':modes' is missing the trailing 's'. Line 29 in contrib/slime-compiler-notes-tree.el.