*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 9 Oct 2002 06:14:14 +0000 (06:14 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 9 Oct 2002 06:14:14 +0000 (06:14 +0000)
lisp/ChangeLog
src/ChangeLog

index cb8c2f0..62e305e 100644 (file)
@@ -1,3 +1,9 @@
+2002-10-09  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-cmds.el (select-safe-coding-system): If
+       :mime-charset property of a coding system is not equal to that
+       coding system, don't show that :mime-charset name.
+
 2002-10-06  Dave Love  <fx@gnu.org>
 
        * language/chinese.el (chinese-gb18030, gb18030) 
index 4b9400a..de88772 100644 (file)
@@ -1,3 +1,18 @@
+2002-10-09  Kenichi Handa  <handa@m17n.org>
+
+       * character.c (char_string): Renamed from
+       char_string_with_unification.  Pay attention to
+       CHAR_MODIFIER_MASK.
+       (string_char): Renamed from string_char.
+
+       * character.h (CHAR_STRING): Call char_string if C is greater than
+       MAX_3_BYTE_CHAR.
+       (CHAR_STRING_ADVANCE): Likewise.
+       (STRING_CHAR): Call string_char instead of
+       string_char_with_unification.
+       (STRING_CHAR_AND_LENGTH): Likewise.
+       (STRING_CHAR_ADVANCE): Likewise.
+
 2002-10-07  Kenichi Handa  <handa@m17n.org>
 
        * keymap.c (push_key_description): Pay attention to