diff options
| author | Martin Rudalics | 2014-12-19 11:27:43 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-12-19 11:27:43 +0100 |
| commit | 276bd75ca56d29b6ddbd2aca3659c83118b3f548 (patch) | |
| tree | da67f549691fa46128ed4477c90cec056552534b /doc/lispref/ChangeLog | |
| parent | ad013ba63134d4fe6470665abf2f9e33a595848a (diff) | |
| download | emacs-276bd75ca56d29b6ddbd2aca3659c83118b3f548.tar.gz emacs-276bd75ca56d29b6ddbd2aca3659c83118b3f548.zip | |
Describe window size preserving options.
* windows.texi (Resizing Windows): Describe new argument of
`fit-window-to-buffer'. Move description of `window-size-fixed'
to new section below.
(Preserving Window Sizes): New section describing
`window-size-fixed' and `window-preserve-size'.
(Display Action Functions): Describe `preserve-size' alist
entry.
(Window Parameters): Describe `preserved-size' parameter.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 7424ab07cdf..5b3750697c8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-12-19 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * windows.texi (Resizing Windows): Describe new argument of | ||
| 4 | `fit-window-to-buffer'. Move description of `window-size-fixed' | ||
| 5 | to new section below. | ||
| 6 | (Preserving Window Sizes): New section describing | ||
| 7 | `window-size-fixed' and `window-preserve-size'. | ||
| 8 | (Display Action Functions): Describe `preserve-size' alist | ||
| 9 | entry. | ||
| 10 | (Window Parameters): Describe `preserved-size' parameter. | ||
| 11 | |||
| 1 | 2014-12-18 Eli Zaretskii <eliz@gnu.org> | 12 | 2014-12-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * display.texi (Low-Level Font): Document font-info and query-font. | 14 | * display.texi (Low-Level Font): Document font-info and query-font. |