diff options
| author | Xue Fuqiao | 2014-02-27 22:10:55 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2014-02-27 22:10:55 +0800 |
| commit | eed1c3990176addda8eb4deed826d1d12fb54dee (patch) | |
| tree | 74b92d9f0f0c2551f84e6471c6e145c0261d8983 /etc | |
| parent | de37b1f449795b9c61c3e8212b698e1ec7482223 (diff) | |
| parent | 8603bdb3b7ab4c4faa10ddadcdc2708228717220 (diff) | |
| download | emacs-eed1c3990176addda8eb4deed826d1d12fb54dee.tar.gz emacs-eed1c3990176addda8eb4deed826d1d12fb54dee.zip | |
Document some changes about windows.
* doc/lispref/windows.texi (Window Sizes): Document `window-size'.
(Display Action Functions): Document `display-buffer-at-bottom'.
(Window Configurations): Minor fixes.
* doc/lispref/modes.texi (Header Lines): Document `window-header-line-height'.
* doc/lispref/display.texi (Scroll Bars): Document `window-scroll-bar-width'.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -254,9 +254,11 @@ As a command, it was a special case of `C-x 2' (`split-window-below'), | |||
| 254 | and as such superfluous. After being reimplemented in Lisp, its | 254 | and as such superfluous. After being reimplemented in Lisp, its |
| 255 | interactive form was mistakenly retained. | 255 | interactive form was mistakenly retained. |
| 256 | 256 | ||
| 257 | +++ | ||
| 257 | *** The functions `window-size' and `window-total-size' now have an | 258 | *** The functions `window-size' and `window-total-size' now have an |
| 258 | optional argument to return a rounded size value. | 259 | optional argument to return a rounded size value. |
| 259 | 260 | ||
| 261 | +++ | ||
| 260 | *** `window-state-put' now allows to put a window state into internal | 262 | *** `window-state-put' now allows to put a window state into internal |
| 261 | windows too. | 263 | windows too. |
| 262 | 264 | ||
| @@ -266,10 +268,12 @@ Available only on X, this option allows to control over-scrolling | |||
| 266 | using the scroll bar (i.e. dragging the thumb down even when the end | 268 | using the scroll bar (i.e. dragging the thumb down even when the end |
| 267 | of the buffer is visible). | 269 | of the buffer is visible). |
| 268 | 270 | ||
| 271 | +++ | ||
| 269 | *** New basic action function `display-buffer-in-previous-window' has | 272 | *** New basic action function `display-buffer-in-previous-window' has |
| 270 | `display-buffer' display a buffer in a window previously showing that | 273 | `display-buffer' display a buffer in a window previously showing that |
| 271 | buffer. | 274 | buffer. |
| 272 | 275 | ||
| 276 | +++ | ||
| 273 | *** New basic action function `display-buffer-at-bottom' has | 277 | *** New basic action function `display-buffer-at-bottom' has |
| 274 | `display-buffer' choose or make a window at the bottom of the selected | 278 | `display-buffer' choose or make a window at the bottom of the selected |
| 275 | frame. | 279 | frame. |