aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog.unicode')
-rw-r--r--src/ChangeLog.unicode18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 65e5b5b89ea..60213746248 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,21 @@
12006-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
12006-11-22 Kenichi Handa <handa@m17n.org> 192006-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.