# HG changeset patch # User Jason Rumney # Date 1207743292 0 # Node ID cd8f3c07b9d04393fe5f22869c16781059c9c0a2 # Parent 7e2e9d86af3bc4cb7a0e29b63fc8878e0cebbcb6 *** empty log message *** diff -r 7e2e9d86af3b -r cd8f3c07b9d0 src/ChangeLog --- a/src/ChangeLog Wed Apr 09 12:10:33 2008 +0000 +++ b/src/ChangeLog Wed Apr 09 12:14:52 2008 +0000 @@ -1,3 +1,8 @@ +2008-04-09 Jason Rumney + + * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs + for new font backend and composite cases. + 2008-04-09 Jan Djärv * atimer.c (alarm_signal_handler): Call run_timers if not SYNC_INPUT. @@ -5,7 +10,8 @@ (do_pending_atimers): Call run_timers. (run_timers): New function. - * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers, run atimers. + * sysdep.c (emacs_write): If SYNC_INPUT and pending_atimers, + run atimers. * process.c (wait_reading_process_output): The same as above.