comparison src/ChangeLog @ 57409:d367877eabf0

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sat, 09 Oct 2004 23:24:31 +0000
parents 8434603cae5b
children 0867872551d9
comparison
equal deleted inserted replaced
57408:601c087f45f6 57409:d367877eabf0
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
4 * macterm.c (mac_check_for_quit_char): Remove warning for using 14 * macterm.c (mac_check_for_quit_char): Remove warning for using
5 NULL where 0 should be used 15 NULL where 0 should be used