changeset 90477:c5d9875473a9

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 19 Jun 2006 01:38:58 +0000
parents 017a6aec5d77
children 65a8f4ffdbca
files src/ChangeLog.unicode
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.unicode	Mon Jun 19 01:38:26 2006 +0000
+++ b/src/ChangeLog.unicode	Mon Jun 19 01:38:58 2006 +0000
@@ -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,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* frame.h (x_new_fontset2): Fix prototype.