]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2006 01:38:58 +0000 (01:38 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 19 Jun 2006 01:38:58 +0000 (01:38 +0000)
src/ChangeLog.unicode

index d25e5be3f12fd355a426ec2369b7be957d30df4b..2bfe6eb35f5ba05a07d32a843be1132a73a8ada2 100644 (file)
@@ -1,3 +1,22 @@
+2006-06-19  Kenichi Handa  <handa@m17n.org>
+
+       * font.c (font_parse_fcname): Fix parsing of point-size.
+       (font_unparse_fcname): Produce symbolic names for style
+       properties.
+       (font_list_entities): Handle float size correctly.
+       (font_open_by_name): Prefer `normal' property values if the name
+       doesn't specify them.
+
+       * fontset.c (Finternal_char_font): Use font_get_name, not
+       Ffont_xlfd_name.
+
+       * ftfont.c (ftfont_pattern_entity): Use the numeric value 100 for
+       FC_WEIGHT_REGULAR.  Exclude FC_SIZE and FC_PIXEL_SIZE from listing
+       pattern.  Don't force scalable.
+
+       * xftfont.c (xftfont_open): For generating a name, start from
+       96-byte buffer.
+
 2006-06-16  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * frame.h (x_new_fontset2): Fix prototype.