# HG changeset patch # User Juri Linkov # Date 1230508351 0 # Node ID 968db420f22777e544b40414dfc1613a4c44ec73 # Parent f0e8b601841da0b084a663f7b9571c0e56705e03 *** empty log message *** diff -r f0e8b601841d -r 968db420f227 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 28 23:52:15 2008 +0000 +++ b/lisp/ChangeLog Sun Dec 28 23:52:31 2008 +0000 @@ -1,3 +1,22 @@ +2008-12-28 Juri Linkov + + * misearch.el (multi-isearch-next-buffer-function): Doc fix. + (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly. + + * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file): + Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23). + (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function' + is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise, + set 4 obsolete variables for backward-compatibility with Emacs 22. + +2008-12-28 Juri Linkov + + * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'. + +2008-12-28 Raffael Mancini (tiny change) + + * misc.el (butterfly): New command. + 2008-12-28 Roland Winkler * proced.el (proced-grammar-alist): Allow predicate nil. New