From: tomo Date: Sun, 14 Nov 1999 21:28:57 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-19-utf-2000-0_12-0~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a894550414719510b5823c1fa9e7f343641bebb;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9fa7845..87dabdd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,22 @@ 1999-11-14 MORIOKA Tomohiko + * dumped-lisp.el (preloaded-file-list): Add + "u03000-CJK-Symbols-and-Punctuation", "u03040-Hiragana", + "u030A0-Katakana", "u03100-Bopomofo", + "u03130-Hangul-Compatibility-Jamo", "u03190-Kanbun", + "u03200-Enclosed-CJK-Letters-and-Months" and + "u03300-CJK-Compatibility". + + * utf-2000/u03000-CJK-Symbols-and-Punctuation.el, + utf-2000/u03040-Hiragana.el, utf-2000/u030A0-Katakana.el, + utf-2000/u03100-Bopomofo.el, + utf-2000/u03130-Hangul-Compatibility-Jamo.el, + utf-2000/u03190-Kanbun.el, + utf-2000/u03200-Enclosed-CJK-Letters-and-Months.el, + utf-2000/u03300-CJK-Compatibility.el: New files. + +1999-11-14 MORIOKA Tomohiko + * dumped-lisp.el (preloaded-file-list): Add "u02E00-CJK-Radicals", "u02F00-Kangxi-Radicals" and "u02FF0-Ideographic-Description-Characters". diff --git a/src/ChangeLog b/src/ChangeLog index 05e5b9d..66cfed3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Qsquare): New variable. + (to_char_code): Add `Qsquare'. + (syms_of_mule_charset): Add new symbol `square'. + +1999-11-14 MORIOKA Tomohiko + * mule-charset.c (Qcircle): New variable. (to_char_code): Add `Qcircle'. (syms_of_mule_charset): Add new symbol `circle'.