aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-10-12 09:48:12 -0700
committerPaul Eggert2011-10-12 09:48:12 -0700
commit682432fc544c2bb4e0531c2931d43bce085eb16a (patch)
tree4bc9e4d78f34e19254382246b89a3462a0186311 /etc
parentd44287d4adc1e268ef9974ea72010f0186f40197 (diff)
parent79beb1785aac3f8326f58710462e4b6be7f0449a (diff)
downloademacs-682432fc544c2bb4e0531c2931d43bce085eb16a.tar.gz
emacs-682432fc544c2bb4e0531c2931d43bce085eb16a.zip
Merge from trunk.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS34
1 files changed, 23 insertions, 11 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2c48a30e5f6..8095cd964f6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -100,25 +100,18 @@ and also when HOME is set to C:\ by default.
100rather than their own completion code. 100rather than their own completion code.
101 101
102*** `completion-at-point' now handles tags and semantic completion. 102*** `completion-at-point' now handles tags and semantic completion.
103 103---
104*** Completion in a non-minibuffer now tries to detect the end of completion 104*** Completion in a non-minibuffer now tries to detect the end of completion
105and pops down the *Completions* buffer accordingly. 105and pops down the *Completions* buffer accordingly.
106 106+++
107*** Completion can cycle, depending on completion-cycle-threshold. 107*** Completion can cycle, depending on completion-cycle-threshold.
108 108+++
109*** New completion style `substring'. 109*** New completion style `substring'.
110 110
111*** Completion style can be set per-category `completion-category-overrides'. 111*** Completion style can be set per-category `completion-category-overrides'.
112 112
113*** Completion of buffers now uses substring completion by default. 113*** Completion of buffers now uses substring completion by default.
114 114
115*** `completing-read' can be customized using the new variable
116`completing-read-function'.
117
118*** minibuffer-local-filename-must-match-map is not used any more.
119Instead, the bindings in minibuffer-local-filename-completion-map are combined
120with minibuffer-local-must-match-map.
121
122** Mail changes 115** Mail changes
123 116
124The default of `send-mail-function' is now `sendmail-query-once', 117The default of `send-mail-function' is now `sendmail-query-once',
@@ -455,7 +448,10 @@ isearch-yank-kill.
455*** M-s C-e in Isearch is now bound to isearch-yank-line. 448*** M-s C-e in Isearch is now bound to isearch-yank-line.
456 449
457+++ 450+++
458** New command `count-words-region'. This does what you expect. 451** New commands `count-words-region' and `count-words'.
452
453*** `count-lines-region' is now an alias for `count-words-region',
454bound to M-=, which shows the number of lines, words, and characters.
459 455
460** The default value of `backup-by-copying-when-mismatch' is now t. 456** The default value of `backup-by-copying-when-mismatch' is now t.
461 457
@@ -1063,6 +1059,10 @@ been introduced. This and all other functions for resizing windows no
1063longer delete any windows when they become too small. 1059longer delete any windows when they become too small.
1064 1060
1065+++ 1061+++
1062*** Deleting the selected window now selects the most recently selected
1063live window on that frame instead.
1064
1065+++
1066*** `adjust-window-trailing-edge' adjustments. 1066*** `adjust-window-trailing-edge' adjustments.
1067`adjust-window-trailing-edge' can now deal with fixed-size windows and 1067`adjust-window-trailing-edge' can now deal with fixed-size windows and
1068is able to resize other windows if a window adjacent to the trailing 1068is able to resize other windows if a window adjacent to the trailing
@@ -1110,6 +1110,11 @@ See the docstring of `display-buffer' for details.
1110The behavior of `quit-window' has been changed in order to restore the 1110The behavior of `quit-window' has been changed in order to restore the
1111state before the last buffer display operation in that window. 1111state before the last buffer display operation in that window.
1112 1112
1113+++
1114*** The new option `frame-auto-hide-function' lets you choose between
1115iconfying or deleting a frame when burying a buffer shown in a dedicated
1116frame or quitting a window showing a buffer in a frame of its own.
1117
1113** Completion 1118** Completion
1114 1119
1115*** New variable completion-extra-properties used to specify extra properties 1120*** New variable completion-extra-properties used to specify extra properties
@@ -1130,6 +1135,13 @@ can specify various details of the data returned by `all-completions':
1130- `display-sort-function' to specify how to sort entries in *Completions*. 1135- `display-sort-function' to specify how to sort entries in *Completions*.
1131- `cycle-sort-function' to specify how to sort entries when cycling. 1136- `cycle-sort-function' to specify how to sort entries when cycling.
1132 1137
1138*** minibuffer-local-filename-must-match-map is not used any more.
1139Instead, the bindings in minibuffer-local-filename-completion-map are
1140combined with minibuffer-local-must-match-map.
1141
1142*** New variable `completing-read-function' allows overriding the
1143behavior of `completing-read'.
1144
1133** `glyphless-char-display' can now distinguish between graphical and 1145** `glyphless-char-display' can now distinguish between graphical and
1134text terminal display, via a char-table entry that is a cons cell. 1146text terminal display, via a char-table entry that is a cons cell.
1135 1147