]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 6 Nov 2002 00:10:18 +0000 (00:10 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 6 Nov 2002 00:10:18 +0000 (00:10 +0000)
src/ChangeLog

index 9b6b9c74c23e9fadfd58251e911b24aab0c3f5e2..993cd26730c35be8e36e7722cddcbf0db0e66bdb 100644 (file)
@@ -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