changeset 97993:6a97b039ecff

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Fri, 05 Sep 2008 07:12:23 +0000
parents 5a7e949834da
children b74042c3e459
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Sep 05 07:11:55 2008 +0000
+++ b/lisp/ChangeLog	Fri Sep 05 07:12:23 2008 +0000
@@ -1,3 +1,8 @@
+2008-09-05  Martin Rudalics  <rudalics@gmx.at>
+
+	* window.el (window--try-to-split-window): Don't split when window
+	is not splittable in last disjunct.  (Bug#888)
+
 2008-09-05  Kenichi Handa  <handa@m17n.org>
 
 	* language/tibetan.el: Fix setting of composition-function-table.
@@ -57,7 +62,7 @@
 2008-09-02  Martin Rudalics  <rudalics@gmx.at>
 
 	* calc/calc.el (calc-dispatch-map): Fix handling of upcased and
-	control-prefixed keys.  (Bug #835)
+	control-prefixed keys.  (Bug#835)
 
 2008-09-02  Chong Yidong  <cyd@stupidchicken.com>