diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -430,11 +430,6 @@ These maximize and minimize the size of a window within its frame. | |||
| 430 | These functions allow to navigate through the live buffers that have | 430 | These functions allow to navigate through the live buffers that have |
| 431 | been shown in a specific window. | 431 | been shown in a specific window. |
| 432 | 432 | ||
| 433 | +++ | ||
| 434 | *** New functions `window-state-get' and `window-state-put'. | ||
| 435 | These functions allow to save and restore the state of an arbitrary | ||
| 436 | frame or window as an Elisp object. | ||
| 437 | |||
| 438 | ** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'. | 433 | ** The inactive minibuffer has its own major mode `minibuffer-inactive-mode'. |
| 439 | 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 |
| 440 | pops up *Messages*" feature, which can now easily be changed. | 435 | pops up *Messages*" feature, which can now easily be changed. |
| @@ -1161,6 +1156,11 @@ state before the last buffer display operation in that window. | |||
| 1161 | iconifying or deleting a frame when burying a buffer shown in a dedicated | 1156 | iconifying or deleting a frame when burying a buffer shown in a dedicated |
| 1162 | frame or quitting a window showing a buffer in a frame of its own. | 1157 | frame or quitting a window showing a buffer in a frame of its own. |
| 1163 | 1158 | ||
| 1159 | +++ | ||
| 1160 | *** New functions `window-state-get' and `window-state-put'. | ||
| 1161 | These functions allow to save and restore the state of an arbitrary | ||
| 1162 | frame or window as an Elisp object. | ||
| 1163 | |||
| 1164 | ** Completion | 1164 | ** Completion |
| 1165 | 1165 | ||
| 1166 | *** New variable completion-extra-properties used to specify extra properties | 1166 | *** New variable completion-extra-properties used to specify extra properties |