aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2002-10-09 06:14:14 +0000
committerKenichi Handa2002-10-09 06:14:14 +0000
commitc3c8dc5222e0e774f69e1c049cbaa9b68bfde72c (patch)
tree5ff880f3188433ff80de5d572f243254fb599674 /src/ChangeLog
parentae748897d2ce46bbaf2e6c79f56928d7de672859 (diff)
downloademacs-c3c8dc5222e0e774f69e1c049cbaa9b68bfde72c.tar.gz
emacs-c3c8dc5222e0e774f69e1c049cbaa9b68bfde72c.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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