From 675634d705ab543dfaa6ae15ed435c621d176e61 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 1 Oct 2002 06:59:57 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 30 ++++++++++++++++++++++++++++++ src/ChangeLog | 4 +++- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fb904a4143..d183ea2ef89 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,33 @@ +2002-10-01 Kenichi Handa + + * 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 * language/devan-util.el: Delete the superfluous `!'. diff --git a/src/ChangeLog b/src/ChangeLog index e439c7e0f09..f89c3bf1224 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,6 @@ -2002-09-30 Kenichi Handa +2002-10-01 Kenichi Handa + + * 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. -- 2.39.2