changeset 95670:d4f0cb2dfc4d

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Sun, 08 Jun 2008 13:02:38 +0000
parents a1063beb10cf
children b88c2237c3e7
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jun 08 12:59:39 2008 +0000
+++ b/lisp/ChangeLog	Sun Jun 08 13:02:38 2008 +0000
@@ -1,3 +1,16 @@
+2008-06-08  Martin Rudalics  <rudalics@gmx.at>
+
+	* window.el (split-height-threshold, split-width-threshold): Add
+	choice nil.
+	(split-window-preferred-function): Allow either nil or a function.
+	(window--splittable-p, window--try-to-split-window): Handle
+	changed option values.
+
+	(window--frame-usable-p): Handle nil argument.
+
+	(display-buffer): Call get-lru-window when pop-up-windows is nil
+	and window can't be split.
+
 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
 
 	* uniquify.el (uniquify-get-proposed-name): Handle remote files.