aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2009-10-26 10:04:37 +0000
committerJuanma Barranquero2009-10-26 10:04:37 +0000
commit522d013a5958f604179681172b2dfb8cb432809d (patch)
treeec0c7bee95e39c69f120650197d999f342aef921 /src/ChangeLog
parent293c24f9ad59130eb8ae53b3adbd61b5fb634084 (diff)
downloademacs-522d013a5958f604179681172b2dfb8cb432809d.tar.gz
emacs-522d013a5958f604179681172b2dfb8cb432809d.zip
* 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)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cbfee8f3f07..60cbcef8ca7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12009-10-26 Juanma Barranquero <lekktu@gmail.com>
2
3 * window.c (grow_mini_window): Comment out "delta >= 0" assertion.
4 For delta < 0, skip check that only makes sense when the mini-window
5 is going to be enlarged. (Bug#4534)
6
12009-10-25 Chong Yidong <cyd@stupidchicken.com> 72009-10-25 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt 9 * keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
@@ -20,8 +26,7 @@
20 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned 26 * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
21 types again. 27 types again.
22 28
23 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument 29 * sysdep.c (procfs_ttyname): Fix sprintf format to match argument type.
24 type.
25 (system_process_attributes): Likewise. 30 (system_process_attributes): Likewise.
26 31
272009-10-24 Dan Nicolaescu <dann@ics.uci.edu> 322009-10-24 Dan Nicolaescu <dann@ics.uci.edu>