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