+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
;;; 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)
+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.