diff options
| author | Kim F. Storm | 2004-10-09 23:24:31 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-10-09 23:24:31 +0000 |
| commit | 9688f9eb3a5f08a6742ec68b3cd993d14a9571b4 (patch) | |
| tree | 6355bffaa57a756d5d36bce4859d556e9cae87ee /src/ChangeLog | |
| parent | c85152fceba4bc9aca0423d7f0a88d185202e87c (diff) | |
| download | emacs-9688f9eb3a5f08a6742ec68b3cd993d14a9571b4.tar.gz emacs-9688f9eb3a5f08a6742ec68b3cd993d14a9571b4.zip | |
*** empty log message ***
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 |