diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 131586c4e8d..f77876b007a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2004-10-10 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * keyboard.c (timer_resume_idle): New function to resume idle | ||
| 4 | timer without resetting timers on the idle list. | ||
| 5 | (read_char): Use timer_resume_idle. Remove local var last_idle_start. | ||
| 6 | (timer_start_idle, timer_stop_idle): Declare static. | ||
| 7 | (read_key_sequence): Use timer_resume_idle instead of timer_start_idle. | ||
| 8 | |||
| 9 | * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes. | ||
| 10 | |||
| 1 | 2004-10-08 Steven Tamm <steventamm@mac.com> | 11 | 2004-10-08 Steven Tamm <steventamm@mac.com> |
| 2 | 12 | ||
| 3 | * config.in (HAVE_MALLOC_MALLOC_H): Regenerate | 13 | * config.in (HAVE_MALLOC_MALLOC_H): Regenerate |