# HG changeset patch # User Kenichi Handa # Date 1150245738 0 # Node ID 92ed1b9edd6731988911269269ede59f59876827 # Parent 6ffc9b3783671434d753409b44f877c2a40214d0 *** empty log message *** diff -r 6ffc9b378367 -r 92ed1b9edd67 src/ChangeLog.unicode --- a/src/ChangeLog.unicode Wed Jun 14 00:42:04 2006 +0000 +++ b/src/ChangeLog.unicode Wed Jun 14 00:42:18 2006 +0000 @@ -1,3 +1,19 @@ +2006-06-14 Kenichi Handa + + * font.c (enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to + XLFD_XXX_INDEX. + (enum xlfd_field_mask): New enum. + (intern_font_field): Argument changed. Caller changed. If digits + are followed by non-digits, return a symbol. + (font_expand_wildcards): New function. + (font_parse_xlfd): Fix wildcard handling. + (Ffont_spec): If :name is specified, reflect the info in the other + properties. + + * ftfont.c (ftfont_pattern_entity): Fix typo. + (ftfont_list): Enforce FC_LANG in PATTERN to cancel the effect of + locale. + 2006-06-09 Kenichi Handa * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.