diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 918b914b076..179fcadfc21 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2008-04-09 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT. | ||
| 4 | Most of the code moved to run_timers. | ||
| 5 | (do_pending_atimers): Call run_timers. | ||
| 6 | (run_timers): New function. | ||
| 7 | |||
| 8 | * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. | ||
| 9 | |||
| 10 | * process.c (wait_reading_process_output): The same as above. | ||
| 11 | |||
| 1 | 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> | 12 | 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 13 | ||
| 3 | * minibuf.c (last_exact_completion): Remove variable. | 14 | * minibuf.c (last_exact_completion): Remove variable. |