diff options
| author | Martin Rudalics | 2012-09-22 14:56:08 +0200 |
|---|---|---|
| committer | Martin Rudalics | 2012-09-22 14:56:08 +0200 |
| commit | 8e17c9ba1443c2f21c5801f0c4660ac08dccc837 (patch) | |
| tree | 440766cd6249af19144f114626180568c5ece697 /src/ChangeLog | |
| parent | aa1fe812d3e77ed65a5226a42e5dc081eab22b18 (diff) | |
| download | emacs-8e17c9ba1443c2f21c5801f0c4660ac08dccc837.tar.gz emacs-8e17c9ba1443c2f21c5801f0c4660ac08dccc837.zip | |
Make Temp Buffer Resize Mode less intrusive (Bug#1806).
* window.c (Fsplit_window_internal): Handle only Qt value of
Vwindow_combination_limit separately.
(Qtemp_buffer_resize): New symbol.
(Vwindow_combination_limit): New default value. Rewrite
doc-string.
* cus-start.el (window-combination-limit): Add new optional
values.
* window.el (temp-buffer-window-show)
(window--try-to-split-window): Obey new values of
window-combination-limit.
(split-window): Test window-combination-limit for t instead of
non-nil.
(display-buffer-at-bottom): New buffer display action function.
* help.el (temp-buffer-resize-regexps): New option.
(temp-buffer-resize-mode): Rewrite doc-string.
(resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
Don't resize reused window. Suggested by Glen Morris.
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 4033f51ca1a..6ea40b3f122 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-09-22 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (Fsplit_window_internal): Handle only Qt value of | ||
| 4 | Vwindow_combination_limit separately. | ||
| 5 | (Qtemp_buffer_resize): New symbol. | ||
| 6 | (Vwindow_combination_limit): New default value. Rewrite | ||
| 7 | doc-string. | ||
| 8 | |||
| 1 | 2012-09-22 Eli Zaretskii <eliz@gnu.org> | 9 | 2012-09-22 Eli Zaretskii <eliz@gnu.org> |
| 2 | 10 | ||
| 3 | * xdisp.c (next_overlay_string): Initialize it->end_charpos for | 11 | * xdisp.c (next_overlay_string): Initialize it->end_charpos for |