Mercurial > emacs
changeset 57409:d367877eabf0
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 09 Oct 2004 23:24:31 +0000 |
parents | 601c087f45f6 |
children | 73be00e59d8e |
files | src/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <storm@cua.dk> + + * 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 <steventamm@mac.com> * config.in (HAVE_MALLOC_MALLOC_H): Regenerate