X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=50784efe16886b78683d6c367bc5f1f59cf8fc04;hb=804a5635d07a9e0d8f72a251f1aa0423726efdd1;hp=c187d189d3f0d0543715a4a53e6d012c26da0207;hpb=a25639748cb6b7096ba1f500f6426ff5be7e8c5b;p=m17n%2Fm17n-db.git diff --git a/ChangeLog b/ChangeLog index c187d18..50784ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,330 @@ +2008-07-04 TAKAHASHI Naoto + + * FLT/TELU-OTF.flt: Add TELUGU LETTER TSA,DZA (U+0C58,U+0C59) and + TELUGU VOWEL SIGN VOCALIC L,LL (U+0C62,U+0C63). + + * FLT/ORYA-OTF.flt: Add ORIYA VOWEL SIGN VOCALIC + RR,L,LL (U+0B44,U+0B62,U+0B63). + + * FLT/DEVA-OTF.flt: Add DEVANAGARI LETTER CANDRA A (U+0972). + +2008-07-03 Kenichi Handa + + * MIM/unicode.mim (init): Use @-1 instead of @- to refer to the + previous character. + + * MIM/si-wijesekera-preedit.mim: Use @-1 instead of @- to refer to + the previous character. + + * MIM/cmc-kbd.mim: Use @-1 instead of @- to refer to the previous + character. + +2008-06-23 Kenichi Handa + + * Version 1.5.2 released. + +2008-06-13 Kenichi Handa + + * FORMATS/Dir.ja.txt (dir-description): Format fixed for man-page. + + * FORMATS/Dir.txt (dir-description): Format fixed for man-page. + +2008-06-04 TAKAHASHI Naoto + + * MIM/bo-ewts.mim: Fix typo in key string: ">" -> ")". + +2008-06-03 TAKAHASHI Naoto + + * MIM/sa-harvard-kyoto.mim: New file. + +2008-06-03 Kenichi Handa + + * FORMATS/IM.ja.txt: Delete invalid "@ifnot FOR-MAN". + +2008-05-30 TAKAHASHI Naoto + + * MIM/ta-itrans.mim: Add "sh" for U+0BB6 and "SRI" for the shrii + ligature. + +2008-05-30 Kenichi Handa + + * configure.ac: Versions changed to 1.5.2. + + * MIM/zh-tonepy.mim (state:init): Add `shift' to the branch action + of enter-fullwidth-mode and enter-single-fullwidth-mode. + + * MIM/zh-quick.mim (state:init): Add `shift' to the branch action + of enter-fullwidth-mode and enter-single-fullwidth-mode. + + * MIM/zh-py.mim (state:init): Add `shift' to the branch action of + enter-fullwidth-mode and enter-single-fullwidth-mode. + + * MIM/zh-cangjie.mim (state:init): Add `shift' to the branch + action of enter-fullwidth-mode and enter-single-fullwidth-mode. + + * MIM/ko-romaja.mim (state:init): Add `shift' to the branch action + of enter-fullwidth-mode and enter-single-fullwidth-mode. + (state:isolated-jamo-mode): Likewise. + + * MIM/cjk-util.mim (map:enter-fullwidth-mode): Don't shift. + (map:exit-fullwidth-mode, map:enter-single-fullwidth-mode): + Likewise. + (state:init): Add `shift' to the branch action of + exit-fullwidth-mode. + + * MIM/zh-util.mim (map:focus-move): New map. + (map:focus-change): Delete (input-focus-move). + (state:check-unod): Add branch `focus-move'. + (state:select): Likewise. + + * MIM/si-wijesekera.mim (map:misc): Delete "\\". + (map:join): New map. + (state:init): Add branch `join'. + + * MIM/fr-azerty.mim (map:left-square-bracket): Don't shift. + (map:left-curly-bracket): Don't shift. + (map:alt-2-7, map:ctrl-2-7): Deleted. + (map:alt-2, map:alt-7): New maps. + (state:init): Add `shift' to the branch actions of + `left-square-bracket' and `left-curly-bracket'. Delete branches + alt-2-7 and ctrl-2-7, add branches alt-2 and alt-7. + + * MIM/bo-ewts.mim (map:escape): Don't shift. Don't include "[". + (map:non-tibetan): New map. + (map:unicode): Don't shift. + (state:init): Add `shift' to the branch action of `escape'. + Include `non-tibetan' map. + (state:dispatch-escape): Add `shift' to the branch action of + `unicode'. + +2008-05-25 Kenichi Handa + + * MIM/vi-telex.mim (after-v, after-vc): Call handle-mark after + backspace. + + * MIM/vi-base.mim: Delete the second `description'. + +2008-05-14 TAKAHASHI Naoto + + * MIM/th-tis820.mim, MIM/th-pattachote.mim, MIM/th-kesmanee.mim, + MIM/si-wijesekera.mim: Move the "macro" section before "map". + +2008-03-06 TAKAHASHI Naoto + + * FLT/SINH-OTF.flt: Simplify "otf:sinh=+" to "=". + +2008-03-06 TAKAHASHI Naoto + + * FLT/SINH-OTF.flt: Simplify "otf:sinh=+" to "=". + +2008-01-30 Kenichi Handa + + * Version 1.5.1 released. + +2008-01-30 Kenichi Handa + + * configure.ac: Check the program msgfmt. + +2008-01-29 Kenichi Handa + + * MIM/vi-tcvn.mim (vowel-ext): Escape "(" by backslash in key + symbol names. + +2008-01-25 Kenichi Handa + + * MIM/vi-telex.mim (vowel-ext): Add more sequences. + + * icons/vi-tcvn.png: New file. + + * icons/cmc-kbd.png: New file. + + +2008-01-24 Kenichi Handa + + * MIM/Makefile.am (INPUT_METHOD): Add vi-base.mim and vi-tcvn.mim. + + * MIM/vi-tcvn.mim: New file. + + * MIM/vi-base.mim: New file. + + * MIM/vi-vni.mim: Fully re-written. + + * MIM/vi-viqr.mim: Fully re-written. + + * MIM/vi-telex.mim: Include vi-base.mim. + +2008-01-23 Kenichi Handa + + * MIM/vi-telex.mim (handle-mark): Don't delte the previous + character here. + (after-v): When a vowel is typed, adjust tone mark place. + (after-t): Delete the just inserted character before calling + handle-mark. + (init): Initialize SELECT to 0. + +2008-01-18 Kenichi Handa + + * icons/cmc-kbd.png: New file. + + * MIM/cmc-kbd.mim (title): Improved. + +2008-01-18 Kenichi Handa + + * MIM/cmc-kbd.mim: New file. + + * MIM/Makefile.am (INPUT_METHOD): Add cmc-kbd.mim. + + * FLT/CHAM-GENERIC.flt: Simplify the 1st stage. + +2008-01-17 Kenichi Handa + + * FLT/CHAM-GENERIC.flt: Categorize U+AA30 in prefix vowel. + +2008-01-15 Kenichi Handa + + * configure.ac: Version changed to 1.5.1. + +2008-01-11 Kenichi Handa + + * FLT/Makefile.am (FONT_LAYOUT_TABLE): Add CHAM-GENERIC.flt. + + * FLT/CHAM-GENERIC.flt: New file. + + * SCRIPT.tbl: Add cham, rename tay_viet to tai_viet. + + * generic.fst: Add cham, rename tay_viet to tai_viet. + + * SCRIPT.ext: Add cham, rename tay_viet to tai_viet. + +2008-01-08 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Accept "U+0905 U+0945" as a valid + sequence (mainly for Marathi). + +2008-01-07 Kenichi Handa + + * FLT/MYMR-MYAZEDI.flt: Fix the first stage to consume JWNJ. + +2007-12-28 Kenichi Handa + + * Version 1.5.0 released. + +2007-12-21 Kenichi Handa + + * FLT/TIBT-OTF.flt: Make a grapheme claster. + +2007-12-13 Kenichi Handa + + * FLT/COMBINING.flt: Apply the OpenType feature mkmk too. + +2007-12-13 TAKAHASHI Naoto + + * MIM/ja-trycode.mim: Add new definitions. + +2007-12-13 Kenichi Handa + + * FLT/THAI-TIS620.flt: Don't encode codes by itself. + + * configure.ac: Version changed to 1.5.0. + + * FLT/THAI-OTF.flt: Use U+25CC (DOTTED CIRCLE) if the font has it. + + * FLT/THAI-GENERIC.flt: Use U+25CC (DOTTED CIRCLE) if the font has + it. + + * FLT/THAI-NORASI.flt: Use U+25CC (DOTTED CIRCLE) if the font has + it. + +2007-12-07 Kenichi Handa + + * FLT/THAI-GENERIC.flt: Fix `font' line. + +2007-11-21 TAKAHASHI Naoto + + * FLT/*.flt: Move copying condition to the end. + +2007-11-12 Kenichi Handa + + * FLT/COMBINING.flt: New file. + + * FLT/Makefile.am (FONT_LAYOUT_TABLE): Add COMBINING.flt. + +2007-11-08 Kenichi Handa + + * FLT/DEVA-CDAC.flt: Fix typo; deve-cdac->deva-cdac. + +2007-10-19 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt, FLT/GUJR-OTF.flt: + Handle ZWJ correctly even if the current font does not contain it. + +2007-10-18 Kenichi Handa + + * icons/hi-typewriter.png: New file. + +2007-09-14 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt, FLT/GUJR-OTF.flt, FLT/MLYM-OTF.flt: + Fix regular expressions: ".+" -> "[^ ]+", ".*" -> "[^ ]*". + +2007-09-14 Kenichi Handa + + * FLT/DEVA-OTF.flt: Fix regular expressions: ".+" -> "[^ ]+". + +2007-09-13 TAKAHASHI Naoto + + * FLT/BENG-OTF.flt: + Render post-base vowel sign correctly after an independent vowel. + +2007-09-07 TAKAHASHI Naoto + + * FLT/GUJR-OTF.flt: Do not break a syllable after ZWJ. + +2007-09-04 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Remove ZWJ's _after_ 'vatu' and 'pres' are applied. + +2007-09-03 TAKAHASHI Naoto + + * FLT/DEVA-OTF.flt: Do not break a syllable after ZWJ. + Allow Eyelash RA only at the beginning of a syllable. + + * FLT/KHMR-OTF.flt: Simplify "otf:khmr=+" to "=". + +2007-08-24 TAKAHASHI Naoto + + * FLT/ARAB-OTF.flt: Specify OTF features explicitly. + +2007-08-23 TAKAHASHI Naoto + + * generic.fst (gurmukhi): Change the manodatory feature to blwf. + (telugu): Change the mandatory feature to blwf. + + * FLT/MLYM-OTF.flt: Change the mandatory feature to akhn. + +2007-08-23 Kenichi Handa + + * generic.fst (tay-viet): Fix format. + (malayalam): Change the mandatory feature to akhn. + +2007-08-22 TAKAHASHI Naoto + + * FLT/TELU-OTF.flt: Rewritten with new algorithm. + +2007-08-21 TAKAHASHI Naoto + + * MIM/bo-tcrc.mim: New file. + +2007-08-20 TAKAHASHI Naoto + + * FLT/BENG-OTF.flt: + Accept 'ya-phalaa' and 'vowel sign aa' after independent vowels. + 2007-08-17 TAKAHASHI Naoto * FLT/DEVA-OTF.flt, FLT/BENG-OTF.flt, FLT/GURU-OTF.flt, - FLT/GUJR-OTF.flt, FLT/ORYA-OTF.flt, FLT/TAML-OTF.flt, - FLT/KNDA-OTF.flt: Exclude syllables of the pattern ".*CN". + FLT/GUJR-OTF.flt, FLT/ORYA-OTF.flt, FLT/KNDA-OTF.flt: Exclude + syllables of the pattern ".*CN". * FLT/TAML-OTF.flt: Rewritten with new algorithm.