diff options
| -rw-r--r-- | etc/NEWS | 23 |
1 files changed, 14 insertions, 9 deletions
| @@ -373,7 +373,7 @@ completion items to the minibuffer. The same principle applies to | |||
| 373 | incremental search commands as well: C-s or C-M-s starts searching | 373 | incremental search commands as well: C-s or C-M-s starts searching |
| 374 | the default values and after the end of defaults they continue | 374 | the default values and after the end of defaults they continue |
| 375 | searching minibuffer completion items. | 375 | searching 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 | |||
| 395 | used in a minibuffer or a dedicated window. Instead, they fallback on | 395 | used in a minibuffer or a dedicated window. Instead, they fallback on |
| 396 | using pop-to-buffer, which will use some other window. This change | 396 | using pop-to-buffer, which will use some other window. This change |
| 397 | has no effect when enable-recursive-minibuffers is nil (the default). | 397 | has 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. |
| 400 | Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer | 400 | Reverse Isearch commands (C-r, C-M-r) search in previous minibuffer |
| 401 | history elements, and forward Isearch commands (C-s, C-M-s) search in | 401 | history elements, and forward Isearch commands (C-s, C-M-s) search in |
| @@ -762,7 +762,7 @@ window shall be automatically selected when invoking help. | |||
| 762 | position of point in help window (for example in `view-lossage'). | 762 | position 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 |
| 767 | incremental word search. New command `isearch-toggle-word' bound to the | 767 | incremental word search. New command `isearch-toggle-word' bound to the |
| 768 | same key `M-s w' in Isearch mode toggles word searching on or off | 768 | same 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 | |||
| 773 | search string as its regexp argument. The same key `M-s h r' and | 773 | search string as its regexp argument. The same key `M-s h r' and |
| 774 | other keys on the `M-s h' prefix are bound globally to the command | 774 | other 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 |
| 778 | runs `occur' with the current search string. The same key `M-s o' | 778 | runs `occur' with the current search string. The same key `M-s o' |
| 779 | is bound globally to the command `occur'. | 779 | is 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. |
| 782 | When running Isearch in a ChangeLog file, if the search fails, | 782 | When running Isearch in a ChangeLog file, if the search fails, |
| 783 | then another C-s tries searching the previous ChangeLog, | 783 | then 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 |
| 788 | for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and | 788 | for 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 |
| 792 | face. | 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 |
| 796 | documentation of the given Isearch key sequence, `C-h m' displays | 796 | documentation of the given Isearch key sequence, `C-h m' displays |
| 797 | documentation of Isearch mode. All the rest Help commands exit Isearch mode | 797 | documentation of Isearch mode. All the rest Help commands exit Isearch mode |
| 798 | and execute their global definitions. | 798 | and 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 |
| 801 | history. See `Minibuffer changes', above. | 801 | history. 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 |
| 1236 | the search and match primitives from changing the match data. | 1236 | the search and match primitives from changing the match data. |
| 1237 | 1237 | ||
| 1238 | *** New functions `word-search-forward-lax' and `word-search-backward-lax'. | ||
| 1239 | These are like `word-search-forward and `word-search-backward', except | ||
| 1240 | that the end of the search string need not match a word boundary, | ||
| 1241 | unless 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 |