diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b6f0a6016a..dc38aa05bc7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,11 +1,15 @@ | |||
| 1 | 2009-02-12 Jason Rumney <jasonr@gnu.org> | 1 | 2009-02-12 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * w32font.c (check_face_name): Check for fake helv. (Bug#2275) | ||
| 4 | (add_font_entity_to_list): Call check_face_name even when family | ||
| 5 | is unspecified. | ||
| 6 | |||
| 3 | * w32term.c (x_display_pixel_height, x_display_pixel_width): | 7 | * w32term.c (x_display_pixel_height, x_display_pixel_width): |
| 4 | Release DC when finished. Use NULL window to refer to desktop. | 8 | Release DC when finished. Use NULL window to refer to desktop. |
| 5 | (w32_term_init): Use NULL window to refer to desktop. (Bug#460) | 9 | (w32_term_init): Use NULL window to refer to desktop. (Bug#460) |
| 6 | 10 | ||
| 7 | * w32font.c (add_font_entity_to_list): Fix check for substituted | 11 | * w32font.c (add_font_entity_to_list): Fix check for substituted |
| 8 | raster fonts. (Bug#2219) | 12 | raster fonts. (Bug#2219) |
| 9 | 13 | ||
| 10 | 2009-02-12 Kenichi Handa <handa@m17n.org> | 14 | 2009-02-12 Kenichi Handa <handa@m17n.org> |
| 11 | 15 | ||