comparison src/ChangeLog.unicode @ 90433:b2d7f23441da

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 08 Jun 2006 06:54:41 +0000
parents 4c7d4b278599
children be2d12fa260a
comparison
equal deleted inserted replaced
90432:0608690171d1 90433:b2d7f23441da
1 2006-06-08 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (Ffind_operation_coding_system): Sync with HEAD.
4
5 * callproc.c (Fcall_process): Sync with HEAD.
6
7 * coding.h (CODING_REQUIRE_ENCODING): Comment sync with HEAD.
8
9 2006-06-07 Kenichi Handa <handa@m17n.org>
10
11 * xftfont.c (xftfont_default_fid): Set fid_known to 1.
12 (struct xftdraw_list, xftdraw_list): Delete them.
13 (register_xftdraw, check_xftdraw): Delete them.
14 (xftfont_prepare_face): Don't call register_xftdraw.
15 (xftfont_done_face): Don't call check_xftdraw.
16 (xftfont_draw): Get backroudn color only when with_background is
17 nonzero.
18
19 * xfont.c (xfont_encode_char): Fix calculation of char2b.
20
1 2006-06-06 Kenichi Handa <handa@m17n.org> 21 2006-06-06 Kenichi Handa <handa@m17n.org>
2 22
3 These changes are for the new font handling codes. 23 These changes are for the new font handling codes.
4 24
5 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@, 25 * Makefile.in (ALL_CFLAGS): Add @FREETYPE_CFLAGS@,