]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 5 Jun 2008 05:48:36 +0000 (05:48 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 5 Jun 2008 05:48:36 +0000 (05:48 +0000)
src/ChangeLog

index c564066d0b216e35a59012c63e34ff585f3eb222..9701c55b3130a1693ba2c81635a44999c11944e1 100644 (file)
 
 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>