From: Kenichi Handa Date: Tue, 10 Jun 2008 02:22:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~4944 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9552dbd17d9c4c4f701e5f4b6155023dbf061cd0;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 6a98cd6e8a8..a4481d2fab7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2008-06-10 Kenichi Handa + + * 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 * w32menu.c (digest_single_submenu): Declare extern.