]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:59:57 +0000 (06:59 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:59:57 +0000 (06:59 +0000)
lisp/ChangeLog
src/ChangeLog

index 8fb904a4143867da3749b866bc703c3f4c04fd07..d183ea2ef89f5704e873dc5dbe9347cb9794d82d 100644 (file)
@@ -1,3 +1,33 @@
+2002-10-01  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (describe-coding-system): Describe
+       `dependency' property.
+
+       * international/utf-8.el: Synchronized with the code in 21.4
+       and deleted codes for not yet supported features;
+       utf-fragment-on-decoding and utf-translate-cjk.
+
+       * international/utf-16.el: Synchronized with the code in 21.4 and
+       deleted codes for not yet supported features;
+       utf-fragment-on-decoding and utf-translate-cjk.
+
+       * international/ucs-tables.el: Synchronized with the code in 21.4
+       and deleted codes for not yet supported features;
+       utf-fragment-on-decoding, utf-translate-cjk, and
+       minibuffer-selected-window.
+
+       * international/mule.el (encode-char): Pay attention to
+       utf-translation-table-for-encode.
+
+       * loadup.el: Preload international/utf-16.  Don't call
+       ucs-unify-8859.
+
+       * international/fontset.el (ucs-mule-to-mule-unicode): Define this
+       translation table name here.
+       (ucs-mule-cjk-to-unicode): New translation table name.
+       (font-ccl-encoder-alist): Change the font registry pattern to
+       "ISO10646.*-*".
+
 2002-09-30  Kenichi Handa  <handa@m17n.org>
 
        * language/devan-util.el: Delete the superfluous `!'.
index e439c7e0f0984ff87b8a68b1fa01eb173ccd2350..f89c3bf12243d316fc060a4c44939ec6484b0b17 100644 (file)
@@ -1,4 +1,6 @@
-2002-09-30  Kenichi Handa  <handa@m17n.org>
+2002-10-01  Kenichi Handa  <handa@m17n.org>
+
+       * Makefile.in (lisp, shortlisp): Add utf-16.elc
 
        * xterm.c (x_encode_char): For DIM=1 charset, set ccl->reg[2] to
        -1 before calling ccl_driver.