diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1143ea96633..d06237d7a04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-02-18 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change) | ||
| 2 | |||
| 3 | * coding.c (record_conversion_result): Handle | ||
| 4 | CODING_RESULT_INSUFFICIENT_DST. | ||
| 5 | (decode_coding_object): Record CODING_RESULT_INSUFFICIENT_MEM on | ||
| 6 | memory allocation error. | ||
| 7 | |||
| 1 | 2010-02-17 Kenichi Handa <handa@m17n.org> | 8 | 2010-02-17 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * coding.c (decode_coding_ccl): Don't setup ccl program here. Fix | 10 | * coding.c (decode_coding_ccl): Don't setup ccl program here. Fix |