aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
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 @@
12008-03-29 Juri Linkov <juri@jurta.org> 12008-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
122008-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