aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 7 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index caa02fa56b8..68a4d57eff2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -82,8 +82,6 @@ Nextstep builds).
82 82
83** Completion 83** Completion
84 84
85*** Shell mode uses pcomplete rules, with the standard completion UI.
86
87*** Many packages now use the `completion-at-point' command, 85*** Many packages now use the `completion-at-point' command,
88rather than implementing separate completion commands. 86rather than implementing separate completion commands.
89 87
@@ -313,6 +311,9 @@ corresponding way.
313 311
314** Window changes 312** Window changes
315 313
314*** The `quit-window' command now restores the last buffer displayed
315in the quitted window.
316
316*** Resizing an Emacs frame now preserves proportional window sizes, 317*** Resizing an Emacs frame now preserves proportional window sizes,
317modulo restrictions like window minimum sizes and fixed-size windows. 318modulo restrictions like window minimum sizes and fixed-size windows.
318 319
@@ -339,6 +340,10 @@ otherwise cannot be split because it's too small by stealing space from
339other windows in the same combination. Subsequent resizing or deletion 340other windows in the same combination. Subsequent resizing or deletion
340of the window will resize all windows in the same combination as well. 341of the window will resize all windows in the same combination as well.
341 342
343*** New option `frame-auto-hide-function' lets you choose between
344iconifying or deleting a frame when burying a buffer in a dedicated
345frame, or quitting a window showing a buffer in a frame of its own.
346
342*** New commands `maximize-window' and `minimize-window'. 347*** New commands `maximize-window' and `minimize-window'.
343These maximize and minimize the size of a window within its frame. 348These maximize and minimize the size of a window within its frame.
344 349
@@ -1149,14 +1154,6 @@ are user-customizable variables.
1149 1154
1150See the docstring of `display-buffer' for details. 1155See the docstring of `display-buffer' for details.
1151 1156
1152*** New behavior of `quit-window'.
1153The behavior of `quit-window' has been changed in order to restore the
1154state before the last buffer display operation in that window.
1155
1156*** The new option `frame-auto-hide-function' lets you choose between
1157iconifying or deleting a frame when burying a buffer shown in a dedicated
1158frame or quitting a window showing a buffer in a frame of its own.
1159
1160*** New functions `window-state-get' and `window-state-put'. 1157*** New functions `window-state-get' and `window-state-put'.
1161These functions allow to save and restore the state of an arbitrary 1158These functions allow to save and restore the state of an arbitrary
1162frame or window as an Elisp object. 1159frame or window as an Elisp object.