From: Kenichi Handa Date: Fri, 6 Jun 2003 03:59:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e323e571cee317fd46b311a908dbbcf61e55b75;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1163222dbbb..5fef0eec6fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,16 @@ 2003-06-06 Kenichi Handa - * international/mule.el (set-coding-priority): Re-written. + * international/mule.el (coding-system-category): New function. + (set-coding-priority): Re-written. (make-translation-table): Re-written. + * international/mule-cmds.el (universal-coding-system-argument): + Check the coding system type `undecided', not `t'. + (sort-coding-systems): Fix for iso-2022 coding systems. + (find-multibyte-characters): Fix for eight-bit chars. + (set-language-environment): Set charset priorities according to + the charsets supported by the coding systems of higher priorities. + 2003-06-05 Kenichi Handa * font-lock.el diff --git a/src/ChangeLog b/src/ChangeLog index 55476af332e..57c96d05c19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,6 @@ 2003-06-06 Kenichi Handa - * charset.c (Fset_charset_priority): Pay attention to dumplicated + * charset.c (Fset_charset_priority): Pay attention to duplicated arguments. * coding.c (QCcategory): New variable.