diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index afddcca381b..dda7a11fdaa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2008-02-24 Jason Rumney <jasonr@gnu.org> | 1 | 2008-02-24 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32term.c: (x_draw_glyph_string_background): Clear the background | ||
| 4 | manually when cleartype is in use. | ||
| 5 | (x_draw_glyph_string_foreground): Draw text transparently when | ||
| 6 | cleartype is in use. | ||
| 7 | |||
| 3 | * w32font.c (w32font_text_extents): Avoid getting HDC and selecting | 8 | * w32font.c (w32font_text_extents): Avoid getting HDC and selecting |
| 4 | a font into it unless we have to. | 9 | a font into it unless we have to. |
| 5 | 10 | ||