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