aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.228
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 2694c967ea2..06be1b70bdf 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -1,3 +1,11 @@
12004-03-11 Kenichi Handa <handa@etlken2>
2
3 * coding.c (get_translation_table): Allow max_lookup to be NULL.
4 (decode_coding): Call get_translation_table with max_lookup NULL.
5 (Ffind_coding_systems_region_internal): Likewise.
6 (Funencodable_char_position, Fcheck_coding_systems_region):
7 Likewise.
8
12004-03-11 Kenichi Handa <handa@m17n.org> 92004-03-11 Kenichi Handa <handa@m17n.org>
2 10
3 * coding.c (get_translation_table): Declare it as Lisp_Object. 11 * coding.c (get_translation_table): Declare it as Lisp_Object.