diff options
| author | Kenichi Handa | 2004-03-10 23:11:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-03-10 23:11:37 +0000 |
| commit | 4d55aab3037239c0dfedfdf041b685ca24ce846e (patch) | |
| tree | a9a8b08e4dfcb2677b499091b8307cc981b085c2 /src | |
| parent | 69a80ea3340f36a6a47c0fdc4c1d146d93810950 (diff) | |
| download | emacs-4d55aab3037239c0dfedfdf041b685ca24ce846e.tar.gz emacs-4d55aab3037239c0dfedfdf041b685ca24ce846e.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.22 | 20 |
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 @@ | |||
| 1 | 2004-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 | |||
| 1 | 2004-03-09 Kenichi Handa <handa@m17n.org> | 21 | 2004-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 |