changeset 95911:dd0b776b5331

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Sat, 14 Jun 2008 08:58:56 +0000
parents e2798b886edf
children dd0e2fbdf65e
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jun 14 08:58:07 2008 +0000
+++ b/lisp/ChangeLog	Sat Jun 14 08:58:56 2008 +0000
@@ -1,3 +1,9 @@
+2008-06-14  Martin Rudalics  <rudalics@gmx.at>
+
+	* window.el (window--even-window-heights): Even window heights
+	only if the selected window is higher than WINDOW.
+	Reported by Stephen Berman <Stephen.Berman at gmx.net>.
+
 2008-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* info.el (Info-insert-breadcrumbs): Be careful to preserve history.
@@ -299,6 +305,7 @@
 
 	* window.el (window--splittable-p, window--try-to-split-window):
 	Don't use with-selected-window to avoid messing up get-lru-window.
+	Reported by David Hansen <david.hansen@gmx.net>.
 
 2008-06-10  Glenn Morris  <rgm@gnu.org>