diff options
| author | Kenichi Handa | 2012-08-28 22:44:20 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-08-28 22:44:20 +0900 |
| commit | 4eb4de01df384be9b8d811f7ab476eeb37ece748 (patch) | |
| tree | d04f0dae31dd8b533a0c3cd738430841ce7ebb84 /etc | |
| parent | fabc1281e9cde34ff9a19d843316d2ceca8647ad (diff) | |
| parent | 4f2daf31078e2cc059710e129dffe0beed8fc7c2 (diff) | |
| download | emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.tar.gz emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.zip | |
merge trunk
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 22 |
1 files changed, 21 insertions, 1 deletions
| @@ -23,7 +23,7 @@ so we will look at it and add it to the manual. | |||
| 23 | 23 | ||
| 24 | * Installation Changes in Emacs 24.3 | 24 | * Installation Changes in Emacs 24.3 |
| 25 | 25 | ||
| 26 | ** New configure option '--without-all' to disable additonal features. | 26 | ** New configure option '--without-all' to disable additional features. |
| 27 | This disables most of the features that are normally enabled by default. | 27 | This disables most of the features that are normally enabled by default. |
| 28 | 28 | ||
| 29 | ** New configure option '--enable-link-time-optimization' to utilize | 29 | ** New configure option '--enable-link-time-optimization' to utilize |
| @@ -179,6 +179,13 @@ end of the buffer. It defaults to t. | |||
| 179 | and `M-s _' in Isearch toggles symbol search mode. | 179 | and `M-s _' in Isearch toggles symbol search mode. |
| 180 | `M-s c' in Isearch toggles search case-sensitivity. | 180 | `M-s c' in Isearch toggles search case-sensitivity. |
| 181 | 181 | ||
| 182 | *** `search-whitespace-regexp' now acts on ordinary incremental search | ||
| 183 | as well, so that each sequence of spaces in the search string matches | ||
| 184 | any combination of one or more whitespace characters. To change this | ||
| 185 | behavior, you can give `search-whitespace-regexp' a cons cell value, | ||
| 186 | where the car and cdr specify values for ordinary and regular | ||
| 187 | expression incremental search respectively. | ||
| 188 | |||
| 182 | ** M-x move-to-column, if called interactively with no prefix arg, now | 189 | ** M-x move-to-column, if called interactively with no prefix arg, now |
| 183 | prompts for a column number. | 190 | prompts for a column number. |
| 184 | 191 | ||
| @@ -612,6 +619,19 @@ now accept a third argument to avoid choosing the selected window. | |||
| 612 | *** New display action alist `inhibit-switch-frame', if non-nil, tells | 619 | *** New display action alist `inhibit-switch-frame', if non-nil, tells |
| 613 | display action functions to avoid changing which frame is selected. | 620 | display action functions to avoid changing which frame is selected. |
| 614 | 621 | ||
| 622 | *** New display action alist `pop-up-frame-parameters', if non-nil, | ||
| 623 | specifies frame parameters to give any newly-created frame. | ||
| 624 | |||
| 625 | *** The following variables are obsolete, as they can be replaced by | ||
| 626 | appropriate entries in the `display-buffer-alist' function introduced | ||
| 627 | in Emacs 24.1: | ||
| 628 | |||
| 629 | **** `display-buffer-reuse-frames' | ||
| 630 | **** `special-display-regexps' | ||
| 631 | **** `special-display-frame-alist' | ||
| 632 | **** `special-display-buffer-names' | ||
| 633 | **** `special-display-function' | ||
| 634 | |||
| 615 | ** Completion | 635 | ** Completion |
| 616 | 636 | ||
| 617 | *** New function `completion-table-with-quoting' to handle completion | 637 | *** New function `completion-table-with-quoting' to handle completion |