From: Kenichi Handa Date: Wed, 14 Jun 2006 00:42:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~898 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0885c8b38516873f6e7f6b5376e748491c3df629;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 20bfd9bbc2f..9f41cf8b51b 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode @@ -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.