diff options
| author | Juri Linkov | 2008-03-29 23:05:26 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-03-29 23:05:26 +0000 |
| commit | 7ae6d1d10e8a8ca2e816733f7ceb367a0b5dae57 (patch) | |
| tree | 7f46476dee073f0991e909f2350c8c7514db9a0e /src/ChangeLog | |
| parent | f1917c6f19b9386dfcd897d6aa7e001c101b05aa (diff) | |
| download | emacs-7ae6d1d10e8a8ca2e816733f7ceb367a0b5dae57.tar.gz emacs-7ae6d1d10e8a8ca2e816733f7ceb367a0b5dae57.zip | |
(Fdisplay_buffer): Move call to
Vsplit_window_preferred_function out of conditions that check
if window is eligible for vertical splitting.
When Vsplit_window_preferred_function is non-nil, call it and use
its non-nil return value as window. Otherwise, continue doing
vertical splitting using Fsplit_window with arg horflag=nil.
(syms_of_window) <Vsplit_window_preferred_function>: Change the
default value from `split-window' to nil.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 844f42e7301..9061ffc2359 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2008-03-29 Juri Linkov <juri@jurta.org> | 1 | 2008-03-29 Juri Linkov <juri@jurta.org> |
| 2 | 2 | ||
| 3 | * window.c (Fdisplay_buffer): Move call to | ||
| 4 | Vsplit_window_preferred_function out of conditions that check | ||
| 5 | if window is eligible for vertical splitting. | ||
| 6 | When Vsplit_window_preferred_function is non-nil, call it and use | ||
| 7 | its non-nil return value as window. Otherwise, continue doing | ||
| 8 | vertical splitting using Fsplit_window with arg horflag=nil. | ||
| 9 | (syms_of_window) <Vsplit_window_preferred_function>: Change the | ||
| 10 | default value from `split-window' to nil. | ||
| 11 | |||
| 12 | 2008-03-29 Juri Linkov <juri@jurta.org> | ||
| 13 | |||
| 3 | * callint.c (Fcall_interactively): Revert 2008-03-16 change | 14 | * callint.c (Fcall_interactively): Revert 2008-03-16 change |
| 4 | for interactive code letters 'b' and 'B'. | 15 | for interactive code letters 'b' and 'B'. |
| 5 | 16 | ||