diff options
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 16 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-03-05 Glenn Morris <rgm@gnu.org> | 17 | 2014-03-05 Glenn Morris <rgm@gnu.org> |
| 2 | 18 | ||
| 3 | * modes.texi (SMIE Customization): New section. | 19 | * modes.texi (SMIE Customization): New section. |