# HG changeset patch # User Jason Rumney # Date 1234450826 0 # Node ID 6a4ebf650260bd9f9eb5c4a919958dc1d0b4363d # Parent 1c96a8f3d1d7bee99ac831d48b2521e8dc07d0c1 *** empty log message *** diff -r 1c96a8f3d1d7 -r 6a4ebf650260 src/ChangeLog --- a/src/ChangeLog Thu Feb 12 14:59:22 2009 +0000 +++ b/src/ChangeLog Thu Feb 12 15:00:26 2009 +0000 @@ -1,11 +1,15 @@ 2009-02-12 Jason Rumney + * w32font.c (check_face_name): Check for fake helv. (Bug#2275) + (add_font_entity_to_list): Call check_face_name even when family + is unspecified. + * w32term.c (x_display_pixel_height, x_display_pixel_width): Release DC when finished. Use NULL window to refer to desktop. - (w32_term_init): Use NULL window to refer to desktop. (Bug#460) + (w32_term_init): Use NULL window to refer to desktop. (Bug#460) * w32font.c (add_font_entity_to_list): Fix check for substituted - raster fonts. (Bug#2219) + raster fonts. (Bug#2219) 2009-02-12 Kenichi Handa