]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorMartin Rudalics <rudalics@gmx.at>
Mon, 9 Jun 2008 06:54:15 +0000 (06:54 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Mon, 9 Jun 2008 06:54:15 +0000 (06:54 +0000)
etc/NEWS

index e50ea23720cc00952c96da992cc4749529e9d0a9..9808e043e742ae6ae6a445b65310f3d458101d4f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -155,8 +155,13 @@ starts with a `(', the string is evaluated as a Lisp form.
 ** set-file-modes is now interactive and can take the mode value in
 symbolic notation thanks to auxiliary functions.
 
-** split-window-preferred-function specifies whether display-buffer should
-split windows vertically or horizontally.
+** Changes affecting display-buffer
+*** New value nil for split-height-threshold inhibits vertical splitting
+unless there's no other window.
+*** New option split-width-threshold controls horizontal splitting.
+*** A window can be split horizontally even when it's not full-width.
+*** New option split-window-preferred-function can be set to a function
+to override the default splitting mechanism of display-buffer.
 
 ** Emacsclient has been extended to support opening a new terminal
 frame.  Its behavior has been changed to open a new Emacs frame by