Mercurial > emacs
comparison src/ChangeLog @ 95470:ca102559f762
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 02 Jun 2008 01:24:26 +0000 |
parents | 25dfa1d1514c |
children | 47943f52839d |
comparison
equal
deleted
inserted
replaced
95469:25dfa1d1514c | 95470:ca102559f762 |
---|---|
76 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> | 76 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca> |
77 | 77 |
78 * data.c (Fmake_variable_buffer_local, Fmake_local_variable) | 78 * data.c (Fmake_variable_buffer_local, Fmake_local_variable) |
79 (Fmake_variable_frame_local): Disallow mixing buffer-local and | 79 (Fmake_variable_frame_local): Disallow mixing buffer-local and |
80 frame-local settings for the same variable. | 80 frame-local settings for the same variable. |
81 | |
82 2008-05-30 Kenichi Handa <handa@m17n.org> | |
83 | |
84 * fontset.c (Ffont_info): Moved to font.c. | |
85 (syms_of_fontset): Delete defsubr of Sfont_info. | |
86 | |
87 * font.c (font_style_to_value, font_score): Delete casting of the | |
88 args to xstcasecmp. | |
89 (register_font_driver): Increment num_font_drivers only when | |
90 registering the driver globally. | |
91 (Ffont_info): Moved from fontset.c. Handle a font object too. | |
92 (syms_of_font): Defsubr Sfont_info. | |
81 | 93 |
82 2008-05-29 Kenichi Handa <handa@m17n.org> | 94 2008-05-29 Kenichi Handa <handa@m17n.org> |
83 | 95 |
84 * coding.h (enum define_coding_utf8_arg_index): New enum. | 96 * coding.h (enum define_coding_utf8_arg_index): New enum. |
85 (enum coding_attr_index): Change coding_attr_utf_16_bom to | 97 (enum coding_attr_index): Change coding_attr_utf_16_bom to |