diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1a6c151b4b1..646fb439843 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2006-10-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2006-10-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * dispnew.c (sit_for): Sit forever if TIMEOUT is t. | ||
| 4 | |||
| 5 | * keyboard.c (command_loop_1): Handle non-number values of | ||
| 6 | `minibuffer-message-timeout'. | ||
| 7 | (Fexecute_extended_command): Fix typo. | ||
| 8 | |||
| 3 | * minibuf.c (temp_echo_area_glyphs): Sit for | 9 | * minibuf.c (temp_echo_area_glyphs): Sit for |
| 4 | `minibuffer-message-timeout' seconds. | 10 | `minibuffer-message-timeout' seconds. |
| 5 | 11 | ||