update.
authortomo <tomo>
Sat, 13 Nov 1999 13:30:09 +0000 (13:30 +0000)
committertomo <tomo>
Sat, 13 Nov 1999 13:30:09 +0000 (13:30 +0000)
lisp/ChangeLog
lisp/utf-2000/auto-autoloads.el
src/ChangeLog

index 4b91e69..361ea50 100644 (file)
@@ -1,3 +1,13 @@
+1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * utf-2000/char-db-util.el (insert-char-data): Change order.
+       (insert-char-range-data): Insert variants.
+       (char-db-update-comment): Fix problem with ascii and
+       non-ISO-2022-sets; don't insert control-characters.
+
+       * utf-2000/u00020-Basic-Latin.el: Merge `latin-viscii'
+       code-points.
+
 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
 
        * startup.el (normal-top-level): Load autoload file for UTF-2000
index 8459827..39489f2 100644 (file)
@@ -1,10 +1,12 @@
 ;;; DO NOT MODIFY THIS FILE
 (if (featurep 'utf-2000-autoloads) (error "Already loaded"))
+
+(provide 'utf-2000-autoloads)
 \f
-;;;### (autoloads (what-char-definition) "char-db-util" "utf-2000/char-db-util.el")
+;;;### (autoloads (what-char-definition char-db-update-comment) "char-db-util" "utf-2000/char-db-util.el")
+
+(autoload 'char-db-update-comment "char-db-util" nil t nil)
 
 (autoload 'what-char-definition "char-db-util" nil t nil)
 
 ;;;***
-
-(provide 'utf-2000-autoloads)
index f8229c2..803b38b 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-13  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
+       * mule-charset.c (Fset_charset_mapping_table): Fix problem with
+       `ascii'.
+
 1999-11-12  MORIOKA Tomohiko  <tomo@urania.m17n.org>
 
        * mule-charset.c (Vcharacter_variant_table): New variable.