changeset 93408:e4579b12c537

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sat, 29 Mar 2008 23:05:26 +0000
parents da5b46bdd92c
children b705f66a40fc
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Mar 29 23:04:56 2008 +0000
+++ b/src/ChangeLog	Sat Mar 29 23:05:26 2008 +0000
@@ -1,3 +1,14 @@
+2008-03-29  Juri Linkov  <juri@jurta.org>
+
+	* window.c (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.
+
 2008-03-29  Juri Linkov  <juri@jurta.org>
 
 	* callint.c (Fcall_interactively): Revert 2008-03-16 change