changeset 95578:73464776c892

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 05 Jun 2008 05:48:36 +0000
parents e283d325f1bc
children bf49392d93fe
files src/ChangeLog
diffstat 1 files changed, 11 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jun 05 05:46:11 2008 +0000
+++ b/src/ChangeLog	Thu Jun 05 05:48:36 2008 +0000
@@ -10,12 +10,21 @@
 
 2008-06-05  Kenichi Handa  <handa@m17n.org>
 
+	* font.c (Ffont_spec): Don't use font_parse_family_registry for
+	family name.
+	(Ffont_put): Likewise.
+
+	* fontset.c (fontset_find_font): Call font_open_for_lface with the
+	current font-spec.
+
 	* xfont.c (xfont_list): Don't set registry to iso8859-1 even if it
 	is unspecified.
 
 	* xfaces.c (realize_x_face): If the font-related face attributes
-	are the same as those of default face, realize a new fontset
-	from default->fontset.
+	are the same as those of default face, realize a new fontset from
+	default->fontset.
+	(Fx_family_fonts): Use font_parse_family_registry instead of
+	Ffont_put.
 
 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>