]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2006 00:42:18 +0000 (00:42 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 14 Jun 2006 00:42:18 +0000 (00:42 +0000)
src/ChangeLog.unicode

index 20bfd9bbc2faa96f192c2322f61992d896a2fa4b..9f41cf8b51b818e86e88dc8588323988017f3d94 100644 (file)
@@ -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.