# HG changeset patch # User Richard M. Stallman # Date 1193392587 0 # Node ID 5efb220d2a98d057d2b2ac09028b5919fd5e4eb9 # Parent 6dd46bcf6f01c951b056fb17cd26b8679ff72615 *** empty log message *** diff -r 6dd46bcf6f01 -r 5efb220d2a98 etc/NEWS --- a/etc/NEWS Fri Oct 26 09:54:29 2007 +0000 +++ b/etc/NEWS Fri Oct 26 09:56:27 2007 +0000 @@ -153,12 +153,6 @@ * New Modes and Packages in Emacs 23.1 -** The package isearch-multi.el has been added. It implements a new mode -`isearch-buffers-minor-mode' that allows isearch to search through -multiple buffers. In this mode a new variable -`isearch-buffers-next-buffer-function' defines the function to call -to get the next buffer to search in the series of multiple buffers. - ** The package doc-view.el has been added. It supports viewing of PDF, PostScript and DVI documents inside an Emacs buffer by converting the document to a set of PNG images first. One can also search for a @@ -177,6 +171,8 @@ then another C-s tries searching the previous ChangeLog, if there is one (e.g. go from ChangeLog to ChangeLog.12). +This is enabled if isearch-buffers-multi is non-nil. + +++ ** In Dired-x, all command guesses for ! are now added to the default list accessible by M-n instead of pushing all guesses temporarily into @@ -432,6 +428,12 @@ * New Packages for Lisp Programming in Emacs 23.1 +** The package isearch-multi.el has been added. It implements a new mode +`isearch-buffers-minor-mode' that allows isearch to search through +multiple buffers. In this mode a new variable +`isearch-buffers-next-buffer-function' defines the function to call +to get the next buffer to search in the series of multiple buffers. + ** The new package avl-tree.el deals with the AVL tree data structure.