aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS23
1 files changed, 14 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e8bfb7d1754..29cba694cd4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -373,7 +373,7 @@ completion items to the minibuffer. The same principle applies to
373incremental search commands as well: C-s or C-M-s starts searching 373incremental search commands as well: C-s or C-M-s starts searching
374the default values and after the end of defaults they continue 374the default values and after the end of defaults they continue
375searching minibuffer completion items. 375searching minibuffer completion items.
376 376---
377*** Minibuffer input of shell commands now comes with completion. 377*** Minibuffer input of shell commands now comes with completion.
378 378
379*** In the `C-x d' (Dired) prompt, typing M-n gives the visited file 379*** In the `C-x d' (Dired) prompt, typing M-n gives the visited file
@@ -395,7 +395,7 @@ switch-to-buffer (such as C-x b and C-x C-f) do not fail any more when
395used in a minibuffer or a dedicated window. Instead, they fallback on 395used in a minibuffer or a dedicated window. Instead, they fallback on
396using pop-to-buffer, which will use some other window. This change 396using pop-to-buffer, which will use some other window. This change
397has no effect when enable-recursive-minibuffers is nil (the default). 397has no effect when enable-recursive-minibuffers is nil (the default).
398 398+++
399*** Isearch started in the minibuffer searches in the minibuffer history. 399*** Isearch started in the minibuffer searches in the minibuffer history.
400Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer 400Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer
401history elements, and forward Isearch commands (C-s, C-M-s) search in 401history elements, and forward Isearch commands (C-s, C-M-s) search in
@@ -762,7 +762,7 @@ window shall be automatically selected when invoking help.
762position of point in help window (for example in `view-lossage'). 762position of point in help window (for example in `view-lossage').
763 763
764** Isearch 764** Isearch
765 765+++
766*** New command `isearch-forward-word' bound globally to `M-s w' starts 766*** New command `isearch-forward-word' bound globally to `M-s w' starts
767incremental word search. New command `isearch-toggle-word' bound to the 767incremental word search. New command `isearch-toggle-word' bound to the
768same key `M-s w' in Isearch mode toggles word searching on or off 768same key `M-s w' in Isearch mode toggles word searching on or off
@@ -773,11 +773,11 @@ mode runs `highlight-regexp' (`hi-lock-face-buffer') with the current
773search string as its regexp argument. The same key `M-s h r' and 773search string as its regexp argument. The same key `M-s h r' and
774other keys on the `M-s h' prefix are bound globally to the command 774other keys on the `M-s h' prefix are bound globally to the command
775`highlight-regexp' and other hi-lock commands. 775`highlight-regexp' and other hi-lock commands.
776 776+++
777*** New command `isearch-occur' bound to `M-s o' in Isearch mode 777*** New command `isearch-occur' bound to `M-s o' in Isearch mode
778runs `occur' with the current search string. The same key `M-s o' 778runs `occur' with the current search string. The same key `M-s o'
779is bound globally to the command `occur'. 779is bound globally to the command `occur'.
780 780---
781*** Isearch can now search through multiple ChangeLog files. 781*** Isearch can now search through multiple ChangeLog files.
782When running Isearch in a ChangeLog file, if the search fails, 782When running Isearch in a ChangeLog file, if the search fails,
783then another C-s tries searching the previous ChangeLog, 783then another C-s tries searching the previous ChangeLog,
@@ -787,16 +787,16 @@ This is enabled if multi-isearch-search is non-nil.
787*** Two new commands to start Isearch on a list of marked buffers 787*** Two new commands to start Isearch on a list of marked buffers
788for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and 788for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and
789`M-s a M-C-s'. 789`M-s a M-C-s'.
790 790+++
791*** The part of an Isearch that failed to match is highlighted in `isearch-fail' 791*** The part of an Isearch that failed to match is highlighted in
792face. 792`isearch-fail' face.
793 793
794*** `C-h C-h' in Isearch mode displays isearch-specific Help screen, 794*** `C-h C-h' in Isearch mode displays isearch-specific Help screen,
795`C-h b' displays all Isearch key bindings, `C-h k' displays the full 795`C-h b' displays all Isearch key bindings, `C-h k' displays the full
796documentation of the given Isearch key sequence, `C-h m' displays 796documentation of the given Isearch key sequence, `C-h m' displays
797documentation of Isearch mode. All the rest Help commands exit Isearch mode 797documentation of Isearch mode. All the rest Help commands exit Isearch mode
798and execute their global definitions. 798and execute their global definitions.
799 799+++
800*** When started in the minibuffer, Isearch searches in the minibuffer 800*** When started in the minibuffer, Isearch searches in the minibuffer
801history. See `Minibuffer changes', above. 801history. See `Minibuffer changes', above.
802 802
@@ -1235,6 +1235,11 @@ to `automatic-all' and `exit-current' for multi-buffer interactive replacement.
1235*** The variable `inhibit-changing-match-data', if non-nil, prevents 1235*** The variable `inhibit-changing-match-data', if non-nil, prevents
1236the search and match primitives from changing the match data. 1236the search and match primitives from changing the match data.
1237 1237
1238*** New functions `word-search-forward-lax' and `word-search-backward-lax'.
1239These are like `word-search-forward and `word-search-backward', except
1240that the end of the search string need not match a word boundary,
1241unless it ends in whitespace.
1242
1238** File handling changes 1243** File handling changes
1239 1244
1240*** set-file-modes is now interactive and can take the mode value in 1245*** set-file-modes is now interactive and can take the mode value in