Mercurial > emacs
comparison src/ChangeLog @ 107507:8960853cf85d
Fix the ccl encoder for the case that the output buffer is fullfilled.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 16 Mar 2010 14:48:41 +0900 |
parents | cd151730b160 |
children | 77fe45f37334 |
comparison
equal
deleted
inserted
replaced
107506:cd151730b160 | 107507:8960853cf85d |
---|---|
1 2010-03-16 Kenichi Handa <handa@m17n.org> | 1 2010-03-16 Kenichi Handa <handa@m17n.org> |
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 |
6 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change) | 9 2010-03-15 Andreas Politz <politza@fh-trier.de> (tiny change) |
7 | 10 |
8 * editfns.c (Fformat): Account for string precision when computing | 11 * editfns.c (Fformat): Account for string precision when computing |
9 field width (Bug#5710). | 12 field width (Bug#5710). |