aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2004-03-11 02:18:25 +0000
committerKenichi Handa2004-03-11 02:18:25 +0000
commit502ed9fb33e143500519b8ef02c3dc41503906fc (patch)
tree576ee8fb2f6d1af5fa1bcaf2ebb09743e363faf1 /src
parent433f7f87b7140f989b813347c23416b8220af43d (diff)
downloademacs-502ed9fb33e143500519b8ef02c3dc41503906fc.tar.gz
emacs-502ed9fb33e143500519b8ef02c3dc41503906fc.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.226
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 034003ed13b..888783b16f6 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -16,7 +16,11 @@
16 (produce_composition): New argument pos. Caller changed. 16 (produce_composition): New argument pos. Caller changed.
17 Adjusted for the change of annotation data format. 17 Adjusted for the change of annotation data format.
18 (produce_charset, produce_annotation): Likewise. 18 (produce_charset, produce_annotation): Likewise.
19 (decode_coding): Don't call translate_chars. 19 (decode_coding, encode_coding): Don't call translate_chars.
20 (consume_chars): New arg translation_table. Caller changed.
21 (translate_chars): Deleted.
22 (syms_of_coding): Make translation-table's number of extra slots
23 2.
20 24
212004-03-09 Kenichi Handa <handa@m17n.org> 252004-03-09 Kenichi Handa <handa@m17n.org>
22 26