aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9d7f54bddee..a5bf8cfbdda 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12002-05-29 Kenichi Handa <handa@etl.go.jp>
2
3 * charset.h: New enums charset_arg_min_code and
4 charset_arg_max_code.
5 (struct charset): New member char_index_offset.
6
7 * charset.c (CODE_POINT_TO_INDEX): Take charset->char_index_offset
8 into account.
9 (INDEX_TO_CODE_POINT): Likewise.
10 (Fdefine_charset_internal): Handle args[charset_arg_min_code] and
11 args[charset_arg_max_code]. Setup charset.char_index_offset.
12 (syms_of_charset): Fix args to Fdefine_charset_internal.
13
12002-05-27 Dave Love <fx@gnu.org> 142002-05-27 Dave Love <fx@gnu.org>
2 15
3 * coding.c (decode_coding_utf_8): Reject overlong sequences. 16 * coding.c (decode_coding_utf_8): Reject overlong sequences.