aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-01-27 02:43:05 +0000
committerKenichi Handa2004-01-27 02:43:05 +0000
commit410e9276eb8d4f0561689b09ec3be719d4c6f0bd (patch)
tree1739e9c8dcf513599e4f2ac15ee18f96322583a6 /src
parent3edfae2a64346cf68c9d08f31c3db1d7319f739e (diff)
downloademacs-410e9276eb8d4f0561689b09ec3be719d4c6f0bd.tar.gz
emacs-410e9276eb8d4f0561689b09ec3be719d4c6f0bd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.2221
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 422ddf8f739..209f135f40a 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,24 @@
12004-01-27 Kenichi Handa <handa@m17n.org>
2
3 * coding.c (QCmnemonic, QCdefalut_char)
4 (QCdecode_translation_table, QCencode_translation_table)
5 (QCpost_read_conversion, QCpre_write_conversion): New variables.
6 (get_translation_table): Return a list of translation tables if
7 necessary.
8 (decode_coding): Call get_translation_table with ENCODEP 0.
9 (char_encodable_p): If translation_table is non-nil, always call
10 translate_char.
11 (Fdefine_coding_system_internal): Accept list of translation
12 tables as :encode-translation-table and :decode-translation-table.
13 (Fcoding_system_put): New function.
14 (syms_of_coding): Declare new symbols. Defsubr
15 Scoding_system_put.
16
17 * charset.c (map_charset_chars): Fix arg to map_charset_chars in
18 when the charset is superset type.
19
20 * character.c (translate_char): Accept list of translation tables.
21
12004-01-25 Kenichi Handa <handa@m17n.org> 222004-01-25 Kenichi Handa <handa@m17n.org>
2 23
3 * coding.h (enum coding_attr_index): New member 24 * coding.h (enum coding_attr_index): New member