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

index 6a98cd6e8a82defa6f7047add00aafcf319bfd11..a4481d2fab7985ce72fd8986b9e2561818b86bb0 100644 (file)
@@ -1,3 +1,23 @@
+2008-06-10  Kenichi Handa  <handa@m17n.org>
+
+       * font.h (font_intern_prop): Prototype adjusted.
+
+       * font.c (font_intern_prop): New arg force_symbol.
+       (font_parse_xlfd): Adjusted for the change of font_intern_prop.
+       (font_parse_fcname): Likewise.
+       (font_parse_family_registry): Likewise.
+
+       * ftfont.c (ftfont_pattern_entity): Adjusted for the change of
+       font_intern_prop.
+
+       * w32font.c (add_font_name_to_list): Adjusted for
+       the change of font_intern_prop.
+       (w32_enumfont_pattern_entity): Likewise.
+       (w32_registry): Likewise.
+
+       * w32uniscribe.c (add_opentype_font_name_to_list): Adjusted for
+       the change of font_intern_prop.
+
 2008-06-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * w32menu.c (digest_single_submenu): Declare extern.