# HG changeset patch # User Kim F. Storm # Date 1097364271 0 # Node ID d367877eabf082d53523bc7d94c0f205a626322b # Parent 601c087f45f660adf4357a4444964004cd5d0b82 *** empty log message *** diff -r 601c087f45f6 -r d367877eabf0 src/ChangeLog --- a/src/ChangeLog Sat Oct 09 21:50:57 2004 +0000 +++ b/src/ChangeLog Sat Oct 09 23:24:31 2004 +0000 @@ -1,3 +1,13 @@ +2004-10-10 Kim F. Storm + + * keyboard.c (timer_resume_idle): New function to resume idle + timer without resetting timers on the idle list. + (read_char): Use timer_resume_idle. Remove local var last_idle_start. + (timer_start_idle, timer_stop_idle): Declare static. + (read_key_sequence): Use timer_resume_idle instead of timer_start_idle. + + * keyboard.h (timer_start_idle, timer_stop_idle): Remove prototypes. + 2004-10-08 Steven Tamm * config.in (HAVE_MALLOC_MALLOC_H): Regenerate