Mercurial > emacs
changeset 89278:de07830a2cc4
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 06 Nov 2002 00:10:18 +0000 |
parents | d12feb0f429e |
children | 1fd77c471ee6 |
files | src/ChangeLog |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 01 22:56:13 2002 +0000 +++ b/src/ChangeLog Wed Nov 06 00:10:18 2002 +0000 @@ -1,3 +1,17 @@ +2002-11-06 Kenichi Handa <handa@m17n.org> + + * coding.c (decode_coding_utf_8): When eol_type is Qdos, handle + the case that the last byte is '\r' correctly. + (decode_coding_emacs_mule): Likewise. + (decode_coding_iso_2022): Likewise. + (decode_coding_sjis): Likewise. + (decode_coding_big5): Likewise. + (decode_coding_charset): Likewise. + (produce_chars): Likewise. + (decode_coding): Flushing out the unprocessed data correctly. + (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of + coding->mode. + 2002-10-31 Dave Love <fx@gnu.org> * xterm.c (XTread_socket): Fix changes for defined keysyms. Add