diff options
| author | Juanma Barranquero | 2009-10-26 10:04:37 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-10-26 10:04:37 +0000 |
| commit | 522d013a5958f604179681172b2dfb8cb432809d (patch) | |
| tree | ec0c7bee95e39c69f120650197d999f342aef921 /src/ChangeLog | |
| parent | 293c24f9ad59130eb8ae53b3adbd61b5fb634084 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 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 |
| @@ -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 | ||
| 27 | 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> | 32 | 2009-10-24 Dan Nicolaescu <dann@ics.uci.edu> |