Mercurial > emacs
comparison src/ChangeLog @ 103551:f33627dd1aec
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 23 Jun 2009 05:53:56 +0000 |
parents | 79b9f347f6d1 |
children | 246d16550b8d |
comparison
equal
deleted
inserted
replaced
103550:3d99e906c346 | 103551:f33627dd1aec |
---|---|
1 2009-06-23 Kenichi Handa <handa@m17n.org> | 1 2009-06-23 Kenichi Handa <handa@m17n.org> |
2 | |
3 * emacs.c (main): Call init_font (). | |
4 | |
5 * font.h (Vfont_log): Extern it. | |
6 (FONT_ADD_LOG, FONT_DEFERRED_LOG): New macros. | |
7 | |
8 * font.c (font_sort_entities, font_list_entities) | |
9 (font_matching_entity, font_open_entity) | |
10 (font_close_object): Change font_add_log to FONT_ADD_LOG. | |
11 (Vfont_log): Delete static. | |
12 (font_log_env_checked): Delete this variable. | |
13 (font_add_log): Don't check font_log_env_checked. | |
14 (font_deferred_log): Check Vfont_log. | |
15 (init_font): New function. | |
2 | 16 |
3 * ftfont.c: Change font_add_log to FONT_ADD_LOG. | 17 * ftfont.c: Change font_add_log to FONT_ADD_LOG. |
4 | 18 |
5 * w32font.c: Change font_add_log to FONT_ADD_LOG. | 19 * w32font.c: Change font_add_log to FONT_ADD_LOG. |
6 | 20 |