aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2008-04-09 12:14:52 +0000
committerJason Rumney2008-04-09 12:14:52 +0000
commitcf907d69ddd44c09dc5b5c12230b40e4cc9779d7 (patch)
tree3b2ab3ad1c36e9461df127733c943a1eb378e982 /src/ChangeLog
parent418fddf54bc687634693875991a1491290a7f98d (diff)
downloademacs-cf907d69ddd44c09dc5b5c12230b40e4cc9779d7.tar.gz
emacs-cf907d69ddd44c09dc5b5c12230b40e4cc9779d7.zip
(w32_compute_glyph_string_overhangs): Compute overhangs
for new font backend and composite cases.
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