comparison etc/NEWS @ 84507:8418c42a7854

*** empty log message ***
author Romain Francoise <romain@orebokech.com>
date Wed, 12 Sep 2007 11:33:02 +0000
parents d03b0147539e
children 625c68a74372
comparison
equal deleted inserted replaced
84506:585e129fae66 84507:8418c42a7854
41 ** set-file-modes is now interactive and can take the mode value in 41 ** set-file-modes is now interactive and can take the mode value in
42 symbolic notation thanks to auxiliary functions. 42 symbolic notation thanks to auxiliary functions.
43 43
44 ** split-window-preferred-function specifies whether display-buffer should 44 ** split-window-preferred-function specifies whether display-buffer should
45 split windows vertically or horizontally. 45 split windows vertically or horizontally.
46
47 ** The new variable prefer-window-split-horizontally specifies how
48 display-buffer splits windows. If its value is nil the old behavior
49 is kept, i.e. windows are split vertically (above-below). If its
50 value is t, windows are split horizontally (side-by-side). If its
51 value is a number, windows are split horizontally if the resulting
52 window is at least as wide as that number, vertically otherwise.
53 46
54 ** Support for multiple terminal devices and simultaneous graphical 47 ** Support for multiple terminal devices and simultaneous graphical
55 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
56 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.
57 50