aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b9400ab77d..de88772673b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12002-10-09 Kenichi Handa <handa@m17n.org>
2
3 * character.c (char_string): Renamed from
4 char_string_with_unification. Pay attention to
5 CHAR_MODIFIER_MASK.
6 (string_char): Renamed from string_char.
7
8 * character.h (CHAR_STRING): Call char_string if C is greater than
9 MAX_3_BYTE_CHAR.
10 (CHAR_STRING_ADVANCE): Likewise.
11 (STRING_CHAR): Call string_char instead of
12 string_char_with_unification.
13 (STRING_CHAR_AND_LENGTH): Likewise.
14 (STRING_CHAR_ADVANCE): Likewise.
15
12002-10-07 Kenichi Handa <handa@m17n.org> 162002-10-07 Kenichi Handa <handa@m17n.org>
2 17
3 * keymap.c (push_key_description): Pay attention to 18 * keymap.c (push_key_description): Pay attention to