Mercurial > emacs
changeset 93897:2a26d1addd66
*** empty log message ***
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 09 Apr 2008 06:47:19 +0000 |
parents | 0c2f4b91340c |
children | d44db694f2b3 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Apr 09 06:46:39 2008 +0000 +++ b/src/ChangeLog Wed Apr 09 06:47:19 2008 +0000 @@ -1,3 +1,14 @@ +2008-04-09 Jan Djärv <jan.h.d@swipnet.se> + + * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT. + Most of the code moved to run_timers. + (do_pending_atimers): Call run_timers. + (run_timers): New function. + + * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. + + * process.c (wait_reading_process_output): The same as above. + 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca> * minibuf.c (last_exact_completion): Remove variable.