comparison src/ChangeLog.unicode @ 90679:9a7955701103

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 24 Nov 2006 01:48:49 +0000
parents 68b137522376
children d5e93f2ba87f
comparison
equal deleted inserted replaced
90678:94842604dfce 90679:9a7955701103
1 2006-11-24 Kenichi Handa <handa@m17n.org>
2
3 * xfont.c (xfont_open): Set font->format.
4
5 * xftfont.c (xftfont_open): Set font->format.
6
7 * ftfont.c (ftfont_pattern_entity): Add fontformat in a pattern.
8 (ftfont_list): Include FC_FONTFORMAT in FcObject.
9 (ftfont_open): Set font->format.
10 (ftfont_font_format): New function.
11
12 * font.h (struct font): New memeber format.
13
14 * font.c (Qopentype): New variable.
15 (syms_of_font): Defsym it.
16 (Fquery_font): Change the format of the last element of the return
17 value.
18
1 2006-11-22 Kenichi Handa <handa@m17n.org> 19 2006-11-22 Kenichi Handa <handa@m17n.org>
2 20
3 * search.c (simple_search): Fix sync with HEAD. 21 * search.c (simple_search): Fix sync with HEAD.
4 22
5 2006-11-17 Kenichi Handa <handa@m17n.org> 23 2006-11-17 Kenichi Handa <handa@m17n.org>