diff options
| author | Martin Rudalics | 2014-03-09 12:36:51 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-03-09 12:36:51 +0100 |
| commit | 7e940b654669e8b1f4fc92ef541c165f68873248 (patch) | |
| tree | 846f832b899356a1f77c1b89b2b4a144c2f37d51 /src/ChangeLog | |
| parent | e7db54476d83d155fffb25fdec89f09224970a44 (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2014-03-09 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * xdisp.c (Fwindow_text_pixel_size): Adjust doc-string. | ||
| 4 | |||
| 1 | 2014-03-08 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2014-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 | ||
| 8 | 2014-03-08 Eli Zaretskii <eliz@gnu.org> | 12 | 2014-03-08 Eli Zaretskii <eliz@gnu.org> |
| 9 | 13 | ||