diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0a98c08ec5..34dedfdd554 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-08-19 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * font.c (Vfont_log_deferred): New variable. | ||
| 4 | (font_add_log): Check Vfont_log_deferred. | ||
| 5 | (font_deferred_log): New funciton. | ||
| 6 | |||
| 7 | * font.h (font_deferred_log): Extern it. | ||
| 8 | |||
| 9 | * fontset.c (reorder_font_vector): Use encoding charset of fonts | ||
| 10 | for sorting. | ||
| 11 | (face_for_char): Use deferred log. | ||
| 12 | |||
| 1 | 2008-08-18 Kenichi Handa <handa@m17n.org> | 13 | 2008-08-18 Kenichi Handa <handa@m17n.org> |
| 2 | 14 | ||
| 3 | * fontset.c (face_for_char): Add font log. | 15 | * fontset.c (face_for_char): Add font log. |