aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-03-05 14:50:48 +0100
committerMartin Rudalics2014-03-05 14:50:48 +0100
commite1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1 (patch)
tree3fd66c8e39dd35fd2d7cad9efe15130b1db7cd09 /doc/lispref/ChangeLog
parent6bf67038d90f120d6039baa10ec30662339fe496 (diff)
downloademacs-e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1.tar.gz
emacs-e1a2cb1ce53d6c59e8c2d56bbdee8aac2e8151b1.zip
Various window code related fixes and documentation changes.
* dispnew.c (change_frame_size_1): Add new_lines instead of new_height, the latter may be still zero if passed as such. * window.c (Fwindow_pixel_height): Mention bottom divider in doc-string. * window.el (window-min-height, window-min-width): Rewrite doc-strings. (window-body-size): Add PIXELWISE argument to make it consistent with its callees. * display.texi (Window Dividers): New section. * frames.texi (Layout Parameters): Add right-divider-width and bottom-divider-width. * windows.texi (Window Sizes): Redraw schematic and rewrite its description. Rewrite descriptions of `window-total-height', `window-total-width', `window-total-size', `window-body-height', `window-body-width' and `window-size-fixed'. Add descriptions for `window-pixel-height', `window-pixel-width', `window-min-height' and `window-min-width'. Remove description of `window-size-fixed-p' moving part of it to that of `window-size-fixed'. (Resizing Windows): Mention dividers when talking about minimum sizes.
Diffstat (limited to 'doc/lispref/ChangeLog')
-rw-r--r--doc/lispref/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 1a76554dd55..52c2307b119 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,19 @@
12014-03-05 Martin Rudalics <rudalics@gmx.at>
2
3 * display.texi (Window Dividers): New section.
4 * frames.texi (Layout Parameters): Add right-divider-width and
5 bottom-divider-width.
6 * windows.texi (Window Sizes): Redraw schematic and rewrite its
7 description. Rewrite descriptions of `window-total-height',
8 `window-total-width', `window-total-size', `window-body-height',
9 `window-body-width' and `window-size-fixed'. Add descriptions
10 for `window-pixel-height', `window-pixel-width',
11 `window-min-height' and `window-min-width'. Remove description
12 of `window-size-fixed-p' moving part of it to that of
13 `window-size-fixed'.
14 (Resizing Windows): Mention dividers when talking about minimum
15 sizes.
16
12014-03-05 Glenn Morris <rgm@gnu.org> 172014-03-05 Glenn Morris <rgm@gnu.org>
2 18
3 * modes.texi (SMIE Customization): New section. 19 * modes.texi (SMIE Customization): New section.