Mercurial > emacs
changeset 100941:56987b20f4bc
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 07 Jan 2009 12:26:42 +0000 |
parents | 24b031f24662 |
children | 6b6831ae5897 |
files | src/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 07 12:26:02 2009 +0000 +++ b/src/ChangeLog Wed Jan 07 12:26:42 2009 +0000 @@ -1,5 +1,8 @@ 2009-01-07 Kenichi Handa <handa@m17n.org> + * fileio.c (Finsert_file_contents): In the case of replace, + remeber the coding system used for decoding in coding_system. + * coding.c (decode_coding_utf_8): Check byte_after_cr before breaking the loop. (Bug#870) (decode_coding_utf_16, decode_coding_emacs_mule)