From: tomo Date: Sun, 14 Nov 1999 09:07:37 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-19-utf-2000-0_12-0~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f2025090f01da2850dd72008074d6b8dc33c0113;p=chise%2Fxemacs-chise.git- update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d945a6..52f0706 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,18 @@ 1999-11-14 MORIOKA Tomohiko + * utf-2000/char-db-util.el (insert-char-data): Modify order when + CHAR does not have `decimal-digit-value' property. + + * utf-2000/u00100-Latin-Extended-A.el: Reformatted to print + code-point of GR-set as GR value. + (FULLWIDTH LATIN SMALL LIGATURE IJ): Separated from . + + * utf-2000/u000A0-Latin-1-Supplement.el: Reformatted to print + code-point of GR-set as GR value. + +1999-11-14 MORIOKA Tomohiko + * dumped-lisp.el (preloaded-file-list): Delete "ccs-viscii.el". * utf-2000/ccs-viscii.el: Deleted. diff --git a/src/ChangeLog b/src/ChangeLog index b942417..690073b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Fput_char_attribute): Convert each element of + VALUE to GL position if ATTRIBUTE is a GR-set, + +1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Fput_char_attribute): Allow GR code-point if a coded-charset is a GR-set.