comparison src/ChangeLog.unicode @ 91251:ff31deb54f4a

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 18 Dec 2007 11:48:16 +0000
parents 5ea93ee99947
children 1e73d434b8de
comparison
equal deleted inserted replaced
91250:2de541db2c82 91251:ff31deb54f4a
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
7 2007-12-14 Kenichi Handa <handa@ni.aist.go.jp> 28 2007-12-14 Kenichi Handa <handa@ni.aist.go.jp>
8 29