]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 04:00:27 +0000 (04:00 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 04:00:27 +0000 (04:00 +0000)
lisp/ChangeLog
src/ChangeLog

index 398681857188aa1ca7653cf1338fbfb5cb39c4af..ba86de9a83ab981d4b78cd8f54ad0003a6a74ac7 100644 (file)
@@ -1,3 +1,8 @@
+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
index e928c1a8a47a73d810507130c9c7946c15f20c9e..7a4a8ebf54f4541c5ff75da7c926e906bf791434 100644 (file)
@@ -1,3 +1,19 @@
+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.