aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-03-09 12:36:51 +0100
committerMartin Rudalics2014-03-09 12:36:51 +0100
commit7e940b654669e8b1f4fc92ef541c165f68873248 (patch)
tree846f832b899356a1f77c1b89b2b4a144c2f37d51 /src/ChangeLog
parente7db54476d83d155fffb25fdec89f09224970a44 (diff)
downloademacs-7e940b654669e8b1f4fc92ef541c165f68873248.tar.gz
emacs-7e940b654669e8b1f4fc92ef541c165f68873248.zip
Update docs for window dividers and `window-text-pixel-size'.
* xdisp.c (Fwindow_text_pixel_size): Adjust doc-string. * elisp.texi (Top): Rename section "Width" to "Size of Displayed Text". * text.texi (Primitive Indent): * strings.texi (String Basics): * sequences.texi (Sequence Functions): Update references accordingly. * display.texi (Size of Displayed Text): Rename section from "Width". Add description for `window-text-pixel-size'. (Window Dividers): Reword description of window dividers. * frames.texi (Layout Parameters): Improve description of window divider parameters. * windows.texi (Window Sizes): Add descriptions of `window-mode-line-height' and `window-header-line-height'. (Coordinates and Windows): Mention window dividers.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b75161f91c..af8cd0e492b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,13 @@
12014-03-09 Martin Rudalics <rudalics@gmx.at>
2
3 * xdisp.c (Fwindow_text_pixel_size): Adjust doc-string.
4
12014-03-08 Jan Djärv <jan.h.d@swipnet.se> 52014-03-08 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * nsterm.h (MAC_OS_X_VERSION_10_9): Add. 7 * nsterm.h (MAC_OS_X_VERSION_10_9): Add.
4 8
5 * nsterm.m (constrainFrameRect:toScreen:): Constrain normally when frame 9 * nsterm.m (constrainFrameRect:toScreen:): Constrain normally
6 is only on one screen (Bug#14713). 10 when frame is only on one screen (Bug#14713).
7 11
82014-03-08 Eli Zaretskii <eliz@gnu.org> 122014-03-08 Eli Zaretskii <eliz@gnu.org>
9 13