diff src/ChangeLog @ 105769:a71b9df39f6e

* window.c (grow_mini_window): Comment out "delta >= 0" assertion. For delta < 0, skip check that only makes sense when the mini-window is going to be enlarged. (Bug#4534)
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 26 Oct 2009 10:04:37 +0000
parents b61f0f08b8e1
children 435ad0d7953a
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 26 09:29:12 2009 +0000
+++ b/src/ChangeLog	Mon Oct 26 10:04:37 2009 +0000
@@ -1,3 +1,9 @@
+2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
+
+	* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
+	For delta < 0, skip check that only makes sense when the mini-window
+	is going to be enlarged.  (Bug#4534)
+
 2009-10-25  Chong Yidong  <cyd@stupidchicken.com>
 
 	* keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
@@ -20,8 +26,7 @@
 	* lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
 	types again.
 
-	* sysdep.c (procfs_ttyname): Fix sprintf format to match argument
-	type.
+	* sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
 	(system_process_attributes): Likewise.
 
 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>