diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 25b60e9d45e..df6b5761a3a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> | 1 | 2009-01-07 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * coding.c (decode_coding_utf_8): Check byte_after_cr before | 3 | * coding.c (decode_coding_utf_8): Check byte_after_cr before |
| 4 | breaking the loop. | 4 | breaking the loop. (Bug#870) |
| 5 | (decode_coding_utf_16, decode_coding_emacs_mule) | 5 | (decode_coding_utf_16, decode_coding_emacs_mule) |
| 6 | (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) | 6 | (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) |
| 7 | (decode_coding_charset): Likewise. | 7 | (decode_coding_charset): Likewise. |