From: tomo Date: Fri, 15 Oct 2004 14:00:33 +0000 (+0000) Subject: update. X-Git-Tag: r21-4-15-u2km-0_21-32-a~2^2~155 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e7381c05ed3d4fce744d436e3f12ee55c93a86;p=chise%2Fxemacs-chise.git update. --- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 938473c..4afafba 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,5 +1,42 @@ +2004-10-15 MORIOKA Tomohiko + + * maps-conf.el: Don't add `=gt-pj-1' for + J90-{612E|4D63|4E57|316A|4A43}. + + * Ideograph-R086-Fire.el: Use `->subsumptive' for some character + definitions. + +2004-10-14 MORIOKA Tomohiko + + * char-db-util.el (insert-char-attributes): Don't display + `->halfwidth' when running with non-readable mode and it does not + have `->halfwidth*sources'. + +2004-10-13 MORIOKA Tomohiko + + * Ideograph-R055-Two-Hands.el, Ideograph-R001-One.el (U-0002233D): + Use `ideographic-{radical|strokes}@{cns|gt}' and + `ideographic-radical@{cns|gt}*sources'; unify C5-262E, GT-00083 + and JC3-8EF3. + + * Ideograph-R046-Mountain.el (U+FA11): Add `<-vulgar' for U+5D0E. + + * Ideograph-R028-Private.el (U-00020B02): Use `->subsumptive'; use + `->synonyms*sources' instead of char-ref in `->synonyms'. + + * ideograph-util.el (update-ideograph-radical-table): Ignore a + parent specified by `<-subsumptive' if it has `<-subsumptive'. + 2004-10-13 MORIOKA Tomohiko + * Ideograph-R137-Boat.el: + - Use `=jis-x0208@{1978|1983|1990}' instead of + `=jis-x0208-{1978|1983|1990}'. + - Use `->subsumptive' or `{<-|->}denotational' for some character + definitions. + + * Ideograph-R030-Mouth.el (CB01236): Map to U-00021126. + * Ideograph-R131-Minister.el: Use `->subsumptive' for some character definitions. (M-30076): Map to U-000268E2. diff --git a/src/ChangeLog b/src/ChangeLog index b37223b..77d6829 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-10-14 MORIOKA Tomohiko + + * chartab.c (Fput_char_attribute): Convert char-specs in value of + `{<-|->}{fullwidth|halfwidth}[^*]*' to characters and put reverse + links. + 2004-09-14 MORIOKA Tomohiko * text-coding.c: Add EXFUN for `Fregexp_quote'.