Mercurial > emacs
comparison etc/NEWS @ 85572:d1aa29a9a8c2
Add isearch-multi.el
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 22 Oct 2007 23:45:56 +0000 |
parents | e31d888e0891 |
children | 14a6011e3384 |
comparison
equal
deleted
inserted
replaced
85571:2e48f87f933e | 85572:d1aa29a9a8c2 |
---|---|
151 history element containing the search string becomes the current. | 151 history element containing the search string becomes the current. |
152 | 152 |
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 | |
158 multiple buffers. In this mode a new variable | |
159 `isearch-buffers-next-buffer-function' defines the function to call | |
160 to 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, |
157 PostScript and DVI documents inside an Emacs buffer by converting the | 163 PostScript and DVI documents inside an Emacs buffer by converting the |
158 document to a set of PNG images first. One can also search for a | 164 document to a set of PNG images first. One can also search for a |
159 regular expression in the document. The commentary of the file explains | 165 regular expression in the document. The commentary of the file explains |
160 its usage. | 166 its usage. |
163 | 169 |
164 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. | 170 ** minibuffer-indicate-depth-mode shows the minibuffer depth in the prompt. |
165 | 171 |
166 | 172 |
167 * Changes in Specialized Modes and Packages in Emacs 23.1 | 173 * Changes in Specialized Modes and Packages in Emacs 23.1 |
174 | |
175 ** isearch can now search through multiple ChangeLog files. | |
176 When running isearch in a ChangeLog file, if the search fails, | |
177 then another C-s tries searching the previous ChangeLog, | |
178 if there is one (e.g. go from ChangeLog to ChangeLog.12). | |
168 | 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 |
171 list accessible by M-n instead of pushing all guesses temporarily into | 182 list accessible by M-n instead of pushing all guesses temporarily into |
172 the history list. | 183 the history list. |