aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2220
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 0d455913263..034003ed13b 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,23 @@
12004-03-11 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (MAX_ANNOTATION_LENGTH): Adjusted for the change of
4 annotation data format.
5 (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
6 Change arguments FROM and TO to single argument NCHARS. Caller
7 changed.
8 (decode_coding_utf_8): Pay attention to coding->charbuf_used.
9 (decode_coding_utf_16, decode_coding_emacs_mule)
10 (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
11 (decode_coding_ccl, decode_coding_charset): Likewise.
12 (get_translation): New function.
13 (produce_chars): New arguments translation_table and last_block.
14 Translate characters here. Return number of carryover chars.
15 Caller changed.
16 (produce_composition): New argument pos. Caller changed.
17 Adjusted for the change of annotation data format.
18 (produce_charset, produce_annotation): Likewise.
19 (decode_coding): Don't call translate_chars.
20
12004-03-09 Kenichi Handa <handa@m17n.org> 212004-03-09 Kenichi Handa <handa@m17n.org>
2 22
3 * search.c (simple_search): Fix setting this_pos_byte in backward 23 * search.c (simple_search): Fix setting this_pos_byte in backward