aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2002-05-11 21:33:13 +0000
committerEli Zaretskii2002-05-11 21:33:13 +0000
commit9861e77766003a825f40d3da073f1dca566fe1d9 (patch)
treeba3847acc9b26d77cdac4992c0fef07c8221c968 /src/ChangeLog
parenteef762fc0f8608ace52913b8dca6263a88e02f6d (diff)
downloademacs-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/ChangeLog6
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 @@
12002-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
12002-05-11 Andreas Schwab <schwab@suse.de> 72002-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