From: Kenichi Handa Date: Mon, 2 Jun 2008 01:24:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~5166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd2ae9b27ebb0dc7e3170a187051b84f7ef5abce;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index eabc0e38a2c..c6aab2c264e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -79,6 +79,18 @@ (Fmake_variable_frame_local): Disallow mixing buffer-local and frame-local settings for the same variable. +2008-05-30 Kenichi Handa + + * fontset.c (Ffont_info): Moved to font.c. + (syms_of_fontset): Delete defsubr of Sfont_info. + + * font.c (font_style_to_value, font_score): Delete casting of the + args to xstcasecmp. + (register_font_driver): Increment num_font_drivers only when + registering the driver globally. + (Ffont_info): Moved from fontset.c. Handle a font object too. + (syms_of_font): Defsubr Sfont_info. + 2008-05-29 Kenichi Handa * coding.h (enum define_coding_utf8_arg_index): New enum.