From: tomo Date: Thu, 3 Feb 2000 10:08:59 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-27-utf-2000-0_15-0~182 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8e702d16968682214c10569e9ae18667584211;p=chise%2Fxemacs-chise.git- update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1741edf..8d835c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-02-02 MORIOKA Tomohiko + + * utf-2000/char-db-util.el (decode-builtin-char): Use + `charset-name'. + (write-char-range-data-to-file): Use utf-8. + 2000-02-01 MORIOKA Tomohiko * utf-2000/char-db-util.el (insert-char-data): Print corresponding diff --git a/src/ChangeLog b/src/ChangeLog index 54e9696..09abd2e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2000-02-02 MORIOKA Tomohiko + + * mule-charset.c (Fdefine_char): Fix problem when new code-point + format is used without `ucs' property. + (Fdecode_char): Fix problem with GR representation. + (complex_vars_of_mule_charset): Don't use `MIN_CHAR_CYRILLIC' and + `MAX_CHAR_CYRILLIC' as range of builtin `cyrillic-iso8859-5'. + 2000-01-28 MORIOKA Tomohiko * mule-charset.c (make_builtin_char): New function.