Use font-facility to check U+25CC's availability.
[m17n/m17n-db.git] / ChangeLog
1 2010-04-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
2
3         * FLT/SINH-OTF.flt: Follow the new Indic scripts' algorithm.
4
5 2010-03-30  Kenichi Handa  <handa@m17n.org>
6
7         * configure.ac: Versions changed to 1.6.0.
8
9         * Makefile.am (pkgdata_DATA): Add BLOCK.tab.
10         (CHAR_TABLE): Remove BLOCK.tab.
11         (BLOCK.tab): Delete this target.
12
13 2010-03-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
14
15         * FLT/DEVA-OTF.flt, FLT/GUR2-OTF.flt, FLT/GURU-OTF.flt:
16         Remove unused mnemonic.
17
18 2010-03-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
19
20         * FLT/MLYM-OTF.flt: Chillu characters form consonant clusters.
21
22 2010-03-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
23
24         * FLT/KNDA-OTF.flt, FLT/TELU-OTF.flt, FLT/TAML-OTF.flt,
25         FLT/GURU-OTF.flt: Rewritten to emulate the new OTF behaviour by
26         using old fonts.
27
28         * FLT/ORYA-OTF.flt, FLT/MLYM-OTF.flt, FLT/BENG-OTF.flt,
29         FLT/GUJR-OTF.flt, FLT/DEVA-OTF.flt: Include syllable final HJ to
30         otf part.
31
32 2010-03-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
33
34         * FLT/ORYA-OTF.flt (reorder): Add the patters JY and HJ before pstf.
35
36         * FLT/MLYM-OTF.flt (reorder): Add the patters JP and HJ before pstf.
37
38         * FLT/GUJR-OTF.flt (stage 1):
39         Use iteration rather than recursive for reordering.
40
41         * FLT/DEVA-OTF.flt (stage 2):
42         Use iteration rather than recursive for reordering.
43
44         * FLT/BENG-OTF.flt (stage 0):
45         Use font-facility to check KHANDA-TA's availability.
46         (reorder): Add the patterns JY and HJ before pstf.
47
48 2010-03-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
49
50         * FLT/MLYM-OTF.flt, FLT/ORYA-OTF.flt, FLT/GUJR-OTF.flt,
51         FLT/BENG-OTF.flt, FLT/DEVA-OTF.flt: Rewritten to emulate the new
52         OTF behaviour by using old fonts.
53
54 2010-03-19  Kenichi Handa  <handa@m17n.org>
55
56         * configure.ac: Versions changed to 1.6.0pre.
57
58         * po/ja.po, po/m17n-db.pot, po/vi.po: Re-generated.
59
60 2010-03-01  TAKAHASHI Naoto  <ntakahas@m17n.org>
61
62         * FLT/TML2-OTF.flt, FLT/TEL2-OTF.flt, FLT/ORY2-OTF.flt,
63         FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/GUR2-OTF.flt,
64         FLT/GJR2-OTF.flt, FLT/DEV2-OTF.flt, FLT/BNG2-OTF.flt: Use
65         font-facility to check U+25CC's availability.
66
67 2010-02-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
68
69         * FLT/MYMR-SIL.flt: Display non-spacing marks with DOTTED CIRCLE.
70
71 2010-02-26  Kenichi Handa  <handa@m17n.org>
72
73         * truetype.fst (myanmar): Add mymr-sil.
74
75         * default.fst (myanmar): Add mymr-sil.
76
77         * FLT/MYMR-SIL.flt: Add grapheme cluster boundaring.
78
79 2010-02-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
80
81         * generic.fst: Add mymr-sil for Myanmar.
82
83         * generic.fst: Add new oft's for Indic scripts.
84
85         * FLT/Makefile.am: More flt files.
86
87         * FLT/MYMR-SIL.flt: New file.
88
89 2010-02-18  Kenichi Handa  <handa@m17n.org>
90
91         * MIM/vi-telex.mim, MIM/vi-viqr.mim, MIM/vi-vni.mim,MIM/vi-tcvn.mim
92         (state:init): If surrounding text is not supported, shift to
93         after-c when an initial consonant is typed.
94         (state:after-c): New state.
95
96 2010-02-12  Kenichi Handa  <handa@m17n.org>
97
98         * UNIDATA/CaseFolding.txt, UNIDATA/copyright.html,
99         UNIDATA/LineBreak.txt, UNIDATA/PropList.txt, UNIDATA/README,
100         UNIDATA/Scripts.txt, UNIDATA/SpecialCasing.txt,
101         UNIDATA/UnicodeData.txt, UNIDATA/WordBreakProperty.txt: Updated.
102
103 2010-01-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
104
105         * SCRIPT.tbl: Add dev2, bng2, gur2, gjr2, ory2, tml2, tel2, knd2
106         and mlm2.
107
108         * FLT/MLM2-OTF.flt, FLT/KND2-OTF.flt, FLT/TEL2-OTF.flt,
109         FLT/TML2-OTF.flt, FLT/ORY2-OTF.flt, FLT/GJR2-OTF.flt,
110         FLT/GUR2-OTF.flt, FLT/BNG2-OTF.flt, FLT/DEV2-OTF.flt: New file.
111
112 2010-01-22  Kenichi Handa  <handa@m17n.org>
113
114         * MIM/si-samanala.png: Modified.
115
116         * MIM/si-wijesekera.png: Modified.
117
118 2010-01-21  Kenichi Handa  <handa@m17n.org>
119
120         * MIM/si-samanala.mim (title): Changed.
121
122 2009-12-08  Kenichi Handa  <handa@m17n.org>
123
124         * MIM/Makefile.am (INPUT_METHOD): Exclude
125         si-wijesekera-preedit.mim.
126
127 2009-12-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
128
129         * FLT/MLYM-OTF.flt: Add akhn in Stage 4 for lohit_ml.ttf.
130
131 2009-11-09  Ruddy  <kiru.pawnee@yahoo.fr>  (tiny change)
132
133         * MIM/lo-lrt.mim (map:vowel-simple): Add "hya" map.
134
135 2009-11-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
136
137         * MIM/si-wijesekera-preedit.mim: Removed.
138
139         * MIM/si-wijesekera.mim: Disable surrounding text by default.
140         Update information URL.
141
142 2009-10-28  Kenichi Handa  <handa@m17n.org>
143
144         * SCRIPT.tbl (devanagari): Add OTF script tag "dev2".
145
146 2009-10-21  Kenichi Handa  <handa@m17n.org>
147
148         * MIM/cmc-kbd.mim: Fix @+N notation.  Version set to 1.6.0.
149
150 2009-10-20  Kenichi Handa  <handa@m17n.org>
151
152         * FLT/Makefile.am (FONT_LAYOUT_TABLE): Delet KHMR-MULE.flt.
153
154 2009-10-15  Kenichi Handa  <handa@m17n.org>
155
156         * xfont.fst (khmer): Delete this script.
157
158         * default.fst (khmer): Delete the entry for mulekhmer-1 font.
159
160         * FLT/KHMR-MULE.flt: Delete it.
161
162 2009-09-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
163
164         * MIM/si-wijesekera.mim:
165         Merge si-wijesekera-preedit.mim to si-wijesekera.mim.
166
167 2009-09-03  Kenichi Handa  <handa@m17n.org>
168
169         * default.fst: Remove cdac entries.
170
171         * generic.fst: Remove cdac entries.
172
173 2009-09-02  Kenichi Handa  <handa@m17n.org>
174
175         * icons/ru-phonetic.png: New file.
176
177         * icons/zh-bopomofo.png: New file.
178
179 2009-07-28  Kenichi Handa  <handa@m17n.org>
180
181         * Version 1.5.5 released.
182
183 2009-07-28  Kenichi Handa  <handa@m17n.org>
184
185         * Makefile.am (EXTRA_DIST): Add bootstrap.sh.
186
187         * configure.ac: Versions changed to 1.5.5.
188
189 2009-07-14  Kenichi Handa  <handa@m17n.org>
190
191         * default.fst: Update URL for TibetanMachineUniAlpha.ttf.
192
193 2009-06-19  Kenichi Handa  <handa@m17n.org>
194
195         * MIM/vi-base.mim (smart-quotes): New map.
196
197         * MIM/vi-telex.mim (init): Add smart-quotes.
198
199         * MIM/vi-tcvn.mim (init): Add smart-quotes.
200
201         * MIM/vi-vni.mim (init): Add smart-quotes.
202
203 2009-04-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
204
205         * MIM/si-wijesekera-preedit-alt.mim: Deleted.
206
207         * MIM/Makefile.am: Remove si-wijesekera-preedit-alt.mim.
208
209 2009-03-11  TAKAHASHI Naoto  <ntakahas@m17n.org>
210
211         * MIM/unicode.mim:
212         Move the "title" section to the canonicalised position.
213
214 2009-03-02  Kenichi Handa  <handa@m17n.org>
215
216         * Version 1.5.4 released.
217
218 2009-03-02  Kenichi Handa  <handa@m17n.org>
219
220         * UNIDATA/CaseFolding.txt, UNIDATA/LineBreak.txt,
221         UNIDATA/PropList.txt, UNIDATA/Scripts.txt,
222         UNIDATA/SpecialCasing.txt, UNIDATA/UnicodeData.txt,
223         UNIDATA/WordBreakProperty.txt, UNIDATA/copyright.html: Updated.
224
225         * po/ja.po, po/m17n-db.pot, po/vi.po: Re-generated.
226
227 2009-02-25  Kenichi Handa  <handa@m17n.org>
228
229         * configure.ac: Versions changed to 1.5.4.
230
231 2009-01-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
232
233         * MIM/bn-itrans.mim: Modify the descrpition string for readability.
234
235         * MIM/fr-azerty.mim:
236         Correct the keyword ("documentation" -> "description").
237
238 2009-01-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
239
240         * MIM/ispell.mim, MIM/ug-kbd.mim, MIM/th-tis820.mim,
241         MIM/th-pattachote.mim, MIM/th-kesmanee.mim, MIM/ko-han2.mim,
242         MIM/ja-anthy.mim, MIM/bo-ewts.mim:
243         Canonicalise section orders.
244
245         * MIM/ja-trycode.mim: Add a new character.
246
247 2009-01-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
248
249         * MIM/Makefile.am (INPUT_METHOD): Add hi-typewriter.mim,
250         sa-harvard-kyoto.mim, si-wijesekera-preedit-alt.mim and
251         ta-lk-renganathan.mim
252
253 2009-01-05  Kenichi Handa  <handa@m17n.org>
254
255         * MIM/vi-viqr.mim (tone-mark): Fix the entries.
256
257 2008-12-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
258
259         * MIM/Makefile.am (INPUT_METHOD): Add bo-tcrc.mim.
260
261 2008-11-17  Kenichi Handa  <handa@m17n.org>
262
263         * FORMATS/Fontset.txt (FONT-SPEC): Add descripition of OTF-SPEC
264         and LANG-SPEC.
265
266 2008-10-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
267
268         * MIM/grc-mizuochi.mim:
269         Fix wrong input sequences (H?V -> H?v , HV? -> Hv?).
270
271 2008-10-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
272
273         * MIM/ta-lk-renganathan.mim: New file.
274
275 2008-10-20  Kenichi Handa  <handa@m17n.org>
276
277         * Version 1.5.3 released.
278
279 2008-10-20  Phan Anh Dung  <fanzung@gmail.com>  (tiny change)
280
281         * MIM/vi-telex.mim (map:consonant-ext): Don't check C-AFTER-V for
282         "dd".
283         (state:after-v, after-vc): New branch
284         ending-1st-notviet-consonant.
285
286 2008-10-20  Phan Anh Dung  <fanzung@gmail.com>  (tiny change)
287
288         * MIM/vi-base.mim (map:ending-1st-notviet-consonant) New map.
289
290 2008-10-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
291
292         * FLT/MLYM-OTF.flt: Interpret CHCHJ as CHCH J rather than CH CHJ.
293
294 2008-10-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
295
296         * FLT/MLYM-OTF.flt:
297         Do not move H for LA's below form.  Let the fonts hadle it.
298         Exclude chillu forms from the consonant group.
299
300 2008-10-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
301
302         * FLT/MLYM-OTF.flt: Move 'pres' from Stage 6 to Stage 4.
303
304 2008-10-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
305
306         * FLT/MLYM-OTF.flt:
307         Add ZWJ to the chillu sequence passed to the OTF driver.
308         Do not move syllable-final RA to the beginning.  Let the font handle it.
309
310 2008-09-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
311
312         * MIM/si-wijesekera.mim: Remove prototypes.
313
314         * MIM/ug-kbd.mim:
315         Change the constant representation "0x062c" to "0x062C".
316
317         * MIM/si-wijesekera-preedit-alt.mim:
318         Replace "+" in state names with "--".
319         Fix typo: "yansaka" -> "yansaya".
320         Remove the state "touch".
321
322 2008-09-24  Kenichi Handa  <handa@m17n.org>
323
324         * configure.ac: Versions changed to 1.5.3.
325
326 2008-09-19  Kenichi Handa  <handa@m17n.org>
327
328         * MIM/global.mim (-reload): Renamed from @reload.
329
330 2008-09-04  Kenichi Handa  <handa@m17n.org>
331
332         * FORMATS/IM.txt (variable list): Fixed.
333
334 2008-08-16  Kenichi Handa  <handa@m17n.org>
335
336         * FLT/THAI-OTF.flt (1st generator): On handling SARA-AM, keep,
337         glyph<->char correspondance.
338
339 2008-08-11  VAnhTu1987  <vanhtu1987@gmail.com>  (tiny change)
340
341         * MIM/vi-base.mim (ending-1st-consonant, ending-2nd-consonant):
342         New maps.
343
344         * MIM/vi-telex.mim (map:vowel-ext): Handling of "w" and "W" fixed.
345         (consonant-ext): Handling of "dd" and the variants fixed.
346         (init:consonant-or-tone-mark): Check invalid consonant starter.
347         (after-v:ending-1st-consonant): New branch.
348         (after-vc:consonant,consonant-ext): Deleted.
349         (after-vc:ending-2nd-consonant, vowel, vowel-ex): New branches.
350
351 2008-07-29  TAKAHASHI Naoto  <ntakahas@m17n.org>
352
353         * FORMATS/IM.txt: Fix a typo.
354
355 2008-07-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
356
357         * MIM/grc-mizuochi.mim (map): Remove duplicated "\\" and "^".
358
359 2008-07-25  Kenichi Handa  <handa@m17n.org>
360
361         * MIM/ja-anthy.mim (starter): Remove duplication.
362
363 2008-07-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
364
365         * FLT/MLYM-OTF.flt: Add new characters for Unicode 5.1.
366
367 2008-07-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
368
369         * FLT/ARAB-OTF.flt, FLT/ARAB-OTF-NO-GPOS.flt:
370         Add a number of characters for Unicode 5.1.
371
372 2008-07-15  Kenichi Handa  <handa@m17n.org>
373
374         * MIM/ko-han2.mim (L-or-T-head): Change key "fmd" to "fMd" to
375         avoid conflict with the other rules.
376
377 2008-07-14  Kenichi Handa  <handa@m17n.org>
378
379         * MIM/lo-lrt.mim: Change the mark name @tone to TONE.
380
381         * MIM/si-wijesekera-preedit.mim: Use @-1, not @-, to refer to the
382         previous character.
383
384         * MIM/bo-ewts.mim: Change the marker name @BEG to BEG.
385
386 2008-07-11  Kenichi Handa  <handa@m17n.org>
387
388         * MIM/zh-util.mim (change-candidate): Escape '[' and ']'.
389
390         * MIM/vi-tcvn.mim (misc): Escape '[', ']', and '#'.
391
392         * MIM/si-wijesekera-preedit.mim (independent): Escape "'".
393
394         * MIM/si-wijesekera-preedit-alt.mim (others): Escape "'".
395
396         * MIM/si-wijesekera.mim (misc): Escape "'".
397
398         * MIM/ja-anthy.mim (henkan-edit, change-candidate): Escape '[' and
399         ']'.
400
401         * MIM/bn-unijoy.mim (livekey): Escape '#'.
402
403         * MIM/ar-kbd.mim (generic): Escape '[' and ']'.
404
405 2008-07-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
406
407         * FLT/TELU-OTF.flt: Add TELUGU LETTER TSA,DZA (U+0C58,U+0C59) and
408         TELUGU VOWEL SIGN VOCALIC L,LL (U+0C62,U+0C63).
409
410         * FLT/ORYA-OTF.flt: Add ORIYA VOWEL SIGN VOCALIC
411         RR,L,LL (U+0B44,U+0B62,U+0B63).
412
413         * FLT/DEVA-OTF.flt: Add DEVANAGARI LETTER CANDRA A (U+0972).
414
415 2008-07-03  Kenichi Handa  <handa@m17n.org>
416
417         * MIM/unicode.mim (init): Use @-1 instead of @- to refer to the
418         previous character.
419
420         * MIM/si-wijesekera-preedit.mim: Use @-1 instead of @- to refer to
421         the previous character.
422
423         * MIM/cmc-kbd.mim: Use @-1 instead of @- to refer to the previous
424         character.
425
426 2008-06-23  Kenichi Handa  <handa@m17n.org>
427
428         * Version 1.5.2 released.
429
430 2008-06-13  Kenichi Handa  <handa@m17n.org>
431
432         * FORMATS/Dir.ja.txt (dir-description): Format fixed for man-page.
433
434         * FORMATS/Dir.txt (dir-description): Format fixed for man-page.
435
436 2008-06-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
437
438         * MIM/bo-ewts.mim: Fix typo in key string: ">" -> ")".
439
440 2008-06-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
441
442         * MIM/sa-harvard-kyoto.mim: New file.
443
444 2008-06-03  Kenichi Handa  <handa@m17n.org>
445
446         * FORMATS/IM.ja.txt: Delete invalid "@ifnot FOR-MAN".
447
448 2008-05-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
449
450         * MIM/ta-itrans.mim: Add "sh" for U+0BB6 and "SRI" for the shrii
451         ligature.
452
453 2008-05-30  Kenichi Handa  <handa@m17n.org>
454
455         * configure.ac: Versions changed to 1.5.2.
456
457         * MIM/zh-tonepy.mim (state:init): Add `shift' to the branch action
458         of enter-fullwidth-mode and enter-single-fullwidth-mode.
459
460         * MIM/zh-quick.mim (state:init): Add `shift' to the branch action
461         of enter-fullwidth-mode and enter-single-fullwidth-mode.
462
463         * MIM/zh-py.mim (state:init): Add `shift' to the branch action of
464         enter-fullwidth-mode and enter-single-fullwidth-mode.
465
466         * MIM/zh-cangjie.mim (state:init): Add `shift' to the branch
467         action of enter-fullwidth-mode and enter-single-fullwidth-mode.
468
469         * MIM/ko-romaja.mim (state:init): Add `shift' to the branch action
470         of enter-fullwidth-mode and enter-single-fullwidth-mode.
471         (state:isolated-jamo-mode): Likewise.
472
473         * MIM/cjk-util.mim (map:enter-fullwidth-mode): Don't shift.
474         (map:exit-fullwidth-mode, map:enter-single-fullwidth-mode):
475         Likewise.
476         (state:init): Add `shift' to the branch action of
477         exit-fullwidth-mode.
478
479         * MIM/zh-util.mim (map:focus-move): New map.
480         (map:focus-change): Delete (input-focus-move).
481         (state:check-unod): Add branch `focus-move'.
482         (state:select): Likewise.
483
484         * MIM/si-wijesekera.mim (map:misc): Delete "\\".
485         (map:join): New map.
486         (state:init): Add branch `join'.
487
488         * MIM/fr-azerty.mim (map:left-square-bracket): Don't shift.
489         (map:left-curly-bracket): Don't shift.
490         (map:alt-2-7, map:ctrl-2-7): Deleted.
491         (map:alt-2, map:alt-7): New maps.
492         (state:init): Add `shift' to the branch actions of
493         `left-square-bracket' and `left-curly-bracket'.  Delete branches
494         alt-2-7 and ctrl-2-7, add branches alt-2 and alt-7.
495
496         * MIM/bo-ewts.mim (map:escape): Don't shift.  Don't include "[".
497         (map:non-tibetan): New map.
498         (map:unicode): Don't shift.
499         (state:init): Add `shift' to the branch action of `escape'.
500         Include `non-tibetan' map.
501         (state:dispatch-escape): Add `shift' to the branch action of
502         `unicode'.
503
504 2008-05-25  Kenichi Handa  <handa@m17n.org>
505
506         * MIM/vi-telex.mim (after-v, after-vc): Call handle-mark after
507         backspace.
508
509         * MIM/vi-base.mim: Delete the second `description'.
510
511 2008-05-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
512
513         * MIM/th-tis820.mim, MIM/th-pattachote.mim, MIM/th-kesmanee.mim,
514         MIM/si-wijesekera.mim: Move the "macro" section before "map".
515
516 2008-03-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
517
518         * FLT/SINH-OTF.flt: Simplify "otf:sinh=+" to "=".
519
520 2008-01-30  Kenichi Handa  <handa@ni.aist.go.jp>
521
522         * Version 1.5.1 released.
523
524 2008-01-30  Kenichi Handa  <handa@ni.aist.go.jp>
525
526         * configure.ac: Check the program msgfmt.
527
528 2008-01-29  Kenichi Handa  <handa@ni.aist.go.jp>
529
530         * MIM/vi-tcvn.mim (vowel-ext): Escape "(" by backslash in key
531         symbol names.
532
533 2008-01-25  Kenichi Handa  <handa@ni.aist.go.jp>
534
535         * MIM/vi-telex.mim (vowel-ext): Add more sequences.
536
537         * icons/vi-tcvn.png: New file.
538
539         * icons/cmc-kbd.png: New file.
540
541
542 2008-01-24  Kenichi Handa  <handa@ni.aist.go.jp>
543
544         * MIM/Makefile.am (INPUT_METHOD): Add vi-base.mim and vi-tcvn.mim.
545
546         * MIM/vi-tcvn.mim: New file.
547
548         * MIM/vi-base.mim: New file.
549
550         * MIM/vi-vni.mim: Fully re-written.
551
552         * MIM/vi-viqr.mim: Fully re-written.
553
554         * MIM/vi-telex.mim: Include vi-base.mim.
555
556 2008-01-23  Kenichi Handa  <handa@ni.aist.go.jp>
557
558         * MIM/vi-telex.mim (handle-mark): Don't delte the previous
559         character here.
560         (after-v): When a vowel is typed, adjust tone mark place.
561         (after-t): Delete the just inserted character before calling
562         handle-mark.
563         (init): Initialize SELECT to 0.
564
565 2008-01-18  Kenichi Handa  <handa@ni.aist.go.jp>
566
567         * icons/cmc-kbd.png: New file.
568
569         * MIM/cmc-kbd.mim (title): Improved.
570
571 2008-01-18  Kenichi Handa  <handa@ni.aist.go.jp>
572
573         * MIM/cmc-kbd.mim: New file.
574
575         * MIM/Makefile.am (INPUT_METHOD): Add cmc-kbd.mim.
576
577         * FLT/CHAM-GENERIC.flt: Simplify the 1st stage.
578
579 2008-01-17  Kenichi Handa  <handa@ni.aist.go.jp>
580
581         * FLT/CHAM-GENERIC.flt: Categorize U+AA30 in prefix vowel.
582
583 2008-01-15  Kenichi Handa  <handa@ni.aist.go.jp>
584
585         * configure.ac: Version changed to 1.5.1.
586
587 2008-01-11  Kenichi Handa  <handa@ni.aist.go.jp>
588
589         * FLT/Makefile.am (FONT_LAYOUT_TABLE): Add CHAM-GENERIC.flt.
590
591         * FLT/CHAM-GENERIC.flt: New file.
592
593         * SCRIPT.tbl: Add cham, rename tay_viet to tai_viet.
594
595         * generic.fst: Add cham, rename tay_viet to tai_viet.
596
597         * SCRIPT.ext: Add cham, rename tay_viet to tai_viet.
598
599 2008-01-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
600
601         * FLT/DEVA-OTF.flt: Accept "U+0905 U+0945" as a valid
602         sequence (mainly for Marathi).
603
604 2008-01-07  Kenichi Handa  <handa@ni.aist.go.jp>
605
606         * FLT/MYMR-MYAZEDI.flt: Fix the first stage to consume JWNJ.
607
608 2007-12-28  Kenichi Handa  <handa@ni.aist.go.jp>
609
610         * Version 1.5.0 released.
611
612 2007-12-21  Kenichi Handa  <handa@ni.aist.go.jp>
613
614         * FLT/TIBT-OTF.flt: Make a grapheme claster.
615
616 2007-12-13  Kenichi Handa  <handa@ni.aist.go.jp>
617
618         * FLT/COMBINING.flt: Apply the OpenType feature mkmk too.
619
620 2007-12-13  TAKAHASHI Naoto  <ntakahas@m17n.org>
621
622         * MIM/ja-trycode.mim: Add new definitions.
623
624 2007-12-13  Kenichi Handa  <handa@ni.aist.go.jp>
625
626         * FLT/THAI-TIS620.flt: Don't encode codes by itself.
627
628         * configure.ac: Version changed to 1.5.0.
629
630         * FLT/THAI-OTF.flt: Use U+25CC (DOTTED CIRCLE) if the font has it.
631
632         * FLT/THAI-GENERIC.flt: Use U+25CC (DOTTED CIRCLE) if the font has
633         it.
634
635         * FLT/THAI-NORASI.flt: Use U+25CC (DOTTED CIRCLE) if the font has
636         it.
637
638 2007-12-07  Kenichi Handa  <handa@ni.aist.go.jp>
639
640         * FLT/THAI-GENERIC.flt: Fix `font' line.
641
642 2007-11-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
643
644         * FLT/*.flt: Move copying condition to the end.
645
646 2007-11-12  Kenichi Handa  <handa@m17n.org>
647
648         * FLT/COMBINING.flt: New file.
649
650         * FLT/Makefile.am (FONT_LAYOUT_TABLE): Add COMBINING.flt.
651
652 2007-11-08  Kenichi Handa  <handa@m17n.org>
653
654         * FLT/DEVA-CDAC.flt: Fix typo; deve-cdac->deva-cdac.
655
656 2007-10-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
657
658         * FLT/DEVA-OTF.flt, FLT/GUJR-OTF.flt:
659         Handle ZWJ correctly even if the current font does not contain it.
660
661 2007-10-18  Kenichi Handa  <handa@m17n.org>
662
663         * icons/hi-typewriter.png: New file.
664
665 2007-09-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
666
667         * FLT/DEVA-OTF.flt, FLT/GUJR-OTF.flt, FLT/MLYM-OTF.flt:
668         Fix regular expressions: ".+" -> "[^ ]+", ".*" -> "[^ ]*".
669
670 2007-09-14  Kenichi Handa  <handa@m17n.org>
671
672         * FLT/DEVA-OTF.flt: Fix regular expressions: ".+" -> "[^ ]+".
673
674 2007-09-13  TAKAHASHI Naoto  <ntakahas@m17n.org>
675
676         * FLT/BENG-OTF.flt:
677         Render post-base vowel sign correctly after an independent vowel.
678
679 2007-09-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
680
681         * FLT/GUJR-OTF.flt: Do not break a syllable after ZWJ.
682
683 2007-09-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
684
685         * FLT/DEVA-OTF.flt: Remove ZWJ's _after_ 'vatu' and 'pres' are applied.
686
687 2007-09-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
688
689         * FLT/DEVA-OTF.flt: Do not break a syllable after ZWJ.
690         Allow Eyelash RA only at the beginning of a syllable.
691
692         * FLT/KHMR-OTF.flt: Simplify "otf:khmr=+" to "=".
693
694 2007-08-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
695
696         * FLT/ARAB-OTF.flt: Specify OTF features explicitly.
697
698 2007-08-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
699
700         * generic.fst (gurmukhi): Change the manodatory feature to blwf.
701         (telugu): Change the mandatory feature to blwf.
702
703         * FLT/MLYM-OTF.flt: Change the mandatory feature to akhn.
704
705 2007-08-23  Kenichi Handa  <handa@m17n.org>
706
707         * generic.fst (tay-viet): Fix format.
708         (malayalam): Change the mandatory feature to akhn.
709
710 2007-08-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
711
712         * FLT/TELU-OTF.flt: Rewritten with new algorithm.
713
714 2007-08-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
715
716         * MIM/bo-tcrc.mim: New file.
717
718 2007-08-20  TAKAHASHI Naoto  <ntakahas@m17n.org>
719
720         * FLT/BENG-OTF.flt:
721         Accept 'ya-phalaa' and 'vowel sign aa' after independent vowels.
722
723 2007-08-17  TAKAHASHI Naoto  <ntakahas@m17n.org>
724
725         * FLT/DEVA-OTF.flt, FLT/BENG-OTF.flt, FLT/GURU-OTF.flt,
726         FLT/GUJR-OTF.flt, FLT/ORYA-OTF.flt, FLT/KNDA-OTF.flt: Exclude
727         syllables of the pattern ".*CN".
728
729         * FLT/TAML-OTF.flt: Rewritten with new algorithm.
730
731 2007-08-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
732
733         * FLT/GURU-OTF.flt: Apply haln feature in the final step.
734
735 2007-08-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
736
737         * FLT/GUJR-OTF.flt: Rewritten with new algorithm.
738
739 2007-08-13  TAKAHASHI Naoto  <ntakahas@m17n.org>
740
741         * FLT/GURU-OTF.flt: Rewritten with new algorithm.
742
743 2007-08-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
744
745         * FLT/ORYA-OTF.flt: Specify GPOS order explicitly.
746         Change "otf:orya=+" to "=".
747
748         * FLT/MLYM-OTF.flt: Specify GPOS order explicitly.
749         Change "otf:mlym=+" to "=".
750
751         * FLT/KNDA-OTF.flt: Specify GPOS order explicitly.
752         Change "otf:knda=+" to "=".
753
754         * FLT/DEVA-OTF.flt: Specify GPOS order explicitly.
755         Change "otf:deva=+" to "=".
756
757         * FLT/BENG-OTF.flt: Specify GPOS order explicitly.
758         Change "otf:beng=+" to "=".
759
760 2007-07-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
761
762         * FLT/MLYM-OTF.flt: Rewritten with new algorithm.
763
764 2007-07-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
765
766         * FLT/MLYM-OTF.flt: Rewritten with new algorithm.
767
768 2007-07-18  Kenichi Handa  <handa@m17n.org>
769
770         * Makefile.am (pkgconfigdir): Set to ${datadir}/pkgconfig.
771         (EXTRA_DIST): Add SCRIPT.awk and SCRIPT.ext.
772
773 2007-07-13  Kenichi Handa  <handa@m17n.org>
774
775         * Version 1.4.0 released.
776
777 2007-07-13  Kenichi Handa  <handa@m17n.org>
778
779         * generic.fst: Add an entry for tay_viet.
780
781 2007-07-13  Kenichi Handa  <handa@m17n.org>
782
783         * configure.ac: Change versions to 1.4.0.
784
785 2007-07-12  Kenichi Handa  <handa@m17n.org>
786
787         * MIM/grc-mizuochi.mim (description): Untabify.
788
789 2007-07-12  TAKAHASHI Naoto  <ntakahas@m17n.org>
790
791         * FLT/KNDA-OTF.flt: Rewritten with new algorithm.
792
793 2007-07-10  Kenichi Handa  <handa@m17n.org>
794
795         * mdb.dir: Adjusted the entry for font layouters.
796
797 2007-07-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
798
799         * FLT/DEVA-OTF.flt: Stop counting the number of pre-base glyphs
800         for matra movement.  (Unable to distinguish halant form from half
801         form.)
802
803 2007-07-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
804
805         * FLT/ORYA-OTF.flt: Add R, B and Y to the ZWJ movement.
806
807 2007-07-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
808
809         * FLT/ORYA-OTF.flt: Compose consonant and nukta beforehand if
810         predefined.
811
812         * FLT/BENG-OTF.flt: Rewritten for Unicode 5.0 with new algorithm.
813
814 2007-06-29  TAKAHASHI Naoto  <ntakahas@m17n.org>
815
816         * FLT/DEVA-OTF.flt: Put internal mark (Z) aftter the below form
817         consonant rather than after the base consonant.
818
819 2007-06-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
820
821         * FLT/DEVA-OTF.flt: Rewritten with new algorithm for Unicode 5.0.
822
823 2007-06-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
824
825         * FLT/DEVA-OTF.flt: Avoid applying OTF features over post-base mark (Z).
826
827 2007-06-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
828
829         * FLT/DEVA-OTF.flt: Rewritten for Unicode 5.0.
830
831 2007-06-20  Jens Petersen  <petersen@redhat.com>  (tiny change)
832
833         * MIM/da-post.mim: New file created by modifying sv-post.mim slightly.
834
835 2007-06-15  Kenichi Handa  <handa@m17n.org>
836
837         * SCRIPT.tbl (tai_viet): Add this entry.
838
839         * LANGDATA/LANGUAGE.awk (BEGIN): Fix regluar expression for
840         extracting an English name.
841         (/^[a-z][a-z][a-z]\|/): Don't modify English names extracted from
842         "en.lnm".
843
844         * SCRIPT.ext: Change name tayviet -> tay_viet.
845
846 2007-06-14  Kenichi Handa  <handa@m17n.org>
847
848         * bootstrap.sh: Adjusted for the directory structure change.
849
850         * MIM/vi-telex.mim: Make documentations gettextize.
851
852 2007-06-12  Kenichi Handa  <handa@m17n.org>
853
854         * MIM/vi-telex.mim (handle-mark): Fix condition.
855
856 2007-06-11  Kenichi Handa  <handa@m17n.org>
857
858         * LANGDATA/Makefile.am (pkgdata_DATA): Cancel previous change.
859         (EXTRA_DIST): Cancel previous change.
860
861         * MIM/vi-telex.mim (alphabet): Add uppercase letters.
862
863 2007-06-10  Kenichi Handa  <handa@m17n.org>
864
865         * SCRIPT.awk (/^[0-9A-F]+\.\./): Fix regex for matching.
866
867 2007-06-08  Kenichi Handa  <handa@m17n.org>
868
869         * MIM/vi-telex.mim: Code simplified.   Handle temporary escaping
870         to English mode.
871
872 2007-06-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
873
874         * FLT/TELU-OTF.flt: Follow Unicode 5.0.
875         RRA U+0C31 has below-base form.
876         ZWJ does not force below-base form.
877
878 2007-06-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
879
880         * FLT/KNDA-OTF.flt: Exclude ZWNJ from output string.
881
882 2007-06-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
883
884         * FLT/KNDA-OTF.flt:
885         Follow Unicode 5.0 specification of RA + ZWJ.
886         Support Nukta and vowel sign vocalic L & LL.
887         Change reference font to Kedage-n.ttf.
888
889 2007-06-05  Kenichi Handa  <handa@m17n.org>
890
891         * LANGDATA/.cvsignore: Add LANGUAGE.tbl, lnconv.el.
892
893         * configure.ac (LANGNAME_TABLES): New variable.  AC_SUBST it.
894         (AC_CONFIG_FILES): Add FLT/Makefile, MIM/Makefile, LANGDATA/Makefile.
895
896         * Makefile.am (SUBDIRS): Add LANGDATA.
897         (pkgdata_DATA): Remove ${LANGNAME}
898         (MISC_TABLE): Remove LANGUAGE.tbl.
899         (LANGNAME): Delete this variable.
900         (LANGUAGE.tbl, LANGNAME.en, LANGNAME.fr): Delete these targets.
901
902         * LANGDATA/Makefile.am (pkgdata_DATA): Delete ${TABLES}.
903         (EXTRA_DIST): Remove this variable.
904         (dist_pkgdata_DATA): New variable.
905         (dist_noinst_SCRIPTS): New variable.
906         (native.ext): Don't use native.sh.
907         (CLEANFILES): New variable.
908
909         * mdb.dir (language name): Change filename.
910
911         * MIM/ja-anthy.mim (zen-nan): Fix valid value list.
912
913         * MIM/vi-telex.mim: Big changes; tripple-vowel handling, escape
914         mode, control equivocal case by a customizable variable).
915
916         * FLT/KHMR-OTF.flt: Just a cosmetic change.
917
918 2007-05-31  Kenichi Handa  <handa@m17n.org>
919
920         * LANGDATA/Makefile.am: New file.
921
922         * LANGDATA/LANGUAGE.awk: Moved from ../LANGUAGE.awk.  Modified to
923         use native.ext.
924
925         * LANGDATA/.cvsignore: New file.
926
927         * LANGDATA/*.lnm: New files.
928
929         * FLT/.cvsignore: New file.
930
931 2007-05-29  TAKAHASHI Naoto  <ntakahas@m17n.org>
932
933         * as-itrans.mim, bn-itrans.mim, gu-itrans.mim, hi-itrans.mim,
934         kn-itrans.mim, ml-itrans.mim, or-itrans.mim, pa-itrans.mim,
935         ta-itrans.mim, te-itrans.mim: Add keypad support.
936
937         * *.flt: Moved to the FLT subdirectory.
938
939         * *.mim: Moved to the MIM subdirectory.
940
941 2007-05-29  Kenichi Handa  <handa@m17n.org>
942
943         * default.fst (thaana): Fix typo.
944
945 2007-05-21  Kenichi Handa  <handa@m17n.org>
946
947         * generic.fst (tibetan): Fix previous typo.
948
949 2007-05-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
950
951         * th-kesmanee-2.mim, th-pattachote-2.mim, th-tis820-2.mim:
952         Integrated into corresponding files and removed.
953
954         * th-tis820.mim, th-pattachote.mim: Add new variable LEVEL.
955         Use state-list identical to kesmenee's.
956
957         * th-kesmanee.mim: Add new variable LEVEL.
958         Sequence "FV3 + CONS" waits one more char before commit.
959
960         * si-wijesekera-preedit.mim: Update copyright year.
961
962 2007-05-11  Kenichi Handa  <handa@m17n.org>
963
964         * LANGNAME.awk: Escape '(' and ')' in regexp.  Don't delete
965         "languages" from "Multiple languages".
966
967 2007-05-10  Kenichi Handa  <handa@m17n.org>
968
969         * mdb.dir: Add an entry for "LANGNAME.*".
970
971         * .cvsignore: Add LANGUAGE.tbl, LANGNAME.en, and LANGNAME.fr.
972
973         * Makefile.am (pkgdata_DATA): Add ${LANGNAME}.
974         (LANGNAME): New variable.
975         (LANGUAGE.tbl, LANGNAME.en, LANGNAME.fr): New targets.
976
977         * LANGUAGE.awk: New file.
978
979         * LANGNAME.awk: New file.
980
981         * LANGDATA/native.txt: New file.
982
983         * LANGDATA/README: New file.
984
985         * LANGDATA/ISO-639-2.txt: New file.
986
987 2007-04-12  Kenichi Handa  <handa@m17n.org>
988
989         * bo-ewts.mim: New file.
990
991         * Makefile.am (INPUT_METHOD): Add bo-ewts.mim.
992
993 2007-04-11  Kenichi Handa  <handa@m17n.org>
994
995         * generic.fst (tibetan): Add a spec for OTF.
996
997 2007-04-10  Kenichi Handa  <handa@m17n.org>
998
999         * bo-wylie.mim (vowel): Don't yield U+0F70 by "a".
1000
1001 2007-04-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
1002
1003         * BENG-OTF.flt: ZWNJ divides two syllables.
1004
1005 2007-03-30  Kenichi Handa  <handa@m17n.org>
1006
1007         * UNIDATA/CaseFolding.txt, UNIDATA/LineBreak.txt,
1008         UNIDATA/PropList.txt, UNIDATA/Scripts.txt, UNIDATA/SpecialCasing.txt,
1009         UNIDATA/WordBreakProperty.txt: Files udpated.
1010
1011         * cjk-util.mim (fullwidth): Assign more currency signs to "$".
1012
1013         * SCRIPT.ext: New file.
1014
1015         * SCRIPT.awk: New file.
1016
1017         * Makefile.am (INPUT_METHOD): Add fr-azerty.mim.
1018         (SCRIPT.tab): Use SCRIPT.awk to generate it.
1019
1020         * fr-azerty.mim: New file.
1021
1022 2007-03-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
1023
1024         * si-wijesekera.mim: Adjust to new semantics of @-1, @-2, etc.
1025
1026         * SINH-OTF.flt, si-wijesekera.mim: Enable repaya.
1027
1028         * FORMATS/IM.txt, FORMATS/IM.ja.txt:
1029         Update description of @-0, @-N, and @+N.
1030
1031 2007-02-27  TAKAHASHI Naoto  <ntakahas@m17n.org>
1032
1033         * ARAB.flt, ARAB-OTF.flt, ARAB-OTF-NO-GPOS.flt: Fix typo.
1034
1035 2007-02-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
1036
1037         * FORMATS/IM-tut.txt: Fix typo.
1038
1039 2007-02-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1040
1041         * FORMATS/IM-tut.txt: Fix typo.
1042
1043 2007-02-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
1044
1045         * FORMATS/IM-tut.txt: Fix typo.
1046
1047 2007-02-01  Kenichi Handa  <handa@m17n.org>
1048
1049         * FORMATS/IM-tut.txt: New file.
1050
1051 2007-01-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
1052
1053         * FORMATS/IM.txt: Elaborate on KEYSEQ in Input Method.
1054
1055 2007-01-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
1056
1057         * sk-kbd.mim: Delete erroneous ("a" "ttt") from map.
1058
1059 2006-12-15  Kenichi Handa  <handa@m17n.org>
1060
1061         * Makefile.am (CASE-C.tab): Use printf instead of print for
1062         printing `\'.
1063
1064 2006-12-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
1065
1066         * Update FSF postal address.
1067
1068 2006-12-06  Kenichi Handa  <handa@m17n.org>
1069
1070         * Version 1.3.4 released.
1071
1072         * FORMATS/CharsetList.ja.txt: Change doxygen tag to "ja".
1073
1074 2006-12-05  Kenichi Handa  <handa@m17n.org>
1075
1076         * Makefile.am (INPUT_METHOD): Add si-wijesekera-preedit.mim.
1077
1078 2006-12-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1079
1080         * si-wijesekera-preedit.mim:
1081         Renamed file.  Formerly known as si-wijesekera-preedit2.mim.
1082
1083         * si-wijesekera-preedit-alt.mim:
1084         Renamed file.  Formerly known as si-wijesekera-preedit.mim.
1085
1086         * si-wijesekera.mim: Add a few description.
1087
1088 2006-12-05  Kenichi Handa  <handa@m17n.org>
1089
1090         * icons/th-pattacgite-2.png, icons/th-pattachote-2.png: New icon file.
1091
1092         * ru-kbd.mim: Add comment.  Fix description.
1093
1094         * icons/th-kesmanee-2.png, icons/th-pattacgite-2.png, icons/th-pattachote.png, icons/th-tis820-2.png, icons/th-tis820.png:
1095         New icon files.
1096
1097 2006-12-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
1098
1099         * ja-trycode.mim: Add URL for the usage.
1100
1101         * Makefile.am (INPUT_METHOD): Add ja-trycode.mim
1102
1103         * ja-trycode.mim: New file.
1104
1105 2006-12-01  Kenichi Handa  <handa@m17n.org>
1106
1107         * Makefile.am (INPUT_METHOD): Add grc-mizuochi.mim and ug-kbd.mim.
1108
1109 2006-11-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
1110
1111         * si-wijesekera-preedit2.mim: New file.
1112
1113 2006-11-28  Kenichi Handa  <handa@m17n.org>
1114
1115         * global.mim: Gettextize decriptions.
1116
1117         * .cvsignore: Add more files.
1118
1119         * configure.ac: Call AM_GNU_GETTEXT with the arg "[external]".
1120
1121         * Makefile.am (BLOCK.tab): New target.
1122
1123         * ABOUT-NLS: Updated by gettextize.
1124
1125         * BLOCK.tab: Updated from Blocks-5.0.0.txt.
1126
1127 2006-11-28  gettextize  <bug-gnu-gettext@gnu.org>
1128
1129         * Makefile.am (EXTRA_DIST): Add config.rpath.
1130
1131 2006-11-24  Kenichi Handa  <handa@m17n.org>
1132
1133         * Makefile.am (INPUT_METHOD): Change bopo-kbd.mim to
1134         zh-bopomofo.mim.
1135
1136 2006-11-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
1137
1138         * si-wijesekera-preedit.mim, grc-mizuochi.mim: New file
1139
1140 2006-11-20  TAKAHASHI Naoto  <ntakahas@m17n.org>
1141
1142         * ug-kbd.mim: New file.
1143
1144 2006-11-16  Kenichi Handa  <handa@m17n.org>
1145
1146         * vi-telex.mim: Handle tone-cancellation key 'z'.  Make Backspce
1147         delete the previous character instead of undoing.  Another fix for
1148         double vowel.
1149
1150 2006-11-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
1151
1152         * zh-bopomofo.mim: Renamed from bopo-kbd.mim to zh-bopomofo.mim.
1153
1154 2006-10-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
1155
1156         * th-kesmanee.mim: Merge the surrounding text version and the
1157         preedit version.
1158
1159 2006-10-30  Kenichi Handa  <handa@m17n.org>
1160
1161         * vi-telex.mim: Another fix for double vowel.
1162
1163 2006-10-26  Kenichi Handa  <handa@m17n.org>
1164
1165         * vi-telex.mim (after-vc): Fix typo: d-var -> d-bar.
1166
1167 2006-10-20  Kenichi Handa  <handa@m17n.org>
1168
1169         * vi-telex.mim: Fix for double vowels and double consonants.
1170
1171 2006-10-19  Kenichi Handa  <handa@m17n.org>
1172
1173         * vi-telex.mim: Full rewrite to allow typing diacritical marks
1174         at the end of syllable.
1175
1176 2006-10-02  Kenichi Handa  <handa@m17n.org>
1177
1178         * MLYM-RACHANA.flt: Add pad for a combining character appearing by
1179         itself.
1180
1181 2006-09-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1182
1183         * si-wijesekera.mim: Change the title string.
1184         Change combuva -> kombuva.
1185
1186 2006-09-26  Kenichi Handa  <handa@m17n.org>
1187
1188         * kk-arabic.mim: Augment description.
1189
1190         * ko-han2.mim: Comment improved.
1191
1192         * FORMATS/IM.ja.txt: Add description about gettext.
1193
1194         * FORMATS/IM.txt: Add description about gettext.
1195
1196 2006-09-22  Kenichi Handa  <handa@m17n.org>
1197
1198         * configure.ac: Change versions to 1.3.4.  Call AM_GNU_GETTEXT.
1199
1200         * bootstrap.sh: Call aclocal with "-I m4".  Produce
1201         po/POTFILES.in.
1202
1203         * unicode.mim: Gettextize decriptions.
1204
1205         * po, m4: New directories.
1206
1207 2006-09-21  gettextize  <bug-gnu-gettext@gnu.org>
1208
1209         * Makefile.am (SUBDIRS): Add po.
1210         (ACLOCAL_AMFLAGS): New variable.
1211         (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog.
1212         * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
1213
1214 2006-09-15  Kenichi Handa  <handa@m17n.org>
1215
1216         * UNIDATA/UnicodeData.txt: Updated.
1217
1218 2006-09-07  Kenichi Handa  <handa@m17n.org>
1219
1220         * unicode.mim (prompt): New variable.
1221         (start): New command.
1222
1223         * global.mim: New file.
1224
1225         * Makefile.am (INPUT_METHOD): Delete command.mim and
1226         variable.mim.  Add global.mim.
1227
1228 2006-09-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
1229
1230         * th-tis820-2.mim: Change title-text to KHO THAHAN.
1231         Include tis820 state instead of tis820 map and kesmanee state.
1232
1233         * th-tis820.mim: Change title-text to KHO THAHAN.
1234         Copy state-list rather than including.
1235
1236         * th-pattachote-2.mim: Change title-text to KHO THAHAN.
1237         Include pattachote state instead of pattachote map and kesmanee state.
1238
1239         * th-pattachote.mim: Change title-text to KHO THAHAN.
1240         Copy state-list rather than including.
1241
1242         * th-kesmanee-2.mim, th-kesmanee.mim: Change title-text to THO THAHAN.
1243
1244 2006-09-02  Kenichi Handa  <handa@m17n.org>
1245
1246         * vi-telex.mim: Big change for supporting backspace well.
1247
1248 2006-08-29  TAKAHASHI Naoto  <ntakahas@m17n.org>
1249
1250         * Makefile.am: Add th-kesmanee-2.mim, th-pattachote.mim,
1251         th-pattachote-2.mim, th-tis820.mim, and th-tis820-2.mim.
1252
1253         * th-tis820-2.mim, th-tis820.mim, th-pattachote-2.mim,
1254         th-pattachote.mim, th-kesmanee-2.mim: New input methods.
1255
1256         * th-kesmanee.mim: Introduce WTT 2.0 level 1 input sequence
1257         correction.
1258
1259 2006-08-16  Mikiko Nisikimi  <nisikimi@m17n.org>
1260
1261         * FORMATS/CharsetList.ja.txt: japanese version added
1262
1263 2006-07-26  TAKAHASHI Naoto  <ntakahas@m17n.org>
1264
1265         * THAI-OTF.flt: Elaborate category.
1266
1267 2006-07-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
1268
1269         * THAI-OTF.flt: New file.
1270
1271         * LAOO-OTF.flt: Simplify category.  Add syllable segmentation.
1272
1273         * truetype.fst, mdb.dir, Makefile.am: Add an entry for Thai OTF.
1274
1275 2006-07-24  Theppitak Karoonboonyanan  <thep@linux.thai.net>  (tiny change)
1276
1277         * th-kesmanee.mim: Several keys fixed.
1278
1279 2006-07-21  Kenichi Handa  <handa@m17n.org>
1280
1281         * generic.fst: Add an entry for Thai OTF.
1282
1283 2006-07-14  Kenichi Handa  <handa@m17n.org>
1284
1285         * SCRIPT.tbl (arabic):  Delete #x656, add #x621.
1286
1287 2006-07-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
1288
1289         * LAOO-OTF.flt, mdb.dir, default.fst, truetype.fst, Makefile.am:
1290         Add support for Lao OTF.        
1291
1292 2006-07-10  Kenichi Handa  <handa@m17n.org>
1293
1294         * ru-phonetic.mim: New input method.
1295
1296         * Makefile.am (INPUT_METHOD): Add ru-phonetic.mim.
1297
1298 2006-07-03  Kenichi Handa  <handa@m17n.org>
1299
1300         * SCRIPT.tbl: Fix typos (#XXXX -> #xXXXX).
1301
1302 2006-06-30  Kenichi Handa  <handa@m17n.org>
1303
1304         * SCRIPT.tbl (greek): Add representative characters.
1305
1306         * LANGUAGE.tbl (ja): Change representative characters.
1307
1308 2006-06-23  Kenichi Handa  <handa@m17n.org>
1309
1310         * mdb.dir: Add an entry for SCRIPT.tbl.
1311
1312         * SCRIPT-OTF.tbl: Add tailing spaces if necessary.
1313
1314         * Makefile.am (MISC_TABLE): Add SCRIPT.tbl.
1315
1316         * SCRIPT.tbl: New file.
1317
1318 2006-05-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
1319
1320         * KHMR-OTF.flt: Fix typo.
1321
1322 2006-05-23  Kenichi Handa  <handa@m17n.org>
1323
1324         * unicode.mim: Shorten the first line of description.
1325
1326         * syrc-phonetic.mim: Add period in the first line of description.
1327
1328         * vi-vni.mim: Add period in the first line of description.
1329
1330         * latn-post.mim: Fix typo (decsription->description).
1331
1332 2006-02-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1333
1334         * ta-itrans.mim: Fix bug for "J" and "z" in the consonant map.
1335
1336 2006-02-27  TAKAHASHI Naoto  <ntakahas@m17n.org>
1337
1338         * ARAB-OTF.flt, ARAB-OTF-NO-GPOS.flt: Update for Unicode 4.1.
1339
1340 2006-02-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
1341
1342         * si-wijesekera.mim: Add Delete handling.
1343         Use <= and >= rather than < and > when appropriate.
1344
1345 2006-02-22  Kenichi Handa  <handa@m17n.org>
1346
1347         * configure.ac: Change versions to 1.3.3.
1348
1349 2006-02-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
1350
1351         * si-wijesekera.mim: Fix bug in BackSpace handling.
1352
1353 2006-02-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
1354
1355         * hi-itrans.mim, kn-itrans.mim, ml-itrans.mim, ta-itrans.mim,
1356         te-itrans.mim: Add ("E") in the starter map.  Add "ee" and "oo"
1357         for "E" and "O" in the independent and dependent maps.
1358
1359 2006-02-06  Kenichi Handa  <handa@m17n.org>
1360
1361         * Version 1.3.2 released.
1362
1363 2006-02-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
1364
1365         * default.fst, truetype.fst: Add kedage and mallige for Kannada.
1366
1367         * gu-itrans.mim, kn-itrans.mim, ta-itrans.mim, bn-itrans.mim,
1368         hi-itrans.mim, pa-itrans.mim, te-itrans.mim: Follow ITRANS
1369         official page.
1370
1371         * as-itrans.mim, gu-itrans.mim, kn-itrans.mim, or-itrans.mim,
1372         ta-itrans.mim, bn-itrans.mim, hi-itrans.mim, ml-itrans.mim,
1373         pa-itrans.mim, te-itrans.mim: Remove the "finish" state and change
1374         mode to emacs-lisp.
1375
1376 2006-02-03  Kenichi Handa  <handa@m17n.org>
1377
1378         * xfont.fst (cyrillic): Add microsoft-cp1251.
1379
1380         * default.fst (cyrillic): Add microsoft-cp1251.
1381
1382         * configure.ac: Change versions to 1.3.2.
1383
1384 2006-02-01  TAKAHASHI Naoto  <ntakahas@m17n.org>
1385
1386         * TAML-OTF.flt: Add special ligature SRI.
1387
1388 2006-02-01  Kenichi Handa  <handa@m17n.org>
1389
1390         * MYMR-MYAZEDI.flt: Fix glyph substitutions for U+1014 and
1391         U+101B.  Adjust position of wide subconsonants.
1392
1393 2006-01-17  TAKAHASHI Naoto  <ntakahas@m17n.org>
1394
1395         * si-samanala.mim: Remove the "final" state.
1396         Merge the "sign" map with "independent".
1397         Change reference URL.
1398
1399 2006-01-16  Kenichi Handa  <handa@m17n.org>
1400
1401         * Version 1.3.1 released.
1402
1403 2006-01-16  Kenichi Handa  <handa@m17n.org>
1404
1405         * Makefile.am (pkgconfigdir, pkgconfig_DATA): New variables.
1406
1407         * m17n-db.pc.in: New file.
1408
1409         * configure.ac: Change versions to 1.3.1.  Add m17n-db.pc in
1410         AC_CONFIG_FILES.
1411
1412         * ja-anthy.mim (choose): New map.
1413         (init): Handle choose.
1414
1415 2006-01-06  Kenichi Handa  <handa@m17n.org>
1416
1417         * ko-han2.mim (init): Initialize L to 0.
1418
1419 2006-01-05  Kenichi Handa  <handa@m17n.org>
1420
1421         * latn-pre.mim: Fix typo; decsription->description
1422
1423         * command.mim: Escape numbers by '\' to make them symbols.
1424
1425         * ko-han2.mim: Fix handling of Backspace key.
1426
1427 2005-12-22  Kenichi Handa  <handa@m17n.org>
1428
1429         * Version 1.3.0 released.
1430
1431 2005-12-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
1432
1433         * ORYA-OTF.flt: Add pres in step 5 for workaround.
1434
1435 2005-12-20  TAKAHASHI Naoto  <ntakahas@m17n.org>
1436
1437         * ORYA-OTF.flt: Stricter check in Step 4.
1438
1439 2005-12-20  Kenichi Handa  <handa@m17n.org>
1440
1441         * Makefile.am (SUBDIRS): Add icons.
1442         (INPUT_METHOD): Add ru-kbd.mim.
1443
1444         * configure.ac: Setup the var ICONS.  Add icons/Makefile in
1445         AC_CONFIG_FILES.
1446
1447         * icons: New directory and new icon image files in it.
1448
1449         * FORMATS/*.png, FORMATS/*.eps: Moved to m17n-docs package.
1450
1451 2005-12-07  Kenichi Handa  <handa@m17n.org>
1452
1453         * Makefile.am (EXTRA_DIST): Add BLOCK.tab.
1454
1455 2005-12-07  TAKAHASHI Naoto  <ntakahas@m17n.org>
1456
1457         * si-wijesekera.mim: Use unhandle for backspace.
1458
1459 2005-12-05  Kenichi Handa  <handa@m17n.org>
1460
1461         * mdb.dir: Add an entry for BLOCK.tab.
1462
1463         * lo-kbd.mim: New file.
1464
1465         * Makefile.am (INPUT_METHOD): Add lo-kbd.mim.
1466
1467         * LAOO-GENERIC.flt: Fix previous change.
1468
1469         * THAI-GENERIC.flt: Improve handling of tall consonants and SARA
1470         AM.
1471
1472 2005-12-02  Kenichi Handa  <handa@m17n.org>
1473
1474         * Makefile.am (CHAR_TABLE): Add BLOCK.tab.
1475
1476         * BLOCK.tab: New file.
1477
1478         * LANGUAGE.tbl (zh): Add extra characters.
1479         (ja): Likewise.
1480
1481         * generic.fst: Fix the entry for khmer, add entries for hiragana
1482         and katakana.
1483
1484         * LAOO-GENERIC.flt: Improve handling of tall consonants and vowel AM.
1485
1486         * LAOO-ALICE.flt: Fix previous change.
1487
1488 2005-11-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1489
1490         * si-wijesekera.mim: Disable repaya.  Fix typo.
1491
1492 2005-11-26  Kenichi Handa  <handa@m17n.org>
1493
1494         * LAOO-ALICE.flt: Improve handling of tall consonants and vowel AM.
1495
1496 2005-11-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
1497
1498         * SINH-OTF.flt: Support 0x0DDC + 0x0DCA -> 0x0DDD.
1499
1500 2005-11-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
1501
1502         * Makefile.am: Add si-wijesekera.mim.
1503
1504         * si-wijesekera.mim: New file.
1505
1506         * SINH-OTF.flt: Suppress repaya form.
1507
1508 2005-11-21  Kenichi Handa  <handa@m17n.org>
1509
1510         * command.mim: New file.
1511
1512         * Makefile.am (INPUT_METHOD): Include command.mim.
1513         (MISC_TABLE): Don't include im-cmd.tbl.
1514
1515         * ja-anthy.mim: Use global command convert and commit.
1516
1517         * unicode.mim (backspace): New map.
1518         (init-hex): Use cond and expressions.
1519
1520         * mdb.dir: Delete an entry for "im-cmd.tbl".
1521
1522 2005-11-08  Kenichi Handa  <handa@m17n.org>
1523
1524         * zh-py.mim, zh-tonepy.mim, zh-quick.mim, zh-cangjie.mim: Don't
1525         initialize candidates-group-size.
1526
1527         * zh-tonepy-b5.mim, zh-tonepy-gb.mim, zh-py-gb.mim, zh-py-b5.mim:
1528         Don't initialize candidates-group-size, give nil documemnt to
1529         candidates-charset.
1530
1531 2005-11-01  Kenichi Handa  <handa@m17n.org>
1532
1533         * zh-py.mim, zh-tonepy.mim: Reorder characters by frequency
1534         information in Unihan database.
1535
1536         * Makefile.am (INPUT_METHOD): Add zh-cangjie.mim, zh-quick.mim,
1537         and variable.mim.
1538
1539         * zh-cangjie.mim, zh-quick.mim: New files.
1540
1541         * variable.mim: New file.
1542
1543 2005-10-28  Kenichi Handa  <handa@m17n.org>
1544
1545         * zh-tonepy.mim: Remove maps (backspace, return focus-change) and
1546         states (check-undo, select).  Include zh-util.mim.  Add
1547         variable (candidates-group-size).
1548
1549         * ko-romaja.mim (Backspace): Undo only when the current key
1550         sequence is not empty.  Otherwise unhandle it.
1551
1552 2005-10-28  TAKAHASHI Naoto  <ntakahas@m17n.org>
1553
1554         * syrc-phonetic.mim, bn-unijoy.mim, dv-phonetic.mim: Change M- to A-.
1555
1556 2005-10-26  Kenichi Handa  <handa@m17n.org>
1557
1558         * Makefile.am (INPUT_METHOD): Add zh-tonepy-gb.mim,
1559         zh-tonepy-b5.mim, and zh-util.mim.
1560
1561         * ko-romaja.mim: Include all states of cjk-util.
1562
1563         * zh-py.mim: Remove maps (backspace, return focus-change) and
1564         states (check-undo, select).  Include zh-util.
1565
1566         * zh-util.mim: New file.
1567
1568         * cjk-util.mim: Remove title, map (choose and change-candidate),
1569         state (init).
1570
1571         * zh-tonepy-gb.mim, zh-tonepy-b5.mim: New input methods.
1572
1573 2005-10-22  Kenichi Handa  <handa@m17n.org>
1574
1575         * m17n-db.in: Handle wildcard entry.
1576
1577 2005-10-20  Kenichi Handa  <handa@m17n.org>
1578
1579         * ja-anthy.mim, zh-py.mim, zh-tonepy.mim: Fix an argument to undo.
1580
1581         * generic.fst (khmer): Add an entry for an OTF font.
1582
1583         * romaji.mim: Deleted.
1584
1585         * am-sera.mim, bn-unijoy.mim, bo-wylie.mim, bopo-kbd.mim,
1586         cjk-util.mim, dv-phonetic.mim, el-kbd.mim, fa-isiri.mim,
1587         generic.fst, he-kbd.mim, hr-kbd.mim, hy-kbd.mim, ispell.mim,
1588         ka-kbd.mim, kk-arabic.mim, kk-kbd.mim, km-yannis.mim, ko-han2.mim,
1589         ko-romaja.mim, latn-post.mim, latn-pre.mim, lo-lrt.mim,
1590         my-kbd.mim, rfc1345.mim, romaji.mim, ru-yawerty.mim,
1591         si-samanala.mim, sk-kbd.mim, sr-kbd.mim, sv-post.mim,
1592         syrc-phonetic.mim, th-kesmanee.mim, unicode.mim, vi-telex.mim,
1593         vi-viqr.mim, vi-vni.mim, zh-tonepy.mim:  Add input-method and
1594         descrition elements.
1595
1596 2005-10-19  Kenichi Handa  <handa@m17n.org>
1597
1598         * ar-kbd.mim, as-itrans.mim, bn-itrans.mim, gu-itrans.mim,
1599         hi-itrans.mim, kn-itrans.mim, ml-itrans.mim, or-itrans.mim,
1600         pa-itrans.mim, ta-itrans.mim, te-itrans.mim: Delete ';;; <li> ...'
1601         lines.  Add input-method and description elements.
1602
1603         * ja-tcode.mim, zh-pinyin.mim: Delete ';;; <li> ...' lines.  Add
1604         input-method and description elements.
1605
1606         * ja-anthy.mim: Delete ';;; <li> ...' lines.  Fix descpription
1607         element.
1608
1609         * zh-py.mim: Delete ';;; <li> ...' lines.
1610
1611 2005-10-18  Kenichi Handa  <handa@m17n.org>
1612
1613         * mdb.dir: Replace all (input-method ...) to single one of using a
1614         wildcard.
1615
1616         * ja-anthy.mim: Add input-method, descrition, variable, and
1617         command sections.
1618
1619         * ko-han2.mim: Add input-method and descrition sections.
1620
1621         * ko-romaja.mim: Add input-method and descrition sections.
1622         Include cjk-util.
1623
1624         * CHARSET.tbl: New charset unicode-bmp.
1625
1626         * Makefile.am (INPUT_METHOD): Add zh-py-gb.mim, zh-py-b5.mim,
1627         cjk-util.mim.
1628
1629         * zh-py-gb.mim, zh-py-b5.mim, cjk-util.mim: New input methods.
1630
1631         * zh-py.mim: Add input-method, descrition, and variable sections.
1632         Re-format `pinyin' map.
1633
1634 2005-10-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
1635
1636         * sr-kbd.mim, kk-kbd.mim, ka-kbd.mim, he-kbd.mim, el-kbd.mim,
1637         ar-kbd.mim, bopo-kbd.mim, my-kbd.mim, sk-kbd.mim, hy-kbd.mim,
1638         hr-kbd.mim:
1639         Fix typo.
1640
1641 2005-10-03  Kenichi Handa  <handa@m17n.org>
1642
1643         * vi-vni.mim: New input method.
1644
1645         * mdb.dir: Add vi-vni.mim.
1646
1647 2005-09-16  Kenichi Handa  <handa@m17n.org>
1648
1649         * Makefile.am (SOFT-DOTTED.tab): Fix typo: "\.\."->"\\.\\.".
1650
1651         * CASE-MAPPING.awk: Delete space between function name and '('.
1652
1653         * FORMATS/IM.txt (PUSHBACK): Add descrition for (pushback KEYSEQ).
1654
1655         * zh-py.mim (map:focus-change): New map.
1656         (state:main): Don't handle the map backspace here.
1657         (state:check-undo): New state.
1658         (state:select): Handle the map focus-change.
1659         
1660         * ko-romaja.mim (map:uppercase): New map.
1661         (map:L): Delete uppercase keys from this map.
1662         (map:toggle-isolated-jamo): Toggle the value of ISOLATED.
1663         (state:init): Check ISOLATED in the initial action.
1664         (state:isolated): Shift ot init when a character is decided.
1665
1666 2005-09-10  Kenichi Handa  <handa@m17n.org>
1667
1668         * zh-py.mim (main): Don't handle backspace here.  When an unknown
1669         key is typed, shift to check-undo.
1670         (check-undo): New state.
1671
1672 2005-09-12  TAKAHASHI Naoto  <ntakahas@m17n.org>
1673
1674         * Makefile.am: Change command lines of CASED.awk and CASE-MAPPING.awk.
1675
1676         * CASE-MAPPING.awk, CASED.awk: Use FILENAME built-in variable.
1677
1678 2005-09-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
1679
1680         * CASE-MAPPING.awk: Insert \ before # for auto-indent.
1681
1682 2005-09-06  Kenichi Handa  <handa@m17n.org>
1683
1684         * CASED.awk: Fix indentation.  Delete spaces between a functiuon
1685         name and '('.
1686
1687 2005-09-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1688
1689         * CASE-MAPPING.awk, CASED.awk: New file.
1690
1691         * Makefile.am, mdb.dir:
1692         Add CASED.tab, SOFT-DOTTED.tab, and CASE-MAPPING.tab.
1693
1694         * KHMR-OTF.flt: Add (r)? after HR in Step 0.
1695
1696 2005-09-05  Kenichi Handa  <handa@m17n.org>
1697
1698         * generic.fst: New file.
1699
1700 2005-09-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1701
1702         * CASE-MAPPING.awk, CASED.awk: New file.
1703
1704         * Makefile.am, mdb.dir:
1705         Add CASED.tab, SOFT-DOTTED.tab, and CASE-MAPPING.tab.
1706
1707         * KHMR-OTF.flt: Add (r)? after HR in Step 0.
1708
1709 2005-09-05  Kenichi Handa  <handa@m17n.org>
1710
1711         * generic.fst: New file.
1712
1713 2005-09-02  Kenichi Handa  <handa@m17n.org>
1714
1715         * LINEBREAK.tab: Delete it
1716
1717 2005-09-02  Hari Prasad Nadig <hpnadig@gmail.com>  (slight change)
1718
1719         * kn-itrans.mim: Change several key mappings.
1720
1721 2005-09-02  Kenichi Handa  <handa@m17n.org>
1722
1723         * UNIDATA/LineBreak.txt: New file.
1724
1725         * configure.ac: Change versions to 1.3.0.
1726
1727         * mdb.dir: Add ARAB-OTF-NO-GPOS.flt, LAOO-GENERIC.flt,
1728         THAI-GENEIRC.flt, generic.fst, LANGUAGE.tbl, SCRIPT-OTF.tbl, and
1729         SCRIPT-LANGUAGE.tbl.
1730
1731         * Makefile.am (CHAR_TABLE): Add LINEBREAK.tab.
1732         (FONT_LAYOUT_TABLE): Add ARAB-OTF-NO-GPOS.flt, LAOO-GENERIC.flt,
1733         and THAI-GENERIC.flt.
1734         (MISC_TABLE): Add generic.fst, SCRIPT-OTF.tbl, and
1735         SCRIPT-LANGUAGE.tab.
1736         (SCRIPT.tab): Make the default to `common'.
1737         (LINEBREAK.tab): New target.
1738
1739         * LINEBREAK.awk: New file.
1740
1741 2005-08-25  Kenichi Handa  <handa@m17n.org>
1742
1743         * THAA-OTF.flt: Drive only mark GPOS.
1744
1745         * NO-CTL.flt: Include all unicode range in the category C.
1746
1747         * MYMR-MYAZEDI.flt: Fix type in 4th stage; 0x102E->0x102D.
1748
1749         * MLYM-OTF.flt: Fix typo mlum -> mlym.
1750
1751         * FONTENC.tbl (cp1251): Add this entry.
1752         (cmex10, cmmi10, cmr10, cmsy10 msam10 msbm10 wasy10): Make them
1753         usable only with proper FLTs.
1754
1755         * THAI-GENERIC.flt: New file.
1756
1757         * SCRIPT-LANGUAGE.tbl: New file.
1758
1759         * LAOO-GENERIC.flt: New file
1760
1761         * LANGUAGE.tbl: New file.
1762
1763         * SCRIPT-OTF.tbl: New file.
1764
1765         * ARAB-OTF-NO-GPOS.flt: New file.
1766
1767 2005-07-26  Kenichi Handa  <handa@m17n.org>
1768
1769         * ko-romaja.mim: Add more romanization keys.  Use "I" for toggling
1770         isolated Jamo input mode.
1771
1772 2005-08-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
1773
1774         * KHMR-OTF.flt: New file.
1775
1776         * Makefile.am: Add KHMR-OTF.flt.
1777
1778         * mdb.dir, default.fst, truetype.fst: Add khmr-otf.
1779
1780 2005-08-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
1781
1782         * UNIDATA/WordBreakProperty.txt, UNIDATA/SpecialCasing.txt,
1783         UNIDATA/PropList.txt: New files.
1784
1785 2005-08-12  Kenichi Handa  <handa@m17n.org>
1786
1787         * UNIDATA/CaseFolding.txt, UNIDATA/README, UNIDATA/Scripts.txt,
1788         UNIDATA/UnicodeData.txt: Files updated
1789
1790 2005-07-27  Mikiko Nisikimi  <nisikimi@m17n.org>
1791
1792         * FORMATS/FLT.ja.txt: Fix the document.
1793
1794 2005-07-26  Kenichi Handa  <handa@m17n.org>
1795
1796         * ko-romaja.mim: Add more romanization keys.  Use "I" for toggling
1797         isolated Jamo input mode.
1798
1799 2005-07-22  Mikiko Nisikimi  <nisikimi@m17n.org>
1800
1801         * FORMATS/Dir.ja.txt: *** empty log message ***
1802
1803 2005-07-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
1804
1805         * truetype.fst, default.fst: Add lohit punjabi.
1806
1807         * GURU-OTF.flt: Add GSUB features.
1808
1809 2005-07-21  Kenichi Handa  <handa@m17n.org>
1810
1811         * zh-py.mim: Add several more pinyin data. Map "pinyin" is
1812         replaced by the one generated from Unihan.txt.
1813
1814         * UNIDATA/copyright.html:
1815         New file copied from http://www.unicode.org/copyright.html.
1816
1817 2005-07-12  TAKAHASHI Naoto  <ntakahas@m17n.org>
1818
1819         * te-itrans.mim, ta-itrans.mim, pa-itrans.mim, or-itrans.mim,
1820         ml-itrans.mim, kn-itrans.mim, hi-itrans.mim, gu-itrans.mim,
1821         bn-itrans.mim, as-itrans.mim: Fix typo.
1822
1823 2005-06-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
1824
1825         * mdb.dir, default.fst, truetype.fst: Add tibt-otf.
1826
1827         * Makefile.am: Add TIBT-OTF.flt.
1828
1829         * TIBT-OTF.flt: New file.
1830
1831 2005-06-20  TAKAHASHI Naoto  <ntakahas@m17n.org>
1832
1833         * truetype.fst: Fix typo in registry of raghindi.
1834
1835 2005-06-17  TAKAHASHI Naoto  <ntakahas@m17n.org>
1836
1837         * default.fst, truetype.fst:
1838         Add gargi_1.7 because it does not have "gargi" as family name.
1839
1840 2005-06-09  TAKAHASHI Naoto  <ntakahas@m17n.org>
1841
1842         * default.fst, truetype.fst:
1843         Change gargi-1.3 to gargi so that newer fonts can also be used.
1844
1845 2005-06-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
1846
1847         * default.fst: Change Sinhala font download site.
1848
1849 2005-06-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
1850
1851         * default.fst, truetype.fst: Add mlym-rachana.
1852
1853         * mdb.dir, Makefile.am: Add MLYM-RACHANA.flt.
1854
1855         * MLYM-RACHANA.flt: New file.
1856
1857 2005-05-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
1858
1859         * truetype.fst, default.fst: Rechange default to MuktiNarrow.ttf.
1860
1861         * SINH-OTF.flt: Fix copyright years.
1862
1863         * BENG-OTF.flt: Add LETTER KHANDA TA (U+09CE).
1864
1865         * ARAB-OTF.flt: Add DOTTED CIRCLE U+25CC.
1866
1867 2005-05-13  TAKAHASHI Naoto  <ntakahas@m17n.org>
1868
1869         * bn-unijoy.mim: New file.
1870
1871         * Makefile.am, mdb.dir: Add bn-unijoy.mim.
1872
1873         * truetype.fst, default.fst: Add sagar for Bengali.
1874
1875 2005-04-18  Kenichi Handa  <handa@m17n.org>
1876
1877         * LINEBREAK.tab: New file.
1878
1879         * ja-anthy.mim (description, variable, command): New spec.
1880
1881         * mdb.dir: Add entries for im-cmd.tbl and LINEBREAK.tab.
1882
1883         * im-cmd.tbl: New file.
1884
1885         * Makefile.am (MISC_TABLE): Include LINEBREAK.tab.
1886
1887 2005-03-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
1888
1889         * SINH-OTF.flt: Pre-matra is put to the left of consonant ligature.
1890
1891 2005-02-15  Kenichi Handa  <handa@m17n.org>
1892
1893         * default.fst: For Hebrew, prefer freesans font.
1894
1895         * Makefile.am (INPUT_METHOD): Add sv-post.mim and zh-tonepy.mim.
1896
1897         * mdb.dir: Add sv-post.mim and zh-tonepy.mim.
1898
1899         * sv-post.mim, zh-tonepy.mim: New input method.
1900
1901 2005-02-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
1902
1903         * ORYA-OTF.flt: Disable VMabove reordering in Step 2.
1904
1905 2004-12-27  Kenichi Handa  <handa@m17n.org>
1906
1907         * Version 1.2.0 released.
1908
1909 2004-12-27  Kenichi Handa  <handa@m17n.org>
1910
1911         * m17n-db.in: Doxygen's page and section name fixed.
1912
1913         * ko-romaja.mim: Make Shift-SPC key commit the current preedit.
1914
1915         * latn-pre.mim: New input method.
1916
1917         * mdb.dir, Makefile.am: Add latn-pre.mim.
1918
1919 2004-12-20  Kenichi Handa  <handa@m17n.org>
1920
1921         * my-kbd.mim: Add more keys.
1922
1923 2004-12-20  Kenichi Handa  <handa@m17n.org>
1924
1925         * MYMR-MYAZEDI.flt: Adjusted for the new way of Kinzi encoding.
1926         Add special rules for U+1014 and U+101B.
1927
1928 2004-12-10  Kenichi Handa  <handa@m17n.org>
1929
1930         * configure.ac: Change versions to 1.2.0.
1931
1932 2004-12-07  Kenichi Handa  <handa@m17n.org>
1933
1934         * zh-pinyin.mim: New file.
1935
1936         * mdb.dir, Makefile.am: Add zh-pinyin.mim.
1937
1938 2004-11-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
1939
1940         * bopo-kbd.mim, FORMATS/bopo-kbd.png, FORMATS/bopo-kbd.eps: New files.
1941
1942         * mdb.dir, Makefile.am: Add bopo-kbd.mim.
1943         
1944         * FORMATS/hy-kbd.png, FORMATS/hy-kbd.eps: New files.
1945
1946         * hy-kbd.mim: Add image file information (hy-kbd.png & hy-kbd.eps).
1947
1948 2004-11-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
1949
1950         * hy-kbd.mim: New file.
1951
1952         * mdb.dir, Makefile.am: Add hy-kbd.mim.
1953
1954 2004-10-22  Kenichi Handa  <handa@m17n.org>
1955
1956         * FONTENC.tbl: Give `nil' encoding to those fonts that can't be
1957         used without a FLT.
1958
1959         * ko-romaja.mim: New file.
1960
1961         * mdb.dir, Makefile.am: Add ko-romaja.mim.
1962
1963 2004-10-21  Kenichi Handa  <handa@m17n.org>
1964
1965         * ko-han2.mim: Fix rule for "J"->HJF.
1966
1967 2004-10-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
1968
1969         * Change naming convention.
1970         Script names : ISO 15924 (four letter codes)
1971         Language names : ISO 639-1 (two letter codes)
1972         
1973         * ARAB-OTF.flt:     renamed from ARABIC-OTF.flt
1974         * ARAB.flt:         renamed from ARABIC.flt
1975         * BENG-OTF.flt:     renamed from BEN-OTF.flt
1976         * DEVA-CDAC.flt:    renamed from DEV-CDAC.flt
1977         * DEVA-OTF.flt:     renamed from DEV-OTF.flt
1978         * GUJR-OTF.flt:     renamed from GUJ-OTF.flt
1979         * GURU-OTF.flt:     renamed from GUR-OTF.flt
1980         * HEBR-FF.flt:      renamed from HEBREW-FF.flt
1981         * HEBR.flt:         renamed from HEBREW.flt
1982         * KNDA-OTF.flt:     renamed from KAN-OTF.flt
1983         * KHMR-ANLONG.flt:  renamed from KHMER-ANLONG.flt
1984         * KHMR-MULE.flt:    renamed from KHMER-MULE.flt
1985         * LAOO-ALICE.flt:   renamed from LAO-ALICE.flt
1986         * LAOO-MULE.flt:    renamed from LAO-MULE.flt
1987         * MLYM-CDAC.flt:    renamed from MLM-CDAC.flt
1988         * MLYM-OTF.flt:     renamed from MLM-OTF.flt
1989         * MYMR-MYAZEDI.flt: renamed from Mymr-MyaZedi.flt
1990         * ORYA-OTF.flt:     renamed from ORI-OTF.flt
1991         * SYRC-OTF.flt:     renamed from SYRIAC-OTF.flt
1992         * TAML-CDAC.flt:    renamed from TML-CDAC.flt
1993         * TAML-OTF.flt:     renamed from TML-OTF.flt
1994         * TELU-OTF.flt:     renamed from TEL-OTF.flt
1995         * THAA-OTF.flt:     renamed from THAANA-OTF.flt
1996         * TIBT-MTIB.flt:    renamed from TIB-MTIB.flt
1997         * TIBT-MULE.flt:    renamed from TIB-MULE.flt
1998
1999         * as-itrans.mim:    renamed to asm-itrans.mim
2000         * bn-itrans.mim:    renamed to bng-itrans.mim
2001         * hi-itrans.mim:    renamed to dev-itrans.mim
2002         * gu-itrans.mim:    renamed to gjr-itrans.mim
2003         * km-yannis.mim:    renamed to kh-yannis.mim
2004         * kn-itrans.mim:    renamed to knd-itrans.mim
2005         * latn-post.mim:    renamed to latin-post.mim
2006         * ml-itrans.mim:    renamed to mlm-itrans.mim
2007         * or-itrans.mim:    renamed to ori-itrans.mim
2008         * pa-itrans.mim:    renamed to pnj-itrans.mim
2009         * ta-itrans.mim:    renamed to tml-itrans.mim
2010         * te-itrans.mim:    renamed to tlg-itrans.mim
2011         
2012         * Makefile.am, mdb.dir, defaults.fst, truetype.fst:
2013         Changed accordingly.
2014
2015 2004-10-14  TAKAHASHI Naoto  <ntakahas@m17n.org>
2016
2017         * kh-yannis.mim: Fix typo.
2018
2019         * dv-phonetic.mim, syrc-phonetic.mim: New file.
2020
2021         * SYRIAC-OTF.flt: Add Arabic marks as transparent.
2022
2023         * SYRIAC-OTF.flt: Change RE pattern [^U] to [DRAr].
2024
2025 2004-10-12  TAKAHASHI Naoto  <ntakahas@m17n.org>
2026
2027         * si-samanala.mim, Makefile.am, mdb.dir:
2028         Add Sinhala input method.
2029
2030 2004-09-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
2031
2032         * SYRIAC-OTF.flt, default.fst, mdb.dir, truetype.fst, Makefile.am:
2033         Add Syriac support.
2034
2035 2004-09-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
2036
2037         * SINH-OTF.flt, default.fst, mdb.dir, truetype.fst, Makefile.am:
2038         Add Sinhala support.
2039
2040 2004-09-22  Kenichi Handa  <handa@m17n.org>
2041
2042         * ARABIC-OTF.flt: Accept Arabic presentation forms in input.
2043
2044         * Mymr-MyaZedi.flt: Various fixes.
2045
2046 2004-09-21  Kenichi Handa  <handa@m17n.org>
2047
2048         * DEV-OTF.flt: Change 0xXXXX -> #xXXXX, [ -> \[, ] -> \].
2049
2050 2004-09-17  Kenichi Handa  <handa@m17n.org>
2051
2052         * FORMATS/IM.ja.txt: Fix coding: tag to euc-jp.
2053
2054         * TML-CDAC.flt: Fix reordering position of left part of vowels O,
2055         OO, AU.
2056
2057 2004-09-13  Kenichi Handa  <handa@m17n.org>
2058
2059         * ARABIC-OTF.flt: Explicitly combine a consotant with following
2060         vowels.
2061
2062         * THAANA-OTF.flt: Add explicit combinding rule.
2063
2064         * ARABIC.flt: Accepts Arabic presentation forms in input.
2065
2066         * truetype.fst: Delete superfluous ')'.
2067
2068 2004-09-02  TAKAHASHI Naoto  <ntakahas@m17n.org>
2069
2070         * BEN-OTF.flt: K.SS.NNA makes a ligature.  K.SS.NA does not.
2071
2072         * default.fst: Give priority to likhan for Bengali.
2073
2074 2004-08-16  Kenichi Handa  <handa@m17n.org>
2075
2076         * Makefile.am, truetype.fst, default.fst, mdb.dir:
2077         Adjusted for the name change (MYANMAR-ZEDI.flt -> Mymr-MyaZedi.flt).
2078
2079         * Mymr-MyaZedi.flt: Renamed from MYANMAR-ZEDI.flt.
2080
2081         * MYANMAR-ZEDI.flt:
2082         Fix for the case of preferring Medial Ra to Kinzi.  For for the case
2083         of Medial Ra with single-width consonant to wide subscript.
2084
2085 2004-08-16  Kenichi Handa  <handa@m17n.org>
2086
2087         * Version 1.1.0 released.
2088
2089 2004-08-16  Kenichi Handa  <handa@m17n.org>
2090
2091         * truetype.fst: Fix for Thaana.
2092
2093         * Mymr-MyaZedi.flt: Renamed from MYANMAR-ZEDI.flt.
2094
2095         * Makefile.am, mdb.dir, default.fst, truetype.fst: Adjusted for
2096         the name change (MYANMAR-ZEDI.flt -> Mymr-MyaZedi.flt).
2097
2098 2004-08-13  Kenichi Handa  <handa@m17n.org>
2099
2100         * MYANMAR-ZEDI.flt: Fix typo in Medial Ya handling.  Fix for the
2101         case of preferring Medial Ra to Kinzi.  For for the case of Medial
2102         Ra with single-width consonant to wide subscript.
2103
2104 2004-08-13  TAKAHASHI Naoto  <ntakahas@m17n.org>
2105
2106         * Makefile.am, mdb.dir, truetype.fst, default.fst, ORI-OTF.flt:
2107         Add Oriya support.
2108
2109         * TEL-OTF.flt: Fix forced-*-form patterns.
2110
2111         * BEN-OTF.flt: Fix bug in base consonant finding.
2112
2113 2004-08-09  Kenichi Handa  <handa@m17n.org>
2114
2115         * .cvsignore: Add m17n-db.
2116
2117         * MYANMAR-ZEDI.flt: Fix for special vowels.
2118
2119         * kk-arabic.mim: Add @verbatim and @endverbatim in the comment.
2120
2121         * ka-kbd.mim: Fix some keys.
2122
2123 2004-08-08  Kenichi Handa  <handa@m17n.org>
2124
2125         * rfc1345.mim, ka-kbd.mim: New input method.
2126
2127         * mdb.dir, Makefile.am: Add ka-kbd.mim and rfc1345.mim.
2128
2129 2004-08-07  Kenichi Handa  <handa@m17n.org>
2130
2131         * ka-kbd.mim, rfc1345.mim: New input methods.
2132         
2133         * Makefile.am, mdb.dir: Add ka-kbd.mim and rfc1345.mim.
2134
2135 2004-08-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
2136
2137         * BEN-OTF.flt: Fix typo.
2138
2139 2004-08-06  Kenichi Handa  <handa@m17n.org>
2140
2141         * MLM-OTF.flt: Apply GSUB to prebase part and postbase part in
2142         different stages.
2143
2144 2004-08-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
2145
2146         * ARABIC-OTF.flt, mdb.dir, truetype.fst, default.fst, Makefile.am:
2147         Arabic OTF support.
2148
2149 2004-08-04  TAKAHASHI Naoto  <ntakahas@m17n.org>
2150
2151         * THAANA-OTF.flt: Simplified, thanks to libotf upgrade.
2152
2153 2004-08-03  TAKAHASHI Naoto  <ntakahas@m17n.org>
2154
2155         * ARABIC.flt: Add missing '*' in 'disjoin'.
2156
2157 2004-07-29  Kenichi Handa  <handa@m17n.org>
2158
2159         * MYANMAR-ZEDI.flt: Implement more complrex rules.
2160
2161 2004-07-23  TAKAHASHI Naoto  <ntakahas@m17n.org>
2162
2163         * Makefile.am, truetype.fst, mdb.dir, default.fst, THAANA-OTF.flt
2164         Add Thaana support.
2165
2166 2004-07-21  Kenichi Handa  <handa@m17n.org>
2167
2168         * truetype.fst: Fix previous change.
2169
2170         * default.fst: Fix previous change.
2171
2172 2004-07-21  Kenichi Handa  <handa@m17n.org>
2173
2174         * default.fst: Fix previous change.
2175
2176         * truetype.fst: Fix previous change. 
2177
2178 2004-07-20  Kenichi Handa  <handa@m17n.org>
2179
2180         * MYANMAR-ZEDI.flt: Implement complex rules.
2181
2182         * TML-OTF.flt: Fix typo (gujr -> taml).
2183
2184         * my-kbd.mim: New input method for Myanmar.
2185
2186         * mdb.dir: Add my-kdb.mim.
2187
2188         * Makefile.am (INPUT_METHOD): Add my-kdb.mim.
2189
2190 2004-07-16  Kenichi Handa  <handa@m17n.org>
2191
2192         * default.fst: Fix font orders.
2193
2194         * truetype.fst: Fix font orders.
2195
2196 2004-07-08  TAKAHASHI Naoto  <ntakahas@m17n.org>
2197
2198         * Makefile.am, default.fst, truetype.fst, mdb.dir:
2199         Add Tamil OTF entries.
2200
2201         * TML-OTF.flt: New file.
2202
2203 2004-07-06  TAKAHASHI Naoto  <ntakahas@m17n.org>
2204
2205         * GUJ-OTF.flt: Fix a very rare case (Syllables beginning with "RHRHC".)
2206
2207 2004-07-05  Kenichi Handa  <handa@m17n.org>
2208
2209         * default.fst: Fix typo (gardi->gargi).
2210
2211         * truetype.fst: Add Gujarati.
2212
2213 2004-07-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
2214
2215         * Makefile.am, mdb.dir: Add GUJ-OTF.flt.
2216
2217         * default.fst: Add gardi-1.3 for Devanagari.
2218         Add padmaa for Gujarati.
2219
2220         * GUJ-OTF.flt: New file.
2221
2222 2004-07-05  Kenichi Handa  <handa@m17n.org>
2223
2224         * default.fst, truetype.fst, mdb.dir, Makefile.am: Add Myanmar entry.
2225
2226         * Makefile.am (FONT_LAYOUT_TABLE): Add MYANMAR-ZEDI.flt.
2227
2228         * mdb.dir: Add Myanmar entry.
2229
2230         * truetype.fst: Likewise.
2231
2232         * default.fst: Add Myanmar entry.
2233
2234         * MYANMAR-ZEDI.flt: New file, still experimental.
2235
2236 2004-07-05  Kenichi Handa  <handa@m17n.org>
2237
2238         * default.fst: Fix typo (gardi->gargi).
2239
2240         * truetype.fst: Add Gujarati.
2241
2242 2004-07-05  TAKAHASHI Naoto  <ntakahas@m17n.org>
2243
2244         * GUJ-OTF.flt, default.fst, mdb.dir, Makefile.am:
2245         Add Gujarati support.
2246
2247 2004-07-05  Kenichi Handa  <handa@m17n.org>
2248
2249         * MYANMAR-ZEDI.flt: New file, still experimental.
2250
2251         * default.fst, truetype.fst, mdb.dir, Makefile.am: Add Myanmar entry.
2252
2253         * Makefile.am (FONT_LAYOUT_TABLE): Add MYANMAR-ZEDI.flt.
2254
2255 2004-06-30  TAKAHASHI Naoto  <ntakahas@m17n.org>
2256
2257         * KAN-OTF.flt, default.fst, mdb.dir, Makefile.am:
2258         Add Kannada support.
2259
2260 2004-06-29  TAKAHASHI Naoto  <ntakahas@m17n.org>
2261
2262         * TEL-OTF.flt, default.fst, mdb.dir, Makefile.am:
2263         Add Telugu support.
2264
2265 2004-06-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
2266
2267         * GUR-OTF.flt, DEV-OTF.flt: Fix typo.
2268
2269 2004-06-22  TAKAHASHI Naoto  <ntakahas@m17n.org>
2270
2271         * GUR-OTF.flt, default.fst, mdb.dir, Makefile.am:
2272         Add Gurmukhi support.
2273
2274 2004-06-16  Kenichi Handa  <handa@m17n.org>
2275
2276         * truetype.fst: Add "baekmuk dotum" for han/ko.
2277
2278 2004-06-15  Kenichi Handa  <handa@m17n.org>
2279
2280         * truetype.fst: Add freeserif for latin and fallbacks.
2281
2282 2004-06-14  Kenichi Handa  <handa@m17n.org>
2283
2284         * configure.ac: Version changed to 1.1.0.  Include m17n-db in
2285         AC_CONFIG_FILES.
2286
2287         * Makefile.am (bin_SCRIPTS): New variable.
2288
2289         * m17n-db.in: New file.
2290
2291 2004-05-28  Kenichi Handa  <handa@m17n.org>
2292
2293         * mapconv.in: Fix generating sed command from $2.
2294
2295         * truetype.fst: Add Bengali support.
2296
2297 2004-05-25  Kenichi Handa  <handa@m17n.org>
2298
2299         * Makefile.am (FONT_LAYOUT_TABLE): Add BEN-OTF.flt.
2300
2301 2004-05-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
2302
2303         * ARABIC.flt: Fix shadda+kasra[tan] combination.
2304
2305 2004-05-21  TAKAHASHI Naoto  <ntakahas@m17n.org>
2306
2307         * BEN-OTF.flt, default.fst, mdb.dir: Add Bengali support.
2308
2309 2004-04-28  Kenichi Handa  <handa@m17n.org>
2310
2311         * el-kbd.png, he-kbd.png, hr-kbd.png, kk-kbd.png, latin-post.png,
2312         ru-yawerty.png, ru-yawerty2.png, sk-kbd.png, sk-kbd2.png,
2313         sr-kbd.png: New image files.
2314
2315         * el-kbd.mim, he-kbd.mim, hr-kbd.mim, kk-kbd.mim, latin-post.mim,
2316         ru-yawerty.mim, sk-kbd.mim, sr-kbd.mim: Add Doxygen command
2317         @image.
2318
2319 2004-04-13  Kenichi Handa  <handa@m17n.org>
2320
2321         * DEV-OTF.flt ("([CR]n?H)([NJ])"): Fix for the case of this
2322         pattern.
2323
2324 2004-03-29  Kenichi Handa  <handa@m17n.org>
2325
2326         * Version 1.0 Patch Level 2 released.
2327
2328 2004-03-29  Kenichi Handa  <handa@m17n.org>
2329
2330         * configure.ac: Version changed to 1.0.2.
2331
2332 2004-03-23  Kenichi Handa  <handa@m17n.org>
2333
2334         * CHARSET.tbl: Fix mapfile names.
2335
2336 2004-03-19  Kenichi Handa  <handa@m17n.org>
2337
2338         * Version 1.0 Patch Level 1 released.
2339
2340 2004-03-19  Kenichi Handa  <handa@m17n.org>
2341
2342         * configure.ac: Version changed to 1.0.1.
2343
2344 2004-03-19  Kenichi Handa  <handa@m17n.org>
2345
2346         * HEBREW.flt: Fix combining code.
2347
2348 2004-03-18  TAKAHASHI Naoto  <ntakahas@m17n.org>
2349
2350         * sk-kbd.mim, lo-lrt.mim: Fix typo.
2351
2352         * sr-kbd.mim: New input method for Serbian.
2353
2354         * hr-kbd.mim: New input method for Croatian.
2355
2356         * Makefile.am, mdb.dir: Add above two input methods.
2357
2358 2004-03-17  TAKAHASHI Naoto  <ntakahas@m17n.org>
2359
2360         * DEV-CDAC.flt: Fix typo.
2361
2362 2004-03-16  Kenichi Handa  <handa@m17n.org>
2363
2364         * ja-anthy.mim (henkan-eidt): Fix calling syntax of resize
2365         function.
2366
2367 2004-03-16  TAKAHASHI Naoto  <ntakahas@m17n.org>
2368
2369         * ARABIC.flt: Add ZWJ & ZWNJ in phase 2.
2370         ZWJ & ZWNJ output themselves in phase 3.
2371
2372 2004-03-15  TAKAHASHI Naoto  <ntakahas@m17n.org>
2373
2374         * ARABIC.flt: Add ZWJ & ZWNJ in phase 1.
2375
2376 2004-03-12  TAKAHASHI Naoto  <ntakahas@m17n.org>
2377
2378         * mdb.dir: Add kk-kbd.mim, kk-arabic.mim.
2379
2380         * Makefile.am (INPUT_METHOD): Add kk-kbd.mim, kk-arabic.mim.
2381
2382         * kk-arabic.mim: New input method for Kazakh (Arabic script)
2383
2384         * kk-kbd.mim: New input method for Kazakh (Cyrillic script)
2385
2386         * ar-kbd.mim: Add mirroring chars.
2387
2388         * fa-isiri.mim: Add mirroring chars.
2389
2390         * he-kbd.mim: Add mirroring chars.
2391
2392         * ru-yawerty.mim: Fix typo.
2393
2394 2004-03-09  TAKAHASHI Naoto <ntakahas@m17n.org>
2395
2396         * ar-kbd.mim: Add keys for inputting punctuations.
2397
2398         * ARABIC.flt: Add support for Kazakh high hamza.
2399
2400         * FORMATS/FLT.txt (MACRO-NAME): Fix typo.
2401
2402         * latin-post.mim: Fix many keys for consistency.
2403
2404 2004-03-01  Kenichi Handa  <handa@m17n.org>
2405
2406         * Version 1.0 released.
2407
2408 \f
2409 Copyright (C) 2003, 2004
2410   National Institute of Advanced Industrial Science and Technology (AIST)
2411   Registration Number H15PRO112
2412
2413 This file is part of the m17n library.
2414
2415 The m17n library is free software; you can redistribute it and/or
2416 modify it under the terms of the GNU Lesser General Public License
2417 as published by the Free Software Foundation; either version 2.1 of
2418 the License, or (at your option) any later version.
2419
2420 The m17n library is distributed in the hope that it will be useful,
2421 but WITHOUT ANY WARRANTY; without even the implied warranty of
2422 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
2423 Lesser General Public License for more details.
2424
2425 You should have received a copy of the GNU Lesser General Public
2426 License along with the m17n library; if not, write to the Free
2427 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
2428 Boston, MA 02110-1301, USA.