aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-03-16 14:48:41 +0900
committerKenichi Handa2010-03-16 14:48:41 +0900
commitfb608df3c662538c90a9a5ad0b3d13f39a3b395e (patch)
tree66ac1604d85869efef908196d4a712b0d4c80f36 /src/ChangeLog
parentfbdc17211b56572046387d5fd9e80d96e3d07af4 (diff)
downloademacs-fb608df3c662538c90a9a5ad0b3d13f39a3b395e.tar.gz
emacs-fb608df3c662538c90a9a5ad0b3d13f39a3b395e.zip
Fix the ccl encoder for the case that the output buffer is fullfilled.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9dc50960fbe..2f237de6b93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,9 @@
2 2
3 * coding.c (decode_coding_ccl): Fix previous change for the 3 * coding.c (decode_coding_ccl): Fix previous change for the
4 multibyte case. 4 multibyte case.
5 (encode_coding_ccl): Don't setup ccl program here. Fix for the
6 case that the output buffer is fullfilled.
7 (encode_coding): Setup ccl program here.
5 8
62010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change) 92010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change)
7 10