Mercurial > emacs
diff src/ChangeLog @ 93914:cd8f3c07b9d0
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 09 Apr 2008 12:14:52 +0000 |
parents | 2a26d1addd66 |
children | cabc887aeb8a |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * w32term.c (w32_compute_glyph_string_overhangs): Compute overhangs + for new font backend and composite cases. + 2008-04-09 Jan Djärv <jan.h.d@swipnet.se> * 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.