Mercurial > emacs
comparison etc/NEWS @ 84403:2ea1cbfb296f
Document prefer-window-split-horizontally.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Sep 2007 10:39:16 +0000 |
parents | 07d871329e5d |
children | 5ceabf39cf1d |
comparison
equal
deleted
inserted
replaced
84402:6e599fa0f77d | 84403:2ea1cbfb296f |
---|---|
34 | 34 |
35 * Changes in Emacs 23.1 | 35 * Changes in Emacs 23.1 |
36 | 36 |
37 ** split-window-preferred-function specifies whether display-buffer should | 37 ** split-window-preferred-function specifies whether display-buffer should |
38 split windows vertically or horizontally. | 38 split windows vertically or horizontally. |
39 | |
40 ** The new variable prefer-window-split-horizontally specifies how | |
41 display-buffer splits windows. If its value is nil the old behavior | |
42 is kept, i.e. windows are split vertically (above-below). If its | |
43 value is t, windows are split horizontally (side-by-side). If its | |
44 value is a number, windows are split horizontally if the resulting | |
45 window is at least as wide as that number, vertically otherwise. | |
39 | 46 |
40 ** Support for multiple terminal devices and simultaneous graphical | 47 ** Support for multiple terminal devices and simultaneous graphical |
41 and tty frames has been added. You can test for the presence of this | 48 and tty frames has been added. You can test for the presence of this |
42 feature in your Lisp code by testing for the `multi-tty' feature. | 49 feature in your Lisp code by testing for the `multi-tty' feature. |
43 | 50 |