diff options
| author | Kenichi Handa | 2008-06-02 01:24:26 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-02 01:24:26 +0000 |
| commit | fd2ae9b27ebb0dc7e3170a187051b84f7ef5abce (patch) | |
| tree | cceb3b77eb315d536d629192194bb68259e43f20 /src/ChangeLog | |
| parent | aee986fd8bf8e748b767fb3d8e6e4bdb31559724 (diff) | |
| download | emacs-fd2ae9b27ebb0dc7e3170a187051b84f7ef5abce.tar.gz emacs-fd2ae9b27ebb0dc7e3170a187051b84f7ef5abce.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eabc0e38a2c..c6aab2c264e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -79,6 +79,18 @@ | |||
| 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 | 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. | ||
| 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. |