update.
authortomo <tomo>
Fri, 15 Oct 2004 14:00:33 +0000 (14:00 +0000)
committertomo <tomo>
Fri, 15 Oct 2004 14:00:33 +0000 (14:00 +0000)
lisp/utf-2000/ChangeLog
src/ChangeLog

index 938473c..4afafba 100644 (file)
@@ -1,5 +1,42 @@
+2004-10-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * 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  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
+       * 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.
index b37223b..77d6829 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * chartab.c (Fput_char_attribute): Convert char-specs in value of
+       `{<-|->}{fullwidth|halfwidth}[^*]*' to characters and put reverse
+       links.
+
 2004-09-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * text-coding.c: Add EXFUN for `Fregexp_quote'.