aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 179fcadfc21..a9ba878737e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-04-09 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs
4 for new font backend and composite cases.
5
12008-04-09 Jan Djärv <jan.h.d@swipnet.se> 62008-04-09 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT. 8 * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT.
@@ -5,7 +10,8 @@
5 (do_pending_atimers): Call run_timers. 10 (do_pending_atimers): Call run_timers.
6 (run_timers): New function. 11 (run_timers): New function.
7 12
8 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. 13 * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers,
14 run atimers.
9 15
10 * process.c (wait_reading_process_output): The same as above. 16 * process.c (wait_reading_process_output): The same as above.
11 17