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