aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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