]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Thu, 16 May 2002 12:24:32 +0000 (12:24 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 16 May 2002 12:24:32 +0000 (12:24 +0000)
lisp/ChangeLog
src/ChangeLog

index 433786a1c835041dfc129b63945f3cdec973d7f9..3083e97c9ad5d0ab7a0a64b5f5945a2981d92d18 100644 (file)
@@ -1,3 +1,14 @@
+2002-05-16  Kenichi Handa  <handa@etl.go.jp>
+
+       * Makefile.in: By sure to run emacs with LC_ALL=C.
+
+       * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
+       encoded-kbd-self-insert-iso2022-8bit with argument 1.
+       (encoded-kbd-self-insert-charset): New function.
+       (encoded-kbd-setup-keymap): Handle a coding-system of type
+       charset.
+       (encoded-kbd-mode): Likewise.
+
 2002-05-15  Dave Love  <fx@gnu.org>
 
        * international/mule-cmds.el (set-locale-environment): Comment out
index 3ef9be07a3c71597c85bd70f463fde2211e695be..3226b8dd7603e7da158ba6056affcd1950ce5dc3 100644 (file)
@@ -1,5 +1,8 @@
 2002-05-16  Kenichi Handa  <handa@etl.go.jp>
 
+       * character.c (string_escape_byte8): Make multibyte string with
+       correct size.
+
        * charset.c (Fmake_char): Delete unnecessary code.
 
 2002-05-14  Kenichi Handa  <handa@etl.go.jp>
@@ -20,7 +23,7 @@
        calling post-read-conversion function.
        (encode_coding_object): Give correct arguments ot
        pre-write-conversion.  Ignore the return value of
-       pre-write-conversion function.  Pay attention for the case that
+       pre-write-conversion function.  Pay attention to the case that
        pre-write-conversion change the current buffer.  If dst_object is
        Qt, even if coding->src_bytes is zero, allocate at least one byte
        to coding->destination.