From: Juri Linkov Date: Sun, 28 Dec 2008 23:52:31 +0000 (+0000) Subject: Add `butterfly'. X-Git-Tag: emacs-pretest-23.0.90~830 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18e4b9bdcb1c908f8430b53f0af5f25232b8d234;p=emacs.git Add `butterfly'. --- diff --git a/etc/NEWS b/etc/NEWS index 3a9867cffcd..50a58f8e2fc 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -562,6 +562,9 @@ automatically when they are displayed. It is globally on by default. It uses `auto-composition-function' (default `auto-compose-chars'). ** Bubbles, a new game, is similar to SameGame. +--- +** butterfly flips the desired bit on the drive platter. +See http://xkcd.com/378/ ** bug-reference.el provides clickable links to bug reports. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6db7705e538..7c2d8fa747b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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