X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c7135dd320ec4fb2fefff7d9e3ff8d88d347ed14;hb=d8022a6007fe6d97fb1808a69f41de51620585e4;hp=a5f51036875e76967485f58dd43a22692a6d8d37;hpb=b1b43f81b036ceaf91aab4dbf42abc9a07be0c28;p=m17n%2Fm17n-db.git diff --git a/ChangeLog b/ChangeLog index a5f5103..c7135dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,380 @@ +2007-07-13 Kenichi Handa + + * Version 1.4.0 released. + +2007-07-13 Kenichi Handa + + * generic.fst: Add an entry for tay_viet. + +2007-07-13 Kenichi Handa + + * configure.ac: Change versions to 1.4.0. + +2007-07-12 Kenichi Handa + + * MIM/grc-mizuochi.mim (description): Untabify. + +2007-07-10 Kenichi Handa + + * mdb.dir: Adjusted the entry for font layouters. + +2007-07-12 TAKAHASHI Naoto + + * FLT/KNDA-OTF.flt: Rewritten with new algorithm. + +2007-07-09 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Stop counting the number of pre-base glyphs + for matra movement. (Unable to distinguish halant form from half + form.) + +2007-07-06 TAKAHASHI Naoto + + * FLT/ORYA-OTF.flt: Add R, B and Y to the ZWJ movement. + +2007-07-04 TAKAHASHI Naoto + + * FLT/ORYA-OTF.flt: Compose consonant and nukta beforehand if + predefined. + + * FLT/BENG-OTF.flt: Rewritten for Unicode 5.0 with new algorithm. + +2007-06-29 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Put internal mark (Z) aftter the below form + consonant rather than after the base consonant. + +2007-06-28 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Rewritten with new algorithm for Unicode 5.0. + +2007-06-22 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Avoid applying OTF features over post-base mark (Z). + +2007-06-21 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Rewritten for Unicode 5.0. + +2007-06-20 Jens Petersen (tiny change) + + * MIM/da-post.mim: New file created by modifying sv-post.mim slightly. + +2007-06-15 Kenichi Handa + + * SCRIPT.tbl (tai_viet): Add this entry. + + * LANGDATA/LANGUAGE.awk (BEGIN): Fix regluar expression for + extracting an English name. + (/^[a-z][a-z][a-z]\|/): Don't modify English names extracted from + "en.lnm". + + * SCRIPT.ext: Change name tayviet -> tay_viet. + +2007-06-14 Kenichi Handa + + * bootstrap.sh: Adjusted for the directory structure change. + + * MIM/vi-telex.mim: Make documentations gettextize. + +2007-06-12 Kenichi Handa + + * MIM/vi-telex.mim (handle-mark): Fix condition. + +2007-06-11 Kenichi Handa + + * LANGDATA/Makefile.am (pkgdata_DATA): Cancel previous change. + (EXTRA_DIST): Cancel previous change. + + * MIM/vi-telex.mim (alphabet): Add uppercase letters. + +2007-06-10 Kenichi Handa + + * SCRIPT.awk (/^[0-9A-F]+\.\./): Fix regex for matching. + +2007-06-08 Kenichi Handa + + * MIM/vi-telex.mim: Code simplified. Handle temporary escaping + to English mode. + +2007-06-07 TAKAHASHI Naoto + + * FLT/TELU-OTF.flt: Follow Unicode 5.0. + RRA U+0C31 has below-base form. + ZWJ does not force below-base form. + +2007-06-06 TAKAHASHI Naoto + + * FLT/KNDA-OTF.flt: Exclude ZWNJ from output string. + +2007-06-05 TAKAHASHI Naoto + + * FLT/KNDA-OTF.flt: + Follow Unicode 5.0 specification of RA + ZWJ. + Support Nukta and vowel sign vocalic L & LL. + Change reference font to Kedage-n.ttf. + +2007-06-05 Kenichi Handa + + * LANGDATA/.cvsignore: Add LANGUAGE.tbl, lnconv.el. + + * configure.ac (LANGNAME_TABLES): New variable. AC_SUBST it. + (AC_CONFIG_FILES): Add FLT/Makefile, MIM/Makefile, LANGDATA/Makefile. + + * Makefile.am (SUBDIRS): Add LANGDATA. + (pkgdata_DATA): Remove ${LANGNAME} + (MISC_TABLE): Remove LANGUAGE.tbl. + (LANGNAME): Delete this variable. + (LANGUAGE.tbl, LANGNAME.en, LANGNAME.fr): Delete these targets. + + * LANGDATA/Makefile.am (pkgdata_DATA): Delete ${TABLES}. + (EXTRA_DIST): Remove this variable. + (dist_pkgdata_DATA): New variable. + (dist_noinst_SCRIPTS): New variable. + (native.ext): Don't use native.sh. + (CLEANFILES): New variable. + + * mdb.dir (language name): Change filename. + + * MIM/ja-anthy.mim (zen-nan): Fix valid value list. + + * MIM/vi-telex.mim: Big changes; tripple-vowel handling, escape + mode, control equivocal case by a customizable variable). + + * FLT/KHMR-OTF.flt: Just a cosmetic change. + +2007-05-31 Kenichi Handa + + * LANGDATA/Makefile.am: New file. + + * LANGDATA/LANGUAGE.awk: Moved from ../LANGUAGE.awk. Modified to + use native.ext. + + * LANGDATA/.cvsignore: New file. + + * LANGDATA/*.lnm: New files. + + * FLT/.cvsignore: New file. + +2007-05-29 TAKAHASHI Naoto + + * as-itrans.mim, bn-itrans.mim, gu-itrans.mim, hi-itrans.mim, + kn-itrans.mim, ml-itrans.mim, or-itrans.mim, pa-itrans.mim, + ta-itrans.mim, te-itrans.mim: Add keypad support. + + * *.flt: Moved to the FLT subdirectory. + + * *.mim: Moved to the MIM subdirectory. + +2007-05-29 Kenichi Handa + + * default.fst (thaana): Fix typo. + +2007-05-21 Kenichi Handa + + * generic.fst (tibetan): Fix previous typo. + +2007-05-16 TAKAHASHI Naoto + + * th-kesmanee-2.mim, th-pattachote-2.mim, th-tis820-2.mim: + Integrated into corresponding files and removed. + + * th-tis820.mim, th-pattachote.mim: Add new variable LEVEL. + Use state-list identical to kesmenee's. + + * th-kesmanee.mim: Add new variable LEVEL. + Sequence "FV3 + CONS" waits one more char before commit. + + * si-wijesekera-preedit.mim: Update copyright year. + +2007-05-11 Kenichi Handa + + * LANGNAME.awk: Escape '(' and ')' in regexp. Don't delete + "languages" from "Multiple languages". + +2007-05-10 Kenichi Handa + + * mdb.dir: Add an entry for "LANGNAME.*". + + * .cvsignore: Add LANGUAGE.tbl, LANGNAME.en, and LANGNAME.fr. + + * Makefile.am (pkgdata_DATA): Add ${LANGNAME}. + (LANGNAME): New variable. + (LANGUAGE.tbl, LANGNAME.en, LANGNAME.fr): New targets. + + * LANGUAGE.awk: New file. + + * LANGNAME.awk: New file. + + * LANGDATA/native.txt: New file. + + * LANGDATA/README: New file. + + * LANGDATA/ISO-639-2.txt: New file. + +2007-04-12 Kenichi Handa + + * bo-ewts.mim: New file. + + * Makefile.am (INPUT_METHOD): Add bo-ewts.mim. + +2007-04-11 Kenichi Handa + + * generic.fst (tibetan): Add a spec for OTF. + +2007-04-10 Kenichi Handa + + * bo-wylie.mim (vowel): Don't yield U+0F70 by "a". + +2007-04-09 TAKAHASHI Naoto + + * BENG-OTF.flt: ZWNJ divides two syllables. + +2007-03-30 Kenichi Handa + + * UNIDATA/CaseFolding.txt, UNIDATA/LineBreak.txt, + UNIDATA/PropList.txt, UNIDATA/Scripts.txt, UNIDATA/SpecialCasing.txt, + UNIDATA/WordBreakProperty.txt: Files udpated. + + * cjk-util.mim (fullwidth): Assign more currency signs to "$". + + * SCRIPT.ext: New file. + + * SCRIPT.awk: New file. + + * Makefile.am (INPUT_METHOD): Add fr-azerty.mim. + (SCRIPT.tab): Use SCRIPT.awk to generate it. + + * fr-azerty.mim: New file. + +2007-03-23 TAKAHASHI Naoto + + * si-wijesekera.mim: Adjust to new semantics of @-1, @-2, etc. + + * SINH-OTF.flt, si-wijesekera.mim: Enable repaya. + + * FORMATS/IM.txt, FORMATS/IM.ja.txt: + Update description of @-0, @-N, and @+N. + +2007-02-27 TAKAHASHI Naoto + + * ARAB.flt, ARAB-OTF.flt, ARAB-OTF-NO-GPOS.flt: Fix typo. + +2007-02-08 TAKAHASHI Naoto + + * FORMATS/IM-tut.txt: Fix typo. + +2007-02-05 TAKAHASHI Naoto + + * FORMATS/IM-tut.txt: Fix typo. + +2007-02-02 TAKAHASHI Naoto + + * FORMATS/IM-tut.txt: Fix typo. + +2007-02-01 Kenichi Handa + + * FORMATS/IM-tut.txt: New file. + +2007-01-19 TAKAHASHI Naoto + + * FORMATS/IM.txt: Elaborate on KEYSEQ in Input Method. + +2007-01-16 TAKAHASHI Naoto + + * sk-kbd.mim: Delete erroneous ("a" "ttt") from map. + +2006-12-15 Kenichi Handa + + * Makefile.am (CASE-C.tab): Use printf instead of print for + printing `\'. + +2006-12-07 TAKAHASHI Naoto + + * Update FSF postal address. + +2006-12-06 Kenichi Handa + + * Version 1.3.4 released. + + * FORMATS/CharsetList.ja.txt: Change doxygen tag to "ja". + +2006-12-05 Kenichi Handa + + * Makefile.am (INPUT_METHOD): Add si-wijesekera-preedit.mim. + +2006-12-05 TAKAHASHI Naoto + + * si-wijesekera-preedit.mim: + Renamed file. Formerly known as si-wijesekera-preedit2.mim. + + * si-wijesekera-preedit-alt.mim: + Renamed file. Formerly known as si-wijesekera-preedit.mim. + + * si-wijesekera.mim: Add a few description. + +2006-12-05 Kenichi Handa + + * icons/th-pattacgite-2.png, icons/th-pattachote-2.png: New icon file. + + * ru-kbd.mim: Add comment. Fix description. + + * icons/th-kesmanee-2.png, icons/th-pattacgite-2.png, icons/th-pattachote.png, icons/th-tis820-2.png, icons/th-tis820.png: + New icon files. + +2006-12-04 TAKAHASHI Naoto + + * ja-trycode.mim: Add URL for the usage. + + * Makefile.am (INPUT_METHOD): Add ja-trycode.mim + + * ja-trycode.mim: New file. + +2006-12-01 Kenichi Handa + + * Makefile.am (INPUT_METHOD): Add grc-mizuochi.mim and ug-kbd.mim. + +2006-11-30 TAKAHASHI Naoto + + * si-wijesekera-preedit2.mim: New file. + +2006-11-28 Kenichi Handa + + * global.mim: Gettextize decriptions. + + * .cvsignore: Add more files. + + * configure.ac: Call AM_GNU_GETTEXT with the arg "[external]". + + * Makefile.am (BLOCK.tab): New target. + + * ABOUT-NLS: Updated by gettextize. + + * BLOCK.tab: Updated from Blocks-5.0.0.txt. + +2006-11-28 gettextize + + * Makefile.am (EXTRA_DIST): Add config.rpath. + +2006-11-24 Kenichi Handa + + * Makefile.am (INPUT_METHOD): Change bopo-kbd.mim to + zh-bopomofo.mim. + +2006-11-21 TAKAHASHI Naoto + + * si-wijesekera-preedit.mim, grc-mizuochi.mim: New file + +2006-11-20 TAKAHASHI Naoto + + * ug-kbd.mim: New file. + +2006-11-16 Kenichi Handa + + * vi-telex.mim: Handle tone-cancellation key 'z'. Make Backspce + delete the previous character instead of undoing. Another fix for + double vowel. + 2006-11-16 TAKAHASHI Naoto * zh-bopomofo.mim: Renamed from bopo-kbd.mim to zh-bopomofo.mim. @@ -92,7 +469,7 @@ * th-kesmanee-2.mim, th-kesmanee.mim: Change title-text to THO THAHAN. -2006-09-02 Kenichi Handa +2006-09-02 Kenichi Handa * vi-telex.mim: Big change for supporting backspace well. @@ -107,7 +484,7 @@ * th-kesmanee.mim: Introduce WTT 2.0 level 1 input sequence correction. -2006-08-16 Mikiko Nisikimi +2006-08-16 Mikiko Nisikimi * FORMATS/CharsetList.ja.txt: japanese version added @@ -489,7 +866,7 @@ hr-kbd.mim: Fix typo. -2005-10-03 Kenichi Handa +2005-10-03 Kenichi Handa * vi-vni.mim: New input method. @@ -544,7 +921,7 @@ * KHMR-OTF.flt: Add (r)? after HR in Step 0. -2005-09-05 Kenichi Handa +2005-09-05 Kenichi Handa * generic.fst: New file. @@ -642,7 +1019,7 @@ * FORMATS/FLT.ja.txt: Fix the document. -2005-07-26 Kenichi Handa +2005-07-26 Kenichi Handa * ko-romaja.mim: Add more romanization keys. Use "I" for toggling isolated Jamo input mode. @@ -1275,5 +1652,5 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the m17n library; if not, write to the Free -Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -02111-1307, USA. +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA.