aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2007-11-16 01:21:59 +0000
committerJuri Linkov2007-11-16 01:21:59 +0000
commit117907d42ea84e4477a1447a914cc3a3eaad1c0e (patch)
treecf098a54cc1226869469c717bcb27ec31cf09545
parent7dc5b46da516e81dbf6208b3d52c94cfff648009 (diff)
downloademacs-117907d42ea84e4477a1447a914cc3a3eaad1c0e.tar.gz
emacs-117907d42ea84e4477a1447a914cc3a3eaad1c0e.zip
Add default list for dired-read-shell-command, occur, keep-lines, flush-lines, how-many.
-rw-r--r--etc/NEWS18
1 files changed, 13 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 581547fe116..4f64429f639 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -120,6 +120,11 @@ following arguments.
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
125list accessible by M-n instead of pushing all guesses temporarily into
126the history list.
127
123 128
124* Editing Changes in Emacs 23.1 129* Editing Changes in Emacs 23.1
125 130
@@ -152,6 +157,14 @@ strings on the kill ring.
152 157
153** Minibuffer changes: 158** Minibuffer changes:
154 159
160*** In Dired, a list of commands for ! extracted from mailcap according to
161file 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
165region in transient-mark-mode, the word under the cursor, the last isearch
166regexp, the last isearch string and the last replacement regexp.
167
155*** isearch started in the minibuffer searches in the minibuffer history. 168*** isearch started in the minibuffer searches in the minibuffer history.
156Reverse isearch commands (C-r, C-M-r) search in previous minibuffer 169Reverse isearch commands (C-r, C-M-r) search in previous minibuffer
157history elements, and forward isearch commands (C-s, C-M-s) search in 170history elements, and forward isearch commands (C-s, C-M-s) search in
@@ -213,11 +226,6 @@ if there is one (e.g. go from ChangeLog to ChangeLog.12).
213 226
214This is enabled if isearch-buffers-multi is non-nil. 227This 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
218list accessible by M-n instead of pushing all guesses temporarily into
219the 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.
222It's used automatically as you move through conflicts, see smerge-auto-refine. 230It's used automatically as you move through conflicts, see smerge-auto-refine.
223 231