chise/xemacs-chise.git
24 years ago(Vcharset_ucs): Deleted because it is not used.
tomo [Fri, 28 Apr 2000 10:39:44 +0000 (10:39 +0000)]
(Vcharset_ucs): Deleted because it is not used.
(Vcharset_ucs_bmp): Likewise.
(Vcharset_mojikyo): Add new extern variable definition.
(Vcharset_latin_iso8859_2): Deleted because it is not used.
(Vcharset_latin_iso8859_3): Likewise.
(Vcharset_latin_iso8859_4): Likewise.
(Vcharset_latin_iso8859_9): Likewise.
(Vcharset_latin_viscii_lower): Likewise.
(Vcharset_latin_viscii_upper): Likewise.
(DECODE_CHAR): If charset is `mojikyo-pj-N', corresponding `mojikyo'
code-point is used to decode.
(encode_char_2): New function [to convert `mojikyo' code-point to
Mojikyo font encoding].
(ENCODE_CHAR): Use `encode_char_2' instead of `encode_code_1'.
(breakup_char_1): Likewise.
(CHAR_CHARSET): Use `ENCODE_CHAR' instead of `BREAKUP_CHAR'.

24 years agoupdate.
tomo [Thu, 27 Apr 2000 06:08:01 +0000 (06:08 +0000)]
update.

24 years ago(vscii-2): Delete abolished property `composite'; now composite mode
tomo [Thu, 27 Apr 2000 06:06:54 +0000 (06:06 +0000)]
(vscii-2): Delete abolished property `composite'; now composite mode
is default.

24 years ago(Fmake_coding_system): Add document about `disable-composition'
tomo [Thu, 27 Apr 2000 06:03:07 +0000 (06:03 +0000)]
(Fmake_coding_system): Add document about `disable-composition'
property.

24 years agoupdate.
tomo [Thu, 27 Apr 2000 04:46:19 +0000 (04:46 +0000)]
update.

24 years ago(Qdisable_composition): New variable; delete `Qcomposite'.
tomo [Thu, 27 Apr 2000 04:45:33 +0000 (04:45 +0000)]
(Qdisable_composition): New variable; delete `Qcomposite'.
(Fmake_coding_system): Add new property `disable-composite'; delete
property `composite'.
(COMPOSE_ADD_CHAR): Use `CODING_SYSTEM_DISABLE_COMPOSITION' instead of
`!CODING_SYSTEM_COMPOSITE'.
(syms_of_file_coding): Add new symbol `disable-composition'; delete
symbol `composite'.

24 years ago(struct Lisp_Coding_System): Add `disable_composition'; delete
tomo [Thu, 27 Apr 2000 04:41:54 +0000 (04:41 +0000)]
(struct Lisp_Coding_System): Add `disable_composition'; delete
`enable_composition'.
(CODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
`CODING_SYSTEM_COMPOSITE'.
(XCODING_SYSTEM_DISABLE_COMPOSITION): New macro; delete
`XCODING_SYSTEM_COMPOSITE'.

24 years agoupdate.
tomo [Thu, 27 Apr 2000 03:36:32 +0000 (03:36 +0000)]
update.

24 years ago(vars_of_mule_charset): Update `utf-2000-version' to 0.15.
tomo [Thu, 27 Apr 2000 03:35:22 +0000 (03:35 +0000)]
(vars_of_mule_charset): Update `utf-2000-version' to 0.15.

24 years agoupdate.
tomo [Wed, 26 Apr 2000 11:56:00 +0000 (11:56 +0000)]
update.

24 years ago(byte-compile-insert-header): Use `binary' instead of `raw-text';
tomo [Wed, 26 Apr 2000 11:53:15 +0000 (11:53 +0000)]
(byte-compile-insert-header): Use `binary' instead of `raw-text';
check \uHHHH representation even if non-ascii characters are not
found.

24 years ago(preloaded-file-list): Add "ccs-tcvn5712.el" in UTF-2000; add
tomo [Wed, 26 Apr 2000 11:51:25 +0000 (11:51 +0000)]
(preloaded-file-list): Add "ccs-tcvn5712.el" in UTF-2000; add
"viet-ccl" in non-UTF-2000 Mule; add "vietnamese" unconditionally.

24 years agoNew file.
tomo [Wed, 26 Apr 2000 11:48:13 +0000 (11:48 +0000)]
New file.

24 years ago(vscii-2): New coding-system in UTF-2000.
tomo [Wed, 26 Apr 2000 11:47:50 +0000 (11:47 +0000)]
(vscii-2): New coding-system in UTF-2000.
(tcvn-5712): New coding-system alias of `vscii-2' in UTF-2000.
- Separate CCL based implementations to viet-ccl.el.

24 years agoupdate.
tomo [Wed, 26 Apr 2000 11:43:03 +0000 (11:43 +0000)]
update.

24 years ago(Qcomposite): New variable.
tomo [Wed, 26 Apr 2000 11:42:10 +0000 (11:42 +0000)]
(Qcomposite): New variable.
(Fmake_coding_system): Add new property `composite'.
(struct decoding_stream): Add `combined_char_count', `combined_chars'
and `combining_table' in UTF-2000.
(COMPOSE_FLUSH_CHARS): New macro.
(COMPOSE_ADD_CHAR): New macro.
(reset_decoding_stream): Reset `str->combined_char_count' and
`str->combining_table' in UTF-2000.
(decode_coding_iso2022): Modify for character-decomposition.
(syms_of_file_coding): Add new symbol `composite'.

24 years agoupdate.
tomo [Wed, 26 Apr 2000 11:18:46 +0000 (11:18 +0000)]
update.

24 years ago(Vcharset_latin_tcvn5712): New variable.
tomo [Wed, 26 Apr 2000 11:16:40 +0000 (11:16 +0000)]
(Vcharset_latin_tcvn5712): New variable.
(Fput_char_attribute): Set up `Vcharacter_variant_table' instead of
`Vcharacter_composition_table' if `->decomposition' property has only
1 element.
(Qlatin_tcvn5712): New variable.
(syms_of_mule_charset): Add new symbol `latin-tcvn5712'.
(complex_vars_of_mule_charset): Add new coded-charset
`latin-tcvn5712'.

24 years ago(LEADING_BYTE_LATIN_TCVN5712): New macro.
tomo [Wed, 26 Apr 2000 11:10:26 +0000 (11:10 +0000)]
(LEADING_BYTE_LATIN_TCVN5712): New macro.

24 years agoupdate.
tomo [Wed, 26 Apr 2000 11:08:15 +0000 (11:08 +0000)]
update.

24 years ago(struct Lisp_Coding_System): Add `enable_composition'.
tomo [Wed, 26 Apr 2000 11:05:36 +0000 (11:05 +0000)]
(struct Lisp_Coding_System): Add `enable_composition'.
(CODING_SYSTEM_COMPOSITE): New macro.
(XCODING_SYSTEM_COMPOSITE): New macro.

24 years agoRemove unused file.
tomo [Tue, 25 Apr 2000 09:55:17 +0000 (09:55 +0000)]
Remove unused file.

24 years agoupdate.
tomo [Tue, 11 Apr 2000 11:41:42 +0000 (11:41 +0000)]
update.

24 years ago(insert-char-data): Change order of `ideographic-strokes',
tomo [Tue, 11 Apr 2000 11:27:03 +0000 (11:27 +0000)]
(insert-char-data): Change order of `ideographic-strokes',
`kangxi-strokes', `japanese-strokes' and `cns-strokes'.

24 years ago(ideograph-char<): Prefer `non-morohashi' to `morohashi-daikanwa'.
tomo [Tue, 11 Apr 2000 07:31:51 +0000 (07:31 +0000)]
(ideograph-char<): Prefer `non-morohashi' to `morohashi-daikanwa'.

24 years ago(M292): Remove mojikyo-pj-1.
tomo [Tue, 11 Apr 2000 07:28:24 +0000 (07:28 +0000)]
(M292): Remove mojikyo-pj-1.
(M634): Likewise.
(M916): Likewise.
(M28800): Remove mojikyo-pj-6.
(M48869): Remove mojikyo-pj-9.
(M50100): Likewise.

24 years ago(U+6E13): Add J{78|83|90}-374C.
tomo [Thu, 23 Mar 2000 18:35:01 +0000 (18:35 +0000)]
(U+6E13): Add J{78|83|90}-374C.

24 years ago(M13285'): Unify U+656C; separate C1-6439.
tomo [Thu, 23 Mar 2000 16:50:15 +0000 (16:50 +0000)]
(M13285'): Unify U+656C; separate C1-6439.
(M13303): Separate U+656C.

24 years ago(M12239): Separate U+6385.
tomo [Thu, 23 Mar 2000 15:42:06 +0000 (15:42 +0000)]
(M12239): Separate U+6385.
(M12311'): Add Mojikyo-50200.
(M12312): Separate U+63BD.
(M12373): Separate U+63E4.
(M12552): Separate U+643D.
(M12575): Separate U+6452.
(M12597): Separate U+6461.
(M12597): Separate U+6461.
(M12645): Separate U+6479.
(M12678): Separate U+6487.
(M12716): Separate U+649D.
(M12808): Separate U+64CE.
(M12876): Separate U+64ED.
(M12894): Separate U+64F3.
(M26763): Separate C5-7347.

24 years ago(M9574): Separate U+5EFA.
tomo [Wed, 22 Mar 2000 17:52:04 +0000 (17:52 +0000)]
(M9574): Separate U+5EFA.

24 years ago(M6618): Separate U+5ACC.
tomo [Wed, 22 Mar 2000 17:01:39 +0000 (17:01 +0000)]
(M6618): Separate U+5ACC.

24 years ago(M25406): Separate U+7A74.
tomo [Wed, 22 Mar 2000 15:32:43 +0000 (15:32 +0000)]
(M25406): Separate U+7A74.
(M25424): Separate U+7A81.
(M25439): Unify U+7A81.

24 years ago(M41720'): Separate U+F9DC; add Mojikyo-50557.
tomo [Wed, 22 Mar 2000 13:53:01 +0000 (13:53 +0000)]
(M41720'): Separate U+F9DC; add Mojikyo-50557.
(U+F9DC): Add K0-6B58.
(M41792): Separate J78-3764 and C1-6B61.
(M41813): Add J78-3764.

24 years ago(M48869): Add `kangxi-radical', `kangxi-strokes' and comment.
tomo [Wed, 22 Mar 2000 11:04:38 +0000 (11:04 +0000)]
(M48869): Add `kangxi-radical', `kangxi-strokes' and comment.

24 years agoupdate.
tomo [Wed, 22 Mar 2000 10:10:07 +0000 (10:10 +0000)]
update.

24 years ago(insert-char-data): Regard charset `mojikyo' as same as
tomo [Wed, 22 Mar 2000 10:06:25 +0000 (10:06 +0000)]
(insert-char-data): Regard charset `mojikyo' as same as
`ideograph-daikanwa'; support `jisx0208-1978/4X'.
(decode-builtin-char): Regard charset `mojikyo' as same as
`ideograph-daikanwa'.

24 years ago(M25218): Separate J78-374E and K0-4D26.
tomo [Wed, 22 Mar 2000 10:03:29 +0000 (10:03 +0000)]
(M25218): Separate J78-374E and K0-4D26.
(M48869): Moved to Ideograph-R213-Turtle.el.

24 years ago(M24634): Separate U+7941.
tomo [Wed, 22 Mar 2000 08:42:39 +0000 (08:42 +0000)]
(M24634): Separate U+7941.
(M24636): Separate U+7944.
(M24637): Separate U+7945.
(M24638): Separate U+7946.
(M24640): Move K0-5137 from U+7948.
(M24641): Move K0-7233 from U+7949.
(M24643): Separate U+794A.
(M24645): Separate U+794B.
(M24647): Separate U+794C.
(M24651): Separate U+794F.
(M24652): Move K0-695E from M24652'.

24 years ago(M34166): Add J{78|83}-3736.
tomo [Tue, 21 Mar 2000 12:06:18 +0000 (12:06 +0000)]
(M34166): Add J{78|83}-3736.

24 years ago(M28498): Add J{78|83}-3732.
tomo [Tue, 21 Mar 2000 11:15:34 +0000 (11:15 +0000)]
(M28498): Add J{78|83}-3732.

24 years ago(M26860): Add J{78|83}-3729.
tomo [Tue, 21 Mar 2000 10:12:13 +0000 (10:12 +0000)]
(M26860): Add J{78|83}-3729.

24 years ago(M42729): Separate J{83|90}-3724m K0-7C28 and C1-675D.
tomo [Tue, 21 Mar 2000 09:04:06 +0000 (09:04 +0000)]
(M42729): Separate J{83|90}-3724m K0-7C28 and C1-675D.
(M42732): Separate U+9775.

24 years ago(M4015): Add J90-3674.
tomo [Tue, 21 Mar 2000 07:02:21 +0000 (07:02 +0000)]
(M4015): Add J90-3674.
(J78-3674): New character.

24 years ago(U+8EAF): Add J{83|90}-366D.
tomo [Mon, 20 Mar 2000 10:56:47 +0000 (10:56 +0000)]
(U+8EAF): Add J{83|90}-366D.

24 years agoupdate.
tomo [Mon, 20 Mar 2000 09:51:24 +0000 (09:51 +0000)]
update.

24 years ago(japanese-jisx0213-1): Allow "jisx0213.2000-1".
tomo [Mon, 20 Mar 2000 09:43:51 +0000 (09:43 +0000)]
(japanese-jisx0213-1): Allow "jisx0213.2000-1".
(japanese-jisx0213-2): Allow "jisx0213.2000-2".

24 years ago(default-coded-charset-priority-list): Prefer `japanese-jisx0213-1'
tomo [Mon, 20 Mar 2000 09:41:34 +0000 (09:41 +0000)]
(default-coded-charset-priority-list): Prefer `japanese-jisx0213-1'
and `japanese-jisx0213-2' to `japanese-jisx0208-1978' and
`japanese-jisx0208-1990'.

24 years agoupdate.
tomo [Mon, 20 Mar 2000 09:38:01 +0000 (09:38 +0000)]
update.

24 years ago(Fput_char_attribute): Don't make mapping-table if ATTRIBUTE is `ucs'
tomo [Mon, 20 Mar 2000 09:36:49 +0000 (09:36 +0000)]
(Fput_char_attribute): Don't make mapping-table if ATTRIBUTE is `ucs'
and character-id of CHARACTER = VALUE.

24 years ago(c2mu): Fix problem with UTF-2000.
tomo [Mon, 20 Mar 2000 09:34:05 +0000 (09:34 +0000)]
(c2mu): Fix problem with UTF-2000.

24 years ago(U+533A): Add J90-3668.
tomo [Fri, 17 Mar 2000 18:17:46 +0000 (18:17 +0000)]
(U+533A): Add J90-3668.

24 years ago(M724): Add `jisx0208-difference'.
tomo [Fri, 17 Mar 2000 17:12:03 +0000 (17:12 +0000)]
(M724): Add `jisx0208-difference'.
(U+4FF1): Add `jisx0208-1978/4X'.

24 years ago(M34646): Add `ideographic-strokes'.
tomo [Fri, 17 Mar 2000 12:53:19 +0000 (12:53 +0000)]
(M34646): Add `ideographic-strokes'.
(M34647): Add J{78|83}-365F.
(M34648): Add `ideographic-strokes'.

24 years ago(M34148): Add `ideographic-strokes'.
tomo [Fri, 17 Mar 2000 08:31:45 +0000 (08:31 +0000)]
(M34148): Add `ideographic-strokes'.
(M34149): Separate U+887F.
(M34150): Separate C2-3277.
(M34151): Add `ideographic-strokes'.

24 years ago(M16104): Unify U+6B3D.
tomo [Fri, 17 Mar 2000 05:52:07 +0000 (05:52 +0000)]
(M16104): Unify U+6B3D.

24 years ago(M16008): Unify U+6B23.
tomo [Thu, 16 Mar 2000 16:47:16 +0000 (16:47 +0000)]
(M16008): Unify U+6B23.
(M16012): Separate U+6B24.
(M16017): Unify U+6B25.
(M16019): Unify U+6B26.

24 years ago(M13534): Unify U+65A4.
tomo [Thu, 16 Mar 2000 14:24:43 +0000 (14:24 +0000)]
(M13534): Unify U+65A4.

24 years ago(M2415'): Add J90-3650 and Mojikyo-50112.
tomo [Thu, 16 Mar 2000 09:11:05 +0000 (09:11 +0000)]
(M2415'): Add J90-3650 and Mojikyo-50112.

24 years ago(M899): Add J90-3676.
tomo [Wed, 15 Mar 2000 15:54:36 +0000 (15:54 +0000)]
(M899): Add J90-3676.
(J83-364F): Add J90-364F.

24 years ago(U+5C2D): Moved from Ideograph-R043-Lame.el; add J90-3646.
tomo [Wed, 15 Mar 2000 14:42:55 +0000 (14:42 +0000)]
(U+5C2D): Moved from Ideograph-R043-Lame.el; add J90-3646.

24 years ago(U+5C2D): Moved to Ideograph-R032-Earth.el.
tomo [Wed, 15 Mar 2000 14:41:10 +0000 (14:41 +0000)]
(U+5C2D): Moved to Ideograph-R032-Earth.el.

24 years ago(U+631F): Add J{78|83|90}-3634.
tomo [Wed, 15 Mar 2000 09:25:40 +0000 (09:25 +0000)]
(U+631F): Add J{78|83|90}-3634.

24 years ago(U+537F): Add J90-362A.
tomo [Wed, 15 Mar 2000 05:20:05 +0000 (05:20 +0000)]
(U+537F): Add J90-362A.

24 years ago(M7709): Separate U+5C51 and C1-552C.
tomo [Wed, 15 Mar 2000 04:27:27 +0000 (04:27 +0000)]
(M7709): Separate U+5C51 and C1-552C.

24 years ago(M4916): Separate J{78|83}-3651.
tomo [Wed, 15 Mar 2000 01:55:03 +0000 (01:55 +0000)]
(M4916): Separate J{78|83}-3651.
(U+5747): Unify J{78|83}-3651.

24 years ago(M19922): Unify U+725B.
tomo [Tue, 14 Mar 2000 13:49:54 +0000 (13:49 +0000)]
(M19922): Unify U+725B.
(M19923): Add total-strokes.

24 years ago(M3118'): Add J90-355A and Mojikyo-50116.
tomo [Tue, 14 Mar 2000 12:28:10 +0000 (12:28 +0000)]
(M3118'): Add J90-355A and Mojikyo-50116.

24 years ago(M28504): Add J{78|83}-3541 and K0-6B79.
tomo [Tue, 14 Mar 2000 11:45:23 +0000 (11:45 +0000)]
(M28504): Add J{78|83}-3541 and K0-6B79.

24 years ago(M22007): Unify U+7591.
tomo [Tue, 14 Mar 2000 09:44:41 +0000 (09:44 +0000)]
(M22007): Unify U+7591.

24 years ago(M20190'): Add J{78|83|90}-353E and Mojikyo-50275.
tomo [Tue, 14 Mar 2000 08:50:56 +0000 (08:50 +0000)]
(M20190'): Add J{78|83|90}-353E and Mojikyo-50275.
(M20195): Unify U+72A1.

24 years ago(M16097): Unify U+6B3A.
tomo [Tue, 14 Mar 2000 07:03:26 +0000 (07:03 +0000)]
(M16097): Unify U+6B3A.
(M16099): Unify U+6B3B.
(M16103): Unify U+6B3C.

24 years ago(M17046): Separate U+6C18; add C6-2529.
tomo [Tue, 14 Mar 2000 06:10:32 +0000 (06:10 +0000)]
(M17046): Separate U+6C18; add C6-2529.
(U+6C18): Unify C2-2258.
(M17046'): Add J{78|83|90}-3524 and Mojikyo-50245.

24 years ago(M927'): Add J90-3536 and Mojikyo-50104.
tomo [Tue, 14 Mar 2000 04:53:01 +0000 (04:53 +0000)]
(M927'): Add J90-3536 and Mojikyo-50104.

24 years ago(M16668): Unify U+6BC4.
tomo [Tue, 14 Mar 2000 03:35:07 +0000 (03:35 +0000)]
(M16668): Unify U+6BC4.
(M16673): Unify U+6BC5.

24 years ago(M25593): Separate U+7AAE.
tomo [Mon, 13 Mar 2000 10:15:52 +0000 (10:15 +0000)]
(M25593): Separate U+7AAE.

24 years ago(M24639): Separate U+7947.
tomo [Thu, 9 Mar 2000 05:52:04 +0000 (05:52 +0000)]
(M24639): Separate U+7947.

24 years ago(M8930): Separate J90-3522 and C3-3067.
tomo [Wed, 8 Mar 2000 10:19:56 +0000 (10:19 +0000)]
(M8930): Separate J90-3522 and C3-3067.

24 years ago(M14378): Add J{78|83}-347C.
tomo [Mon, 6 Mar 2000 11:32:57 +0000 (11:32 +0000)]
(M14378): Add J{78|83}-347C.

24 years ago(M13721): Unify U+65E2.
tomo [Mon, 6 Mar 2000 10:27:59 +0000 (10:27 +0000)]
(M13721): Unify U+65E2.

24 years ago(M13687): Unify U+65D7.
tomo [Mon, 6 Mar 2000 06:44:26 +0000 (06:44 +0000)]
(M13687): Unify U+65D7.
(M13694): Unify U+65D8.
(M13698): Unify U+65DA.

24 years ago(U+5371): Add J90-346D.
tomo [Mon, 6 Mar 2000 06:41:20 +0000 (06:41 +0000)]
(U+5371): Add J90-346D.

24 years ago(M22538): Unify U+764C.
tomo [Fri, 3 Mar 2000 11:06:06 +0000 (11:06 +0000)]
(M22538): Unify U+764C.
(M22542): Unify U+7650.

24 years ago(M41676'): Add J{78|83|90}-3459.
tomo [Fri, 3 Mar 2000 10:15:59 +0000 (10:15 +0000)]
(M41676'): Add J{78|83|90}-3459.

24 years ago(M23031): Unify U+76E2.
tomo [Fri, 3 Mar 2000 09:27:36 +0000 (09:27 +0000)]
(M23031): Unify U+76E2.
(M23032): Unify C1-6971.
(J90-3446): Add J{78|83}-3446 and K0-4A78.

24 years ago(M21643): Unify U+7518.
tomo [Fri, 3 Mar 2000 08:31:39 +0000 (08:31 +0000)]
(M21643): Unify U+7518.

24 years ago(M18253): New character.
tomo [Fri, 3 Mar 2000 07:46:15 +0000 (07:46 +0000)]
(M18253): New character.
(U+6F97): Unify C1-6D58; add J{83|90}-3442 and K0-4A55.

24 years ago(M16190): Unify U+6B52.
tomo [Fri, 3 Mar 2000 06:10:44 +0000 (06:10 +0000)]
(M16190): Unify U+6B52.
(M16197): Unify U+6B53.

24 years ago(M16107): Unify U+6B3E.
tomo [Thu, 2 Mar 2000 11:02:36 +0000 (11:02 +0000)]
(M16107): Unify U+6B3E.
(M16111): Unify U+6B3F.
(M16125): Unify U+6B40.
(M16126): Unify U+6B41.
(M16127): Unify U+6B42.

24 years ago(M13260): Add J{78|83}-343A; separate C1-5F56 and J90-343A.
tomo [Thu, 2 Mar 2000 10:08:41 +0000 (10:08 +0000)]
(M13260): Add J{78|83}-343A; separate C1-5F56 and J90-343A.

24 years ago(J90-3424): Add J{78|83}-3424.
tomo [Thu, 2 Mar 2000 08:24:47 +0000 (08:24 +0000)]
(J90-3424): Add J{78|83}-3424.

24 years ago(M30771): New character.
tomo [Thu, 2 Mar 2000 07:29:56 +0000 (07:29 +0000)]
(M30771): New character.
(U+82C5): Add J90-3423.
(U+85F2): Delete M15811; add C2-665A.

24 years ago(M43374): Separate U+9811.
tomo [Thu, 2 Mar 2000 05:11:09 +0000 (05:11 +0000)]
(M43374): Separate U+9811.

24 years ago(M28766): Separate U+7FEB.
tomo [Wed, 1 Mar 2000 12:17:45 +0000 (12:17 +0000)]
(M28766): Separate U+7FEB.

24 years ago(M8624'): Separate J{78|83}-3460.
tomo [Wed, 1 Mar 2000 11:31:05 +0000 (11:31 +0000)]
(M8624'): Separate J{78|83}-3460.

24 years ago(M36681): Separate J{78|83}-3453 and C1-5D4B.
tomo [Wed, 1 Mar 2000 10:38:15 +0000 (10:38 +0000)]
(M36681): Separate J{78|83}-3453 and C1-5D4B.

24 years ago(M28780): Separate U+7FF0.
tomo [Wed, 1 Mar 2000 09:49:54 +0000 (09:49 +0000)]
(M28780): Separate U+7FF0.

24 years ago(U+565B): Add J90-337A.
tomo [Wed, 1 Mar 2000 09:02:44 +0000 (09:02 +0000)]
(U+565B): Add J90-337A.

24 years ago(U+7AC3): Add J78-635E and J{83|90}-3376.
tomo [Wed, 1 Mar 2000 08:21:04 +0000 (08:21 +0000)]
(U+7AC3): Add J78-635E and J{83|90}-3376.

24 years ago(M15065): Separate U+691B.
tomo [Wed, 1 Mar 2000 07:10:36 +0000 (07:10 +0000)]
(M15065): Separate U+691B.
(U+691B): Add J{78|83|90}-3371.

24 years ago(M2112'): Add J90-3364.
tomo [Wed, 1 Mar 2000 06:07:34 +0000 (06:07 +0000)]
(M2112'): Add J90-3364.