comparison src/ChangeLog.unicode @ 90702:798b321ef360

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 29 Nov 2006 13:10:47 +0000
parents 648518494384
children e9da34566c96
comparison
equal deleted inserted replaced
90701:ca120caa5838 90702:798b321ef360
1 2006-11-29 Kenichi Handa <handa@m17n.org> 1 2006-11-29 Kenichi Handa <handa@m17n.org>
2
3 * xftfont.c (ftfont_font_format): Extern declaration.
4
5 * frame.c (x_set_font): Fix the second arg to fs_query_fontset.
6
7 * xfont.c (xfont_driver): Initialize ftfont_driver.type by 0.
8 (xfont_list): Don't directly use Lisp_Object as an operand of &&.
9
10 * ftfont.c (ftfont_driver): Initialize ftfont_driver.type by 0.
11 (ftfont_font_format): Fix previous change.
12
13 * font.h (Ffont_xlfd_name): EXFUN it.
14
15 * font.c (font_parse_xlfd): Fix the array size of `f'.
16 (register_font_driver): Use EQ to compare driver->type.
2 17
3 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function. 18 * xfns.c (xic_create_xfontset2) [USE_FONT_BACKEND]: New function.
4 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2. 19 (create_frame_xic) [USE_FONT_BACKEND]: Call xic_create_xfontset2.
5 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise. 20 (xic_set_xfontset) [USE_FONT_BACKEND]: Likewise.
6 21