emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Sat, 08 Sep 2007 10:39:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/09/08 10:39:16

Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1554
retrieving revision 1.1555
diff -u -b -r1.1554 -r1.1555
--- NEWS        7 Sep 2007 04:00:48 -0000       1.1554
+++ NEWS        8 Sep 2007 10:39:16 -0000       1.1555
@@ -37,6 +37,13 @@
 ** split-window-preferred-function specifies whether display-buffer should
 split windows vertically or horizontally.
 
+** The new variable prefer-window-split-horizontally specifies how
+display-buffer splits windows.  If its value is nil the old behavior
+is kept, i.e. windows are split vertically (above-below).  If its
+value is t, windows are split horizontally (side-by-side).  If its
+value is a number, windows are split horizontally if the resulting
+window is at least as wide as that number, vertically otherwise.
+
 ** Support for multiple terminal devices and simultaneous graphical
 and tty frames has been added.  You can test for the presence of this
 feature in your Lisp code by testing for the `multi-tty' feature.




reply via email to

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