X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Futf-2000%2FChangeLog;h=56175de988c87acd75f865096ba92545dabad7ca;hb=9419ee271fcb62a531be7ad186e88fa8a5a3d357;hp=09946db58ae0040e345ca2403782782df71929d2;hpb=f072740eecf2c78aa483b2ab0d7f7535dbea1215;p=chise%2Fxemacs-chise.git- diff --git a/lisp/utf-2000/ChangeLog b/lisp/utf-2000/ChangeLog index 09946db..56175de 100644 --- a/lisp/utf-2000/ChangeLog +++ b/lisp/utf-2000/ChangeLog @@ -1,7 +1,196 @@ +2002-03-17 MORIOKA Tomohiko + + * u01800-Mongolian.el: Reformatted. + +2002-03-17 MORIOKA Tomohiko + + * u01780-Khmer.el: Reformatted. + +2002-03-17 MORIOKA Tomohiko + + * u016A0-Runic.el: Reformatted. + +2002-03-17 MORIOKA Tomohiko + + * u01680-Ogham.el: Reformatted. + +2002-03-16 MORIOKA Tomohiko + + * u01400-Canadian.el: Reformatted. + +2002-03-15 MORIOKA Tomohiko + + * u01100-Hangul-Jamo.el: Reformatted. + +2002-03-10 MORIOKA Tomohiko + + * u010A0-Georgian.el: Reformatted. + +2002-03-12 MORIOKA Tomohiko + + * update-cdb.el: When feature `chise' is not provided, just load + up files defined in `system-char-db-source-file-list'. + (system-char-database-directory): Don't define it when feature + `chise' is not provided. + (file-name-char-attribute-name): Likewise. Don't call + `reset-char-attribute-table' for files in + `system-char-database-directory' when feature `chise' is not + provided. + +2002-03-03 MORIOKA Tomohiko + + * update-cdb.el: Delete system-char-database-directory before + loading system-char-db-source-file-list when updating database + files. + +2002-03-01 MORIOKA Tomohiko + + * Ideograph-R007-Two.el (U+4E92): Use char-spec instead of + char-ref in the `ideographic-structure'. + +2002-02-25 MORIOKA Tomohiko + + * update-cdb.el: Renamed from make-cdbs.el. + +2002-02-25 MORIOKA Tomohiko + + * make-cdbs.el: (file-name-char-attribute-name) New function. + - Use `file-name-char-attribute-name' to get character attribute + names. + +2002-02-22 MORIOKA Tomohiko + + * Ideograph-R135-Tongue.el (C1-485F): Fix :char of + `<-original-ideograph'. + +2002-02-19 MORIOKA Tomohiko + + * make-cdbs.el (delete-file-with-children): New function; use it + instead of "rm". + +2002-02-14 MORIOKA Tomohiko + + * make-cdbs.el: Load dumped-chars.el and refer + `system-char-db-source-file-list'. + + * dumped-chars.el: New file. + +2002-02-12 MORIOKA Tomohiko + + * char-db-util.el (insert-char-attributes): Ignore + `->ucs-variants' if optional argument `readable' is not specified; + regard ->FOO and <-FOO as list of char-refs. + +2002-02-12 MORIOKA Tomohiko + + * make-cdbs.el (system-char-database-directory): New variable. + - Load character-definition files if + `system-char-database-directory' is not found or + `load-ignore-elc-files' is non-nil. + - Call `reset-char-attribute-table' for each character-attribute + corresponding with each file in + `system-char-database-directory'/system-char-id. + +2002-02-08 MORIOKA Tomohiko + + * make-cdbs.el: Use `save-charset-mapping-table' for all + coded-charsets. + +2002-02-01 MORIOKA Tomohiko + + * make-cdbs.el: New file. + +2002-02-22 MORIOKA Tomohiko + + * Ideograph-R170-Mound.el (U+9689): Separate JSP-6664. + +2002-02-22 MORIOKA Tomohiko + + * Ideograph-R160-Bitter.el (M-38638): Add `<-vulgar-ideograph' for + M-38671 and M-38649; delete `kangxi-radical' and `kangxi-strokes'. + + * Ideograph-R135-Tongue.el (M-30307): Separate J90-3C2D; map to + U+8F9E; add `->identical' for M-38638; add `<-vulgar-ideograph' + for M-38671 and M-38649. + (C3-4425): Map to U+8F9E. + +2002-02-21 MORIOKA Tomohiko + + * Ideograph-R085-Water.el (M-49217): Unify U+6E12. + (M-18060): Unify U+6EE3. + +2002-02-20 MORIOKA Tomohiko + + * Ideograph-R075-Tree.el (M-49176): Unify U+699D. + + * Ideograph-R037-Big.el (M-05898): Map to U-000215FE. + (C6-2A58): Separate M-05898. + +2002-02-20 MORIOKA Tomohiko + + * Ideograph-R016-Table.el (U+51E1): Delete `cns-radical'; add + `->identical' for C1-443B; separate C1-443B. + + * Ideograph-R004-Slash.el (H1-AAFB): Moved to + Ideograph-R005-Second.el; unify U-000200D5. + (GT-00199): Unify U+3406. + +2002-02-19 MORIOKA Tomohiko + + * Ideograph-R040-Roof.el (U-00021AA3): Separate C4-4948. + + * Ideograph-R035-Go-Slowly.el (U-00021576): Separate C5-4C50. + + * Ideograph-R030-Mouth.el (M-04531): Separate C7-3F2E. + (C7-3F2E): Separate U-000210A2. + +2002-02-19 MORIOKA Tomohiko + + * Ideograph-R029-Again.el (M-03155): Separate C6-2A32. + (C6-2A32): Separate U-00020B3B. + + * Ideograph-R028-Private.el (U-0002128F): Separate C6-2641. + +2002-02-19 MORIOKA Tomohiko + + * Ideograph-R005-Second.el (U-000200D5): Add + `ideographic-structure'. + +2002-02-18 MORIOKA Tomohiko + + * Ideograph-R001-One.el (U-00023944): Moved to + Ideograph-R077-Stop.el. + + * Ideograph-R140-Grass.el (MH-521): New character; map to U+8362; + unify GT-40268. + + * Ideograph-R135-Tongue.el (U+820D): Don't use char-ref in the + `ideographic-structure'. + + * Ideograph-R130-Meat.el (U+81A4): Add J90-6733 into the + `->same-ideograph'. + + * Ideograph-R109-Eye.el (C6-333D): Use `=>ucs*' instead of + `ideograph='; use `<-original-ideograph' instead of + `original-ideograph-of'. + + * Ideograph-R077-Stop.el (C6-232E): Don't unify U-00028E16; unify + H1-A6EA and U-00023944; add `ideographic-structure'. + +2002-02-17 MORIOKA Tomohiko + + * Ideograph-R170-Mound.el (C5-232E): Unify U-00028E16. + 2002-02-13 MORIOKA Tomohiko * u01000-Myanmar.el: Reformatted. +2002-02-12 MORIOKA Tomohiko + + * Ideograph-R030-Mouth.el (U+5411): Delete wrong + `ideographic-structure' and CB-05156. + (U+54CD): Add `ideographic-structure' and CB-05156. + 2002-02-01 MORIOKA Tomohiko * Ideograph-R063-Door.el: Add some mappings to CJK Ext-B code @@ -355,7 +544,7 @@ * Ideograph-R030-Mouth.el (M-03562): Add `ideographic-structure'. (U-00020C57): Likewise; unify H1-E0EE. (M-04326): Add `ideographic-structure'. - (C7-2146): Separate U-0002018A; add ~->identical' for U-0002018A; + (C7-2146): Separate U-0002018A; add `->identical' for U-0002018A; add `ideographic-structure'. 2001-12-21 MORIOKA Tomohiko @@ -995,7 +1184,7 @@ * Ideograph-R013-Down-Box.el (U-0002054D): Add `ideographic-structure'; unify H1-AD7C. - * Ideograph-R007-Two.el ((C6-2566): Relate to U-00020122. + * Ideograph-R007-Two.el (C6-2566): Relate to U-00020122. * Ideograph-R001-One.el: - Add some missing `ideographic-structure' properties.