emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sat, 29 Mar 2008 23:05:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/03/29 23:05:27

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6294
retrieving revision 1.6295
diff -u -b -r1.6294 -r1.6295
--- ChangeLog   29 Mar 2008 22:58:43 -0000      1.6294
+++ ChangeLog   29 Mar 2008 23:05:26 -0000      1.6295
@@ -1,5 +1,16 @@
 2008-03-29  Juri Linkov  <address@hidden>
 
+       * 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  <address@hidden>
+
        * callint.c (Fcall_interactively): Revert 2008-03-16 change
        for interactive code letters 'b' and 'B'.
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]