update.
authortomo <tomo>
Thu, 3 Feb 2000 10:08:59 +0000 (10:08 +0000)
committertomo <tomo>
Thu, 3 Feb 2000 10:08:59 +0000 (10:08 +0000)
lisp/ChangeLog
src/ChangeLog

index 1741edf..8d835c9 100644 (file)
@@ -1,3 +1,9 @@
+2000-02-02  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@etl.go.jp>
 
        * utf-2000/char-db-util.el (insert-char-data): Print corresponding
index 54e9696..09abd2e 100644 (file)
@@ -1,3 +1,11 @@
+2000-02-02  MORIOKA Tomohiko  <tomo@m17n.org>
+
+       * 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  <tomo@etl.go.jp>
 
        * mule-charset.c (make_builtin_char): New function.