diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index ddeeacb1003..39bc7e227a7 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,6 +1,27 @@ | |||
| 1 | 2007-12-18 Kenichi Handa <handa@ni.aist.go.jp> | 1 | 2007-12-18 Kenichi Handa <handa@ni.aist.go.jp> |
| 2 | 2 | ||
| 3 | * ftfont.c (ftfont_get_cache): Adjust the argument type. | ||
| 4 | |||
| 5 | * frame.c (x_set_font_backend): Don't call Fclear_font_cache. If | ||
| 6 | none of the new drivers are available, call font_update_drviers | ||
| 7 | with the old drivers. | ||
| 8 | |||
| 9 | * w32font.c (w32font_get_cache): Adjust the argument type. | ||
| 10 | |||
| 11 | * xfont.c (xfont_get_cache): Adjust the argument type. | ||
| 12 | |||
| 13 | * font.h (struct font_driver): Change argument type of get_cache. | ||
| 14 | |||
| 15 | * xftfont.c (xftfont_start_for_frame): Delete prototype. | ||
| 16 | |||
| 3 | * font.c (Ffont_get): Fix arguments to Fassoc. | 17 | * font.c (Ffont_get): Fix arguments to Fassoc. |
| 18 | (font_prepare_cache, font_finish_cache, font_get_cache): New | ||
| 19 | functions. | ||
| 20 | (font_clear_cache): New function. | ||
| 21 | (font_list_entities): Use font_get_cache. | ||
| 22 | (font_matching_entity): Likewise. | ||
| 23 | (font_update_drivers): Call font_clear_cache when finishing a | ||
| 24 | driver. | ||
| 4 | 25 | ||
| 5 | * fontset.c (fontset_find_font): Fix previous change. | 26 | * fontset.c (fontset_find_font): Fix previous change. |
| 6 | 27 | ||