+2002-08-20 Kenichi Handa <handa@etl.go.jp>
+
+ * case-table.el (describe-buffer-case-table): Handle the case
+ that KEY is a cons within map-char-table.
+
2002-08-19 Kenichi Handa <handa@etl.go.jp>
* international/characters.el: Fix categories ?A and ?C. Treat
+2002-08-20 Kenichi Handa <handa@etl.go.jp>
+
+ * casefiddle.c (casify_object): Simplified. Handle the case that
+ the case conversion change the byte length.
+ (casify_region): Likewise
+
+ * character.h (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New
+ macros.
+
+ * buffer.h (_fetch_multibyte_char_len): Extern deleted.
+ (FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len.
+ (BUF_FETCH_MULTIBYTE_CHAR): Likewise.
+ (FETCH_CHAR_AS_MULTIBYTE): New macro.
+
+ * character.c (_fetch_multibyte_char_len): This variable deleted.
+
2002-08-19 Kenichi Handa <handa@etl.go.jp>
* lread.c (safe_to_load_p): Fix the logic.