aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2007-10-22 23:45:56 +0000
committerJuri Linkov2007-10-22 23:45:56 +0000
commit12bbb989d876e8fee1731be78828a8e6e583bbb7 (patch)
treed7c016358ed7f3790286f08f174b01777ffabc94
parent73b27641c5bf9d5f96fa8447440781d405d1edfd (diff)
downloademacs-12bbb989d876e8fee1731be78828a8e6e583bbb7.tar.gz
emacs-12bbb989d876e8fee1731be78828a8e6e583bbb7.zip
Add isearch-multi.el
-rw-r--r--etc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1d692541012..8230088d92c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -153,6 +153,12 @@ history element containing the search string becomes the current.
153 153
154* New Modes and Packages in Emacs 23.1 154* New Modes and Packages in Emacs 23.1
155 155
156** The package isearch-multi.el has been added. It implements a new mode
157`isearch-buffers-minor-mode' that allows isearch to search through
158multiple buffers. In this mode a new variable
159`isearch-buffers-next-buffer-function' defines the function to call
160to get the next buffer to search in the series of multiple buffers.
161
156** The package doc-view.el has been added. It supports viewing of PDF, 162** The package doc-view.el has been added. It supports viewing of PDF,
157PostScript and DVI documents inside an Emacs buffer by converting the 163PostScript and DVI documents inside an Emacs buffer by converting the
158document to a set of PNG images first. One can also search for a 164document to a set of PNG images first. One can also search for a
@@ -166,6 +172,11 @@ its usage.
166 172
167* Changes in Specialized Modes and Packages in Emacs 23.1 173* Changes in Specialized Modes and Packages in Emacs 23.1
168 174
175** isearch can now search through multiple ChangeLog files.
176When running isearch in a ChangeLog file, if the search fails,
177then another C-s tries searching the previous ChangeLog,
178if there is one (e.g. go from ChangeLog to ChangeLog.12).
179
169+++ 180+++
170** In Dired-x, all command guesses for ! are now added to the default 181** In Dired-x, all command guesses for ! are now added to the default
171list accessible by M-n instead of pushing all guesses temporarily into 182list accessible by M-n instead of pushing all guesses temporarily into