Mercurial > emacs
changeset 95470:ca102559f762
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 02 Jun 2008 01:24:26 +0000 |
parents | 25dfa1d1514c |
children | 6c85f5f5064c |
files | src/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jun 01 21:57:06 2008 +0000 +++ b/src/ChangeLog Mon Jun 02 01:24:26 2008 +0000 @@ -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 <handa@m17n.org> + + * 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 <handa@m17n.org> * coding.h (enum define_coding_utf8_arg_index): New enum.