Mercurial > emacs
diff lisp/ChangeLog @ 95911:dd0b776b5331
*** empty log message ***
author | Martin Rudalics <rudalics@gmx.at> |
---|---|
date | Sat, 14 Jun 2008 08:58:56 +0000 |
parents | fcc6d97140b3 |
children | bda6cd3a6477 |
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>