diff options
| author | Kenichi Handa | 2008-06-10 02:22:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-06-10 02:22:48 +0000 |
| commit | 9552dbd17d9c4c4f701e5f4b6155023dbf061cd0 (patch) | |
| tree | 2be86807b4faf7c4e5b9aaf2a080864445de88e7 /src/ChangeLog | |
| parent | 3d192a9cb12f61805b21ea37ecc4da6c12346c76 (diff) | |
| download | emacs-9552dbd17d9c4c4f701e5f4b6155023dbf061cd0.tar.gz emacs-9552dbd17d9c4c4f701e5f4b6155023dbf061cd0.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6a98cd6e8a8..a4481d2fab7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2008-06-10 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.h (font_intern_prop): Prototype adjusted. | ||
| 4 | |||
| 5 | * font.c (font_intern_prop): New arg force_symbol. | ||
| 6 | (font_parse_xlfd): Adjusted for the change of font_intern_prop. | ||
| 7 | (font_parse_fcname): Likewise. | ||
| 8 | (font_parse_family_registry): Likewise. | ||
| 9 | |||
| 10 | * ftfont.c (ftfont_pattern_entity): Adjusted for the change of | ||
| 11 | font_intern_prop. | ||
| 12 | |||
| 13 | * w32font.c (add_font_name_to_list): Adjusted for | ||
| 14 | the change of font_intern_prop. | ||
| 15 | (w32_enumfont_pattern_entity): Likewise. | ||
| 16 | (w32_registry): Likewise. | ||
| 17 | |||
| 18 | * w32uniscribe.c (add_opentype_font_name_to_list): Adjusted for | ||
| 19 | the change of font_intern_prop. | ||
| 20 | |||
| 1 | 2008-06-09 Juanma Barranquero <lekktu@gmail.com> | 21 | 2008-06-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 22 | ||
| 3 | * w32menu.c (digest_single_submenu): Declare extern. | 23 | * w32menu.c (digest_single_submenu): Declare extern. |