Mercurial > emacs
comparison etc/NEWS @ 86134:1dcb138a672b
Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 16 Nov 2007 01:21:59 +0000 |
parents | 1027550b68ba |
children | 2a95aa038f83 |
comparison
equal
deleted
inserted
replaced
86133:758699b784a1 | 86134:1dcb138a672b |
---|---|
118 | 118 |
119 ** The abbrev file is no longer read at startup in batch mode. | 119 ** The abbrev file is no longer read at startup in batch mode. |
120 | 120 |
121 * Incompatible Editing Changes in Emacs 23.1 | 121 * Incompatible Editing Changes in Emacs 23.1 |
122 | 122 |
123 +++ | |
124 ** In Dired-x, all command guesses for ! are now added to the default | |
125 list accessible by M-n instead of pushing all guesses temporarily into | |
126 the history list. | |
127 | |
123 | 128 |
124 * Editing Changes in Emacs 23.1 | 129 * Editing Changes in Emacs 23.1 |
125 | 130 |
126 +++ | 131 +++ |
127 ** C-M-% now shows replacement as it would look in the buffer, with | 132 ** C-M-% now shows replacement as it would look in the buffer, with |
149 ** `interprogram-paste-function' can now return one string or a list | 154 ** `interprogram-paste-function' can now return one string or a list |
150 of strings. In the latter case, Emacs puts the second and following | 155 of strings. In the latter case, Emacs puts the second and following |
151 strings on the kill ring. | 156 strings on the kill ring. |
152 | 157 |
153 ** Minibuffer changes: | 158 ** Minibuffer changes: |
159 | |
160 *** In Dired, a list of commands for ! extracted from mailcap according to | |
161 file extensions are added to the default list accessible by M-n. | |
162 | |
163 *** A list of regexp default values is available via M-n for `occur', | |
164 `keep-lines', `flush-lines' and `how-many'. This list includes the active | |
165 region in transient-mark-mode, the word under the cursor, the last isearch | |
166 regexp, the last isearch string and the last replacement regexp. | |
154 | 167 |
155 *** isearch started in the minibuffer searches in the minibuffer history. | 168 *** isearch started in the minibuffer searches in the minibuffer history. |
156 Reverse isearch commands (C-r, C-M-r) search in previous minibuffer | 169 Reverse isearch commands (C-r, C-M-r) search in previous minibuffer |
157 history elements, and forward isearch commands (C-s, C-M-s) search in | 170 history elements, and forward isearch commands (C-s, C-M-s) search in |
158 next history elements. When the reverse search reaches the first history | 171 next history elements. When the reverse search reaches the first history |
211 then another C-s tries searching the previous ChangeLog, | 224 then another C-s tries searching the previous ChangeLog, |
212 if there is one (e.g. go from ChangeLog to ChangeLog.12). | 225 if there is one (e.g. go from ChangeLog to ChangeLog.12). |
213 | 226 |
214 This is enabled if isearch-buffers-multi is non-nil. | 227 This is enabled if isearch-buffers-multi is non-nil. |
215 | 228 |
216 +++ | |
217 ** In Dired-x, all command guesses for ! are now added to the default | |
218 list accessible by M-n instead of pushing all guesses temporarily into | |
219 the history list. | |
220 | |
221 ** smerge-refine highlights word-level details of changes in conflict. | 229 ** smerge-refine highlights word-level details of changes in conflict. |
222 It's used automatically as you move through conflicts, see smerge-auto-refine. | 230 It's used automatically as you move through conflicts, see smerge-auto-refine. |
223 | 231 |
224 ** diff-refine-hunk highlights word-level details of changes in a diff hunk. | 232 ** diff-refine-hunk highlights word-level details of changes in a diff hunk. |
225 It's used automatically as you move through hunks, see diff-auto-refine. | 233 It's used automatically as you move through hunks, see diff-auto-refine. |