aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog.unicode
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog.unicode')
-rw-r--r--src/ChangeLog.unicode22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index fd53e9312db..f46fdb17090 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,25 @@
12007-12-25 Kenichi Handa <handa@m17n.org>
2
3 * font.h (LGLYPH_SIZE): New macro.
4
5 * font.c (Ffont_fill_gstring): Stop filling when a character not
6 supported by the font is found.
7 (Ffont_shape_text): When a shape callback function returns nil,
8 try at most two more times with larger gstring.
9 (Ffont_at): Fix getting of w. Call font_at with correct 5th
10 argument.
11
12 * xdisp.c (handle_auto_composed_prop): Change the argument to
13 auto-composition-function.
14
15 * ftfont.c (ftfont_encode_char): Use the macro FONT_INVALID_CODE.
16 (ftfont_shape_by_flt): If an element of lgstring is nil, make a
17 Lispy glyph and store it in the lgstring.
18
19 * xfont.c (xfont_encode_char): Use the macro FONT_INVALID_CODE.
20
21 * xftfont.c (xftfont_encode_char): Use the macro FONT_INVALID_CODE.
22
12007-12-21 Kenichi Handa <handa@ni.aist.go.jp> 232007-12-21 Kenichi Handa <handa@ni.aist.go.jp>
2 24
3 * font.c (Ffont_shape_text): Avoid unnecessary composition. 25 * font.c (Ffont_shape_text): Avoid unnecessary composition.