aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b7792441c8..ba1be956858 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,8 @@
12000-09-07 Kenichi Handa <handa@etl.go.jp> 12000-09-07 Kenichi Handa <handa@etl.go.jp>
2 2
3 * coding.c (encode_coding_sjis_big5): Use translation table for 3 * coding.c (encode_coding_sjis_big5): Use translation table for
4 encoding, not decoding. Check for the charset katakana-jisx0201, 4 encoding, not decoding. Fix the handling of latin-jisx0201.
5 not latin-jisx0201. 5 Check for the charset katakana-jisx0201 too.
6 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. 6 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
7 7
82000-09-07 Gerd Moellmann <gerd@gnu.org> 82000-09-07 Gerd Moellmann <gerd@gnu.org>