aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-01-28 02:24:34 +0000
committerKenichi Handa2004-01-28 02:24:34 +0000
commit3ce533b04697d134140e19f433b46775cfc22e28 (patch)
tree7d8a5e6654f23ba8ce6b0ae738035849f8ca76b6
parent6bd873fa25bfc09fb4a4de5e928c3dbe0997bc59 (diff)
downloademacs-3ce533b04697d134140e19f433b46775cfc22e28.tar.gz
emacs-3ce533b04697d134140e19f433b46775cfc22e28.zip
*** empty log message ***
-rw-r--r--src/ChangeLog.224
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 209f135f40a..d684ffebf62 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,5 +1,7 @@
12004-01-27 Kenichi Handa <handa@m17n.org> 12004-01-27 Kenichi Handa <handa@m17n.org>
2 2
3 * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
4
3 * coding.c (QCmnemonic, QCdefalut_char) 5 * coding.c (QCmnemonic, QCdefalut_char)
4 (QCdecode_translation_table, QCencode_translation_table) 6 (QCdecode_translation_table, QCencode_translation_table)
5 (QCpost_read_conversion, QCpre_write_conversion): New variables. 7 (QCpost_read_conversion, QCpre_write_conversion): New variables.
@@ -13,6 +15,8 @@
13 (Fcoding_system_put): New function. 15 (Fcoding_system_put): New function.
14 (syms_of_coding): Declare new symbols. Defsubr 16 (syms_of_coding): Declare new symbols. Defsubr
15 Scoding_system_put. 17 Scoding_system_put.
18 (decode_coding_sjis): Handle 4th charset (typically JISX0212).
19 (encode_coding_sjis): Likewise.
16 20
17 * charset.c (map_charset_chars): Fix arg to map_charset_chars in 21 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18 when the charset is superset type. 22 when the charset is superset type.