diff options
| author | Martin Rudalics | 2011-09-25 17:29:14 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2011-09-25 17:29:14 +0200 |
| commit | ed6235ea178e237f091e55e662d0b477a9399870 (patch) | |
| tree | 10a033962dde8b4ab1421a0a86e84f837007c481 | |
| parent | c419f5cb552a22202d86d10c3bd15e505af43a21 (diff) | |
| download | emacs-ed6235ea178e237f091e55e662d0b477a9399870.tar.gz emacs-ed6235ea178e237f091e55e662d0b477a9399870.zip | |
Add NEWS entries for quit-window, window-state functions, and ignore-window-parameters.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
| @@ -425,6 +425,11 @@ These maximize and minize the size of a window within its frame. | |||
| 425 | These functions allow to navigate through the live buffers that have | 425 | These functions allow to navigate through the live buffers that have |
| 426 | been shown in a specific window. | 426 | been shown in a specific window. |
| 427 | 427 | ||
| 428 | +++ | ||
| 429 | *** New functions `window-state-get' and `window-state-put'. | ||
| 430 | These functions allow to save and restore the state of an arbitrary | ||
| 431 | frame 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'. |
| 429 | This is handy for minibuffer-only frames, and is also used for the "mouse-1 | 434 | This is handy for minibuffer-only frames, and is also used for the "mouse-1 |
| 430 | pops up *Messages*" feature, which can now easily be changed. | 435 | pops 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. |
| 1031 | For each window you can specify a parameter to override the default | 1036 | For each window you can specify a parameter to override the default |
| 1032 | behavior of a number of functions like `split-window', `delete-window' | 1037 | behavior of a number of functions like `split-window', `delete-window' |
| 1033 | and `delete-other-windows'. | 1038 | and `delete-other-windows'. The variable `ignore-window-parameters' |
| 1039 | allows 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 | |||
| 1038 | The third argument of `split-window' has been renamed to SIDE and can be | 1043 | The third argument of `split-window' has been renamed to SIDE and can be |
| 1039 | set to any of the values 'below, 'right, 'above, or 'left to make the | 1044 | set to any of the values 'below, 'right, 'above, or 'left to make the |
| 1040 | new window appear on the corresponding side of the window that shall be | 1045 | new window appear on the corresponding side of the window that shall be |
| @@ -1097,6 +1102,11 @@ are user-customizable variables. | |||
| 1097 | 1102 | ||
| 1098 | See the docstring of `display-buffer' for details. | 1103 | See the docstring of `display-buffer' for details. |
| 1099 | 1104 | ||
| 1105 | +++ | ||
| 1106 | *** New behavior of `quit-window'. | ||
| 1107 | The behavior of `quit-window' has been changed in order to restore the | ||
| 1108 | state 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 |