aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKenichi Handa2012-08-28 22:44:20 +0900
committerKenichi Handa2012-08-28 22:44:20 +0900
commit4eb4de01df384be9b8d811f7ab476eeb37ece748 (patch)
treed04f0dae31dd8b533a0c3cd738430841ce7ebb84 /etc
parentfabc1281e9cde34ff9a19d843316d2ceca8647ad (diff)
parent4f2daf31078e2cc059710e129dffe0beed8fc7c2 (diff)
downloademacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.tar.gz
emacs-4eb4de01df384be9b8d811f7ab476eeb37ece748.zip
merge trunk
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS22
1 files changed, 21 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0c9ffe50093..fb8722ab8f8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
27This disables most of the features that are normally enabled by default. 27This 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.
179and `M-s _' in Isearch toggles symbol search mode. 179and `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
183as well, so that each sequence of spaces in the search string matches
184any combination of one or more whitespace characters. To change this
185behavior, you can give `search-whitespace-regexp' a cons cell value,
186where the car and cdr specify values for ordinary and regular
187expression 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
183prompts for a column number. 190prompts 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
613display action functions to avoid changing which frame is selected. 620display action functions to avoid changing which frame is selected.
614 621
622*** New display action alist `pop-up-frame-parameters', if non-nil,
623specifies frame parameters to give any newly-created frame.
624
625*** The following variables are obsolete, as they can be replaced by
626appropriate entries in the `display-buffer-alist' function introduced
627in 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