diff options
| author | Kenichi Handa | 2006-04-13 06:47:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-04-13 06:47:18 +0000 |
| commit | 6e9715ae06a1e9444e5148af381793430938dc2d (patch) | |
| tree | a487314fb0a4f5af504f74f7d6116c10899bcd10 /src/ChangeLog | |
| parent | 73ec0f8900908f70f8b5daafc7f114f6e53a1ae2 (diff) | |
| download | emacs-6e9715ae06a1e9444e5148af381793430938dc2d.tar.gz emacs-6e9715ae06a1e9444e5148af381793430938dc2d.zip | |
(setup_coding_system): If eol-type is not yet decided
and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK.
If coding_system is nil, return 0.
(code_convert_region1): Even if coding_system is nil, don't skip
conversion if system_eol_type is not LF.
(code_convert_string1): Likewise.
(code_convert_string_norecord): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d353e19eabf..02d55e0776f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2006-04-13 Kenichi Handa <handa@m17n.org> | 1 | 2006-04-13 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * coding.c (setup_coding_system): If eol-type is not yet decided | ||
| 4 | and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK. | ||
| 5 | If coding_system is nil, return 0. | ||
| 6 | (code_convert_region1): Even if coding_system is nil, don't skip | ||
| 7 | conversion if system_eol_type is not LF. | ||
| 8 | (code_convert_string1): Likewise. | ||
| 9 | (code_convert_string_norecord): Likewise. | ||
| 10 | |||
| 11 | 2006-04-13 Kenichi Handa <handa@m17n.org> | ||
| 12 | |||
| 3 | * coding.c (setup_coding_system): Fix previous change. | 13 | * coding.c (setup_coding_system): Fix previous change. |
| 4 | (encode_coding): If eol_type is not yet decided, use | 14 | (encode_coding): If eol_type is not yet decided, use |
| 5 | system_eol_type. | 15 | system_eol_type. |