comparison src/ChangeLog @ 101779:d402dabe697d

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Feb 2009 01:58:13 +0000
parents 9f52c80daf1b
children dc93dbd4d490
comparison
equal deleted inserted replaced
101778:33994495e60c 101779:d402dabe697d
1 2009-02-04 Kenichi Handa <handa@m17n.org>
2
3 * Makefile.in (composite.o): Depends on frame.h and termhooks.h.
4
5 * charset.c (Fchar_charset): New optional arg restriction.
6
7 * coding.h (coding_system_charset_list): Extern it.
8
9 * coding.c (coding_system_charset_list): New function.
10
11 * composite.c: Include coding.h and termhooks.h.
12 (composition_gstring_p): Fix for the terminal case.
13 (composition_gstring_width): Likewise.
14 (fill_gstring_body): Likewise.
15 (autocmp_chars): For terminal, call Fcomposition_get_gstring with
16 the frame.
17 (composition_compute_stop_pos): Adjust cmp_it->stop_pos if point
18 is within a composition.
19 (Fcomposition_get_gstring): Fix the the terminal case.
20
21 * term.c (encode_terminal_code): Fix handling of composition.
22 (produce_composite_glyph): For static composition, get pixel_width
23 from struct composition.
24
1 2009-02-02 Andreas Schwab <schwab@suse.de> 25 2009-02-02 Andreas Schwab <schwab@suse.de>
2 26
3 * unexelf.c (unexec): Handle unaligned bss offset. 27 * unexelf.c (unexec): Handle unaligned bss offset.
4 28
5 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com> 29 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>