Mercurial > emacs
changeset 90452:92ed1b9edd67
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 14 Jun 2006 00:42:18 +0000 |
parents | 6ffc9b378367 |
children | 3a78ea4d2a53 |
files | src/ChangeLog.unicode |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <handa@m17n.org> * font.h (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.