# HG changeset patch # User Jason Rumney # Date 1180822348 0 # Node ID 819d74bdea8051a8dcc31a1b1996b410579b3e6a # Parent c3e1394462ec68271f4d510a530fbfec3a75252f *** empty log message *** diff -r c3e1394462ec -r 819d74bdea80 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Sat Jun 02 22:12:01 2007 +0000 +++ b/src/ChangeLog.unicode Sat Jun 02 22:12:28 2007 +0000 @@ -1,3 +1,19 @@ +2007-06-02 Jason Rumney + + * font.c (font_pixel_size): Reverse assq_no_quit args. + + * w32term.h (FONT_WIDTH): Report max width, not average. + (FONT_MAX_WIDTH): Remove. + (FONT_AVG_WIDTH): New macro. + + * xfaces.c (Fx_list_fonts) [WINDOWSNT]: Remove Windows only + redefinition of FONT_WIDTH. + + * w32term.c (x_font_min_bounds): Use FONT_AVG_WIDTH. + (w32_cache_char_metrics): Use FONT_WIDTH. + + * w32fns.c (w32_load_system_font, w32_list_fonts): Use FONT_AVG_WIDTH. + 2007-06-01 Jason Rumney * w32font.c (w32font_open): Make lfHeight negative.