aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2011-09-25 17:29:14 +0200
committerMartin Rudalics2011-09-25 17:29:14 +0200
commited6235ea178e237f091e55e662d0b477a9399870 (patch)
tree10a033962dde8b4ab1421a0a86e84f837007c481 /etc
parentc419f5cb552a22202d86d10c3bd15e505af43a21 (diff)
downloademacs-ed6235ea178e237f091e55e662d0b477a9399870.tar.gz
emacs-ed6235ea178e237f091e55e662d0b477a9399870.zip
Add NEWS entries for quit-window, window-state functions, and ignore-window-parameters.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 12 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3158295bbcb..a5e7de93d7d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -425,6 +425,11 @@ These maximize and minize the size of a window within its frame.
425These functions allow to navigate through the live buffers that have 425These functions allow to navigate through the live buffers that have
426been shown in a specific window. 426been shown in a specific window.
427 427
428+++
429*** New functions `window-state-get' and `window-state-put'.
430These functions allow to save and restore the state of an arbitrary
431frame or window as an Elisp object.
432
428** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'. 433** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'.
429This is handy for minibuffer-only frames, and is also used for the "mouse-1 434This is handy for minibuffer-only frames, and is also used for the "mouse-1
430pops up *Messages*" feature, which can now easily be changed. 435pops up *Messages*" feature, which can now easily be changed.
@@ -1030,11 +1035,11 @@ and `window-body-height' are provided.
1030*** Window parameters specific to window handling functions. 1035*** Window parameters specific to window handling functions.
1031For each window you can specify a parameter to override the default 1036For each window you can specify a parameter to override the default
1032behavior of a number of functions like `split-window', `delete-window' 1037behavior of a number of functions like `split-window', `delete-window'
1033and `delete-other-windows'. 1038and `delete-other-windows'. The variable `ignore-window-parameters'
1039allows to ignore processing such parameters.
1034 1040
1035+++ 1041+++
1036*** New semantics of third argument of `split-window'. 1042*** New semantics of third argument of `split-window'.
1037
1038The third argument of `split-window' has been renamed to SIDE and can be 1043The third argument of `split-window' has been renamed to SIDE and can be
1039set to any of the values 'below, 'right, 'above, or 'left to make the 1044set to any of the values 'below, 'right, 'above, or 'left to make the
1040new window appear on the corresponding side of the window that shall be 1045new window appear on the corresponding side of the window that shall be
@@ -1097,6 +1102,11 @@ are user-customizable variables.
1097 1102
1098See the docstring of `display-buffer' for details. 1103See the docstring of `display-buffer' for details.
1099 1104
1105+++
1106*** New behavior of `quit-window'.
1107The behavior of `quit-window' has been changed in order to restore the
1108state before the last buffer display operation in that window.
1109
1100** Completion 1110** Completion
1101 1111
1102*** New variable completion-extra-properties used to specify extra properties 1112*** New variable completion-extra-properties used to specify extra properties