diff options
| author | Jason Rumney | 2008-04-09 12:14:52 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-09 12:14:52 +0000 |
| commit | cf907d69ddd44c09dc5b5c12230b40e4cc9779d7 (patch) | |
| tree | 3b2ab3ad1c36e9461df127733c943a1eb378e982 /src/ChangeLog | |
| parent | 418fddf54bc687634693875991a1491290a7f98d (diff) | |
| download | emacs-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/ChangeLog | 8 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-04-09 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2008-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 | ||