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. + + * swank.lisp (list-threads): Delete the current thread from the listing. + 2010-04-15 Tobias C. Rittweiler tcr@freebits.de
* slime.el (sldb-mode): Include some more commands in its help. Index: slime/contrib/ChangeLog diff -u slime/contrib/ChangeLog:1.370 slime/contrib/ChangeLog:1.371 --- slime/contrib/ChangeLog:1.370 Tue Apr 6 09:24:29 2010 +++ slime/contrib/ChangeLog Sat Apr 17 21:35:10 2010 @@ -1,3 +1,11 @@ +2010-04-18 Stas Boukarev stassats@gmail.com + + * slime-presentations.el + (slime-repl-grab-old-output,slime-copy-or-inspect-presentation-at-mouse): + If the presentation at point is no longer available, remove + presentation properties from the object. + * swank-presentations.lisp (lookup-presented-object): defun->defslimefun. + 2010-04-06 Stas Boukarev stassats@gmail.com
* slime-c-p-c.el (slime-complete-symbol*-fancy-bit): There is no