aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e5a1569f30b..73f6dc10f23 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,22 @@
12000-06-19 Kenichi Handa <handa@etl.go.jp>
2
3 * ccl.h (struct ccl_program): New member eol_type.
4 (struct ccl_spec): New member cr_carryover.
5
6 * ccl.c (CCL_WRITE_CHAR): Convert NL according to ccl->eol_type.
7 (setup_ccl_program): Initialize ccl->eol_type to CODING_EOL_LF.
8
9 * coding.c (setup_coding_system) <4>: Reset member `cr_carryover'.
10 (ccl_coding_driver): On encoding, initialize ccl->eol_type.
11 (decode_eol_post_ccl): New function.
12 (decode_coding): Don't detect EOL format here for CCL based coding
13 systems.
14 (decode_coding) <coding_type_ccl>: Handle carryovered CR. Call
15 decode_eol_post_ccl after running the CCL program.
16 (code_convert_region): Don't detect EOL format here for CCL based
17 coding systems.
18 (decode_coding_string): Likewise.
19
12000-06-18 Ken Raeburn <raeburn@gnu.org> 202000-06-18 Ken Raeburn <raeburn@gnu.org>
2 21
3 * charset.c (update_charset_table): Use XINT on "iso_final_char" 22 * charset.c (update_charset_table): Use XINT on "iso_final_char"