| author | Kenichi Handa <handa@gnu.org> | 2005年12月07日 04:54:50 +0000 |
|---|---|---|
| committer | Kenichi Handa <handa@gnu.org> | 2005年12月07日 04:54:50 +0000 |
| commit | 5fe5d4baf00fe729274684334fba1607a68ff699 (patch) | |
| tree | 57892d7d8a7ae55f11e02ddda4ee5e7d55990f57 | |
| parent | 4e4175d4f0c917a180f38a77eb91273f67f721d8 (diff) | |
| download | m17n-db-5fe5d4baf00fe729274684334fba1607a68ff699.tar.gz | |
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | Makefile.am | 3 | ||||
| -rw-r--r-- | NEWS | 21 |
@@ -1,3 +1,7 @@ +2005年12月07日 Kenichi Handa <handa@m17n.org> + + * Makefile.am (EXTRA_DIST): Add BLOCK.tab. + 2005年12月07日 TAKAHASHI Naoto <ntakahas@m17n.org> * si-wijesekera.mim: Use unhandle for backspace. @@ -112,7 +116,7 @@ * cjk-util.mim: Remove title, map (choose and change-candidate), state (init). - * zh-tonepy-gb, zh-tonepy-b5: New input methods. + * zh-tonepy-gb.mim, zh-tonepy-b5.mim: New input methods. 2005年10月22日 Kenichi Handa <handa@m17n.org> diff --git a/Makefile.am b/Makefile.am index bd72454..c166a92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,10 +30,11 @@ pkgdata_DATA = \ mdb.dir EXTRA_DIST = \ + mdb.dir \ ${FONT_LAYOUT_TABLE} \ ${INPUT_METHOD} \ ${MISC_TABLE} \ - mdb.dir \ + BLOCK.tab \ ${UNIDATA} \ mapconv compact.awk gb180302.awk gb180304.awk \ CHARTAB.awk NAME.awk LINEBREAK.awk \ @@ -13,6 +13,27 @@ For instance, the current mdb.dir file contains this single line: (input-method * "*.mim") instead of lines for each input methods. +** Several new input methods are added. + +bn-unijoy.mim (Bengali) +hi-typewriter.mim (Hindi) +lo-kbd.mim (Lao) +si-wijesekera.mim (Sinhalese) +sv-post.mim (Swedish) +vi-vni.mim (Vietnamese) +zh-cangjie.mim, zh-quick.mim (Chinese) +zh-py-b5.mim, zh-py-gb.mim (Chinese, restricted version of zh-py.mim) +zh-tonepy-b5.mim, zh-tonepy-gb.mim (Chinese, restricted version of zh-tone.mim) + +** Several new FLTs are added. + +ARAB-OTF-NO-GPOS.flt (Arabic) +KHMR-OTF.flt (Khmer) +LAOO-GENERIC.flt (Lao) +MLYM-RACHANA.flt (Malayalam) +THAI-GENERIC.flt (Thai) +TIBT-OTF.flt (Tibetan) + * Changes in the m17n database 1.2.0 |