diff options
| author | Martin Rudalics | 2012-11-07 10:41:52 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2012-11-07 10:41:52 +0100 |
| commit | fdaf534a7b1f94563065f0136cb7bac981722877 (patch) | |
| tree | 7fe4b0539c7d1915a888bb2aaa0bd447c740a3bf /src/ChangeLog | |
| parent | 031b2ea7f5cefc53885d469c3c37ef68103d49aa (diff) | |
| download | emacs-fdaf534a7b1f94563065f0136cb7bac981722877.tar.gz emacs-fdaf534a7b1f94563065f0136cb7bac981722877.zip | |
Fix and rewrite doc on window recombining facilities.
* window.c (Fsplit_window_internal): Set combination limit of
new parent window to t iff Vwindow_combination_limit is t;
fixing a regression introduced with the change from 2012-09-22.
(Fwindow_combination_limit, Fset_window_combination_limit): Fix
doc-strings.
* elisp.texi (Top): Add Recombining Windows to menu.
* windows.texi (Recombining Windows): New subsection.
(Splitting Windows): Rewrite text on handling of window
combinations and move it to new subsection.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 11e657cffa9..9e0f92f557e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-11-07 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fsplit_window_internal): Set combination limit of | ||
| 4 | new parent window to t iff Vwindow_combination_limit is t; | ||
| 5 | fixing a regression introduced with the change from 2012-09-22. | ||
| 6 | (Fwindow_combination_limit, Fset_window_combination_limit): Fix | ||
| 7 | doc-strings. | ||
| 8 | |||
| 1 | 2012-11-06 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-11-06 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (try_scrolling): Fix correction of aggressive-scroll | 11 | * xdisp.c (try_scrolling): Fix correction of aggressive-scroll |