aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2002-11-06 00:10:18 +0000
committerKenichi Handa2002-11-06 00:10:18 +0000
commita2309271049df204d449bd5498faba50835abebd (patch)
tree5433d37147e2b7c6780d78edc69d54aa61598084 /src
parent0cefd6be2e9ed0312ea88b1f4c9be66dfef307d2 (diff)
downloademacs-a2309271049df204d449bd5498faba50835abebd.tar.gz
emacs-a2309271049df204d449bd5498faba50835abebd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9b6b9c74c23..993cd26730c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12002-11-06 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (decode_coding_utf_8): When eol_type is Qdos, handle
4 the case that the last byte is '\r' correctly.
5 (decode_coding_emacs_mule): Likewise.
6 (decode_coding_iso_2022): Likewise.
7 (decode_coding_sjis): Likewise.
8 (decode_coding_big5): Likewise.
9 (decode_coding_charset): Likewise.
10 (produce_chars): Likewise.
11 (decode_coding): Flushing out the unprocessed data correctly.
12 (decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
13 coding->mode.
14
12002-10-31 Dave Love <fx@gnu.org> 152002-10-31 Dave Love <fx@gnu.org>
2 16
3 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add 17 * xterm.c (XTread_socket): Fix changes for defined keysyms. Add