aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2000-09-07 13:01:44 +0000
committerKenichi Handa2000-09-07 13:01:44 +0000
commitfd6f711b51c82dc0d72c9288af5e3f5bab841979 (patch)
treefc47ede5196554cc08d52260f16536ea22b5fac6 /src/ChangeLog
parentfc53a2147a655cb0bef79fcdd76e4df6414c8ded (diff)
downloademacs-fd6f711b51c82dc0d72c9288af5e3f5bab841979.tar.gz
emacs-fd6f711b51c82dc0d72c9288af5e3f5bab841979.zip
(detect_coding_sjis): Check the byte sequence more regidly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba1be956858..73a27f79083 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,9 +1,14 @@
12000-09-07 Kenichi Handa <handa@etl.go.jp> 12000-09-07 Kenichi Handa <handa@etl.go.jp>
2 2
3 * charset.h (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80,
4 not 0x81.
5 (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7).
6
3 * coding.c (encode_coding_sjis_big5): Use translation table for 7 * coding.c (encode_coding_sjis_big5): Use translation table for
4 encoding, not decoding. Fix the handling of latin-jisx0201. 8 encoding, not decoding. Fix the handling of latin-jisx0201.
5 Check for the charset katakana-jisx0201 too. 9 Check for the charset katakana-jisx0201 too.
6 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. 10 (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1.
11 (detect_coding_sjis): Check the byte sequence more regidly.
7 12
82000-09-07 Gerd Moellmann <gerd@gnu.org> 132000-09-07 Gerd Moellmann <gerd@gnu.org>
9 14