diff options
| author | Eli Zaretskii | 2002-05-11 21:33:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-11 21:33:13 +0000 |
| commit | 9861e77766003a825f40d3da073f1dca566fe1d9 (patch) | |
| tree | ba3847acc9b26d77cdac4992c0fef07c8221c968 /src/ChangeLog | |
| parent | eef762fc0f8608ace52913b8dca6263a88e02f6d (diff) | |
| download | emacs-9861e77766003a825f40d3da073f1dca566fe1d9.tar.gz emacs-9861e77766003a825f40d3da073f1dca566fe1d9.zip | |
(decode_coding) <coding_type_ccl>: If a lone CR
characters is carried over from the previous block of text, adjust
coding->produced to account for the extra character.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 570c82c9628..0f7ad163d55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-05-12 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * coding.c (decode_coding) <coding_type_ccl>: If a lone CR | ||
| 4 | characters is carried over from the previous block of text, adjust | ||
| 5 | coding->produced to account for the extra character. | ||
| 6 | |||
| 1 | 2002-05-11 Andreas Schwab <schwab@suse.de> | 7 | 2002-05-11 Andreas Schwab <schwab@suse.de> |
| 2 | 8 | ||
| 3 | * coding.c (intersection): Keep the elements of the returned list | 9 | * coding.c (intersection): Keep the elements of the returned list |