aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-05-14 08:01:50 +0000
committerKenichi Handa2002-05-14 08:01:50 +0000
commit5afaefc1183a0823555a9ec9a75cbed1c6705695 (patch)
tree2b7892bcf4a6cb4d1443fa23b138152d98553edc /src/ChangeLog
parent004068e4fc1d272f97cba4a49cbf47b606723ec0 (diff)
downloademacs-5afaefc1183a0823555a9ec9a75cbed1c6705695.tar.gz
emacs-5afaefc1183a0823555a9ec9a75cbed1c6705695.zip
(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a72d657669..03bf26c1c93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,13 @@
12002-05-14 Kenichi Handa <handa@etl.go.jp> 12002-05-14 Kenichi Handa <handa@etl.go.jp>
2 2
3 * coding.c (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
4 handling of charset list.
5 (encode_coding_iso_2022): Setup coding->safe_charsets in advance.
6
7 * coding.h (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
8
3 * charset.c (Fmake_char): Make it more backward compatible. 9 * charset.c (Fmake_char): Make it more backward compatible.
10 (Fmap_charset_chars): Fix docstring.
4 11
52002-05-13 Dave Love <fx@gnu.org> 122002-05-13 Dave Love <fx@gnu.org>
6 13