Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
105768:192f524e5a85 | 105769:a71b9df39f6e |
---|---|
1 2009-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 | |
1 2009-10-25 Chong Yidong <cyd@stupidchicken.com> | 7 2009-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 |
4 string in menu maps (Bug#4471). | 10 string in menu maps (Bug#4471). |
5 | 11 |
18 (make_uid, make_gid): Removed. | 24 (make_uid, make_gid): Removed. |
19 | 25 |
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 |
27 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> | 32 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> |
28 | 33 |
29 * keymap.c (Fmake_sparse_keymap): Purecopy the name. | 34 * keymap.c (Fmake_sparse_keymap): Purecopy the name. |