# HG changeset patch # User Kenichi Handa # Date 1078442217 0 # Node ID bd994d6be082ef9d8b7e0b60073805a69ff3151f # Parent 982dd1857a87b0556cdee695b9ac99d01d924a69 *** empty log message *** diff -r 982dd1857a87 -r bd994d6be082 src/ChangeLog.22 --- a/src/ChangeLog.22 Thu Mar 04 12:43:44 2004 +0000 +++ b/src/ChangeLog.22 Thu Mar 04 23:16:57 2004 +0000 @@ -1,5 +1,7 @@ 2004-03-04 Kenichi Handa + * xterm.c (x_list_fonts): Fix the detection of an auto-scaled font. + * coding.c (decode_coding_utf_16): Fix handling of surrogate pair. * editfns.c (Ftranslate_region_internal): Renamed from @@ -8,6 +10,11 @@ * xfaces.c (set_lface_from_font_name): If a font is specified for a frame, generate a fontset from the font. + (build_scalable_font_name): If the scalable font is requested for + a specific size, don't change that size. + (try_font_list): Try a scalable font also in the case that a + pattern string is specified, + 2004-03-03 Kenichi Handa