From: tomo Date: Sat, 13 Nov 1999 13:30:09 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-19-utf-2000-0_12-0~93 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ec164fdd1fcffd745021e9bb96d197171d4283ad;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b91e69..361ea50 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +1999-11-13 MORIOKA Tomohiko + + * 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 * startup.el (normal-top-level): Load autoload file for UTF-2000 diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 8459827..39489f2 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -1,10 +1,12 @@ ;;; DO NOT MODIFY THIS FILE (if (featurep 'utf-2000-autoloads) (error "Already loaded")) + +(provide 'utf-2000-autoloads) -;;;### (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) diff --git a/src/ChangeLog b/src/ChangeLog index f8229c2..803b38b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +1999-11-13 MORIOKA Tomohiko + + * mule-charset.c (Fset_charset_mapping_table): Fix problem with + `ascii'. + 1999-11-12 MORIOKA Tomohiko * mule-charset.c (Vcharacter_variant_table): New variable.