aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2007-12-25 10:36:42 +0000
committerKenichi Handa2007-12-25 10:36:42 +0000
commit0aaa92be709dd4c3b031d18b6ba46496d4820c4d (patch)
tree65803bcbf792fce6d19a879c3d8375ffce386a11 /src
parent52b95de414d88b1e68ba86b0991d359185a68d1f (diff)
downloademacs-0aaa92be709dd4c3b031d18b6ba46496d4820c4d.tar.gz
emacs-0aaa92be709dd4c3b031d18b6ba46496d4820c4d.zip
*** empty log message ***
Diffstat (limited to 'src')
-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.