aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2014-02-27 22:10:55 +0800
committerXue Fuqiao2014-02-27 22:10:55 +0800
commiteed1c3990176addda8eb4deed826d1d12fb54dee (patch)
tree74b92d9f0f0c2551f84e6471c6e145c0261d8983 /etc
parentde37b1f449795b9c61c3e8212b698e1ec7482223 (diff)
parent8603bdb3b7ab4c4faa10ddadcdc2708228717220 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fd2f380944a..da19f9c534b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -254,9 +254,11 @@ As a command, it was a special case of `C-x 2' (`split-window-below'),
254and as such superfluous. After being reimplemented in Lisp, its 254and as such superfluous. After being reimplemented in Lisp, its
255interactive form was mistakenly retained. 255interactive 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
258optional argument to return a rounded size value. 259optional 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
261windows too. 263windows too.
262 264
@@ -266,10 +268,12 @@ Available only on X, this option allows to control over-scrolling
266using the scroll bar (i.e. dragging the thumb down even when the end 268using the scroll bar (i.e. dragging the thumb down even when the end
267of the buffer is visible). 269of 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
271buffer. 274buffer.
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
275frame. 279frame.