aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2009-02-04 01:58:13 +0000
committerKenichi Handa2009-02-04 01:58:13 +0000
commit4cb75c4b12afcc18c7ee5384e668e0be0ab656b4 (patch)
treebacd3f9874a7eda280b9ac40386b7e3cac466e27 /src/ChangeLog
parentcde42f0ff538180c366f0d7632c8ccd953294863 (diff)
downloademacs-4cb75c4b12afcc18c7ee5384e668e0be0ab656b4.tar.gz
emacs-4cb75c4b12afcc18c7ee5384e668e0be0ab656b4.zip
(Fchar_charset): New optional arg restriction.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6ccef6df766..1b59fe49771 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,27 @@
12009-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
12009-02-02 Andreas Schwab <schwab@suse.de> 252009-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.