01f4139eb149439a867f99aa1aa25530dee88ceb
[m17n/m17n-lib.git] / example / ChangeLog
1 2007-05-16  Kenichi Handa  <handa@m17n.org>
2
3         * mdate.c (VERSION): Delete it.
4         (main): Use M17NLIB_VERSION_NAME to print the version number.
5
6         * mconv.c (VERSION): Delete it.
7         (main): Use M17NLIB_VERSION_NAME to print the version number.
8
9         * mdump.c (PROGRAM_VERSION): Delete it.
10         (main): Use M17NLIB_VERSION_NAME to print the version number.
11
12         * medit.c (VERSION): Delete it.
13         (main): Use M17NLIB_VERSION_NAME to print the version number.
14
15         * mview.c (VERSION): Delete it.
16         (main): Use M17NLIB_VERSION_NAME to print the version number.
17
18 2007-03-29  Kenichi Handa  <handa@m17n.org>
19
20         * medit.c (setup_input_methods): Use mplist_put_func.
21
22 2006-12-06  Kenichi Handa  <handa@m17n.org>
23
24         * Version 1.3.4 released.
25
26         * mview.c (VERSION): Changed to 1.3.4.
27
28         * mdump.c (PROGRAM_VERSION): Changed to 1.3.4.
29
30         * mdate.c (VERSION): Changed to 1.3.4.
31
32         * medit.c (VERSION): Changed to 1.3.4.
33
34         * mconv.c (VERSION): Changed to 1.3.4.
35
36 2006-10-27  Kenichi Handa  <handa@m17n.org>
37
38         * medit.c (surrounding_text_handler): Be sure to set surround text
39         even if LEN is zero.
40
41 2006-10-16  Kenichi Handa  <handa@m17n.org>
42
43         * medit.c (create_menu_button): Set XtNinternational to True.
44
45 2006-08-02  Theppitak Karoonboonyanan  <thep@linux.thai.net>  (tiny change)
46
47         * Makefile.am (common_ldflags, common_ldflags_gui): Use
48         ${top_builddir}.
49
50 2006-07-19  TAKAHASHI Naoto  <ntakahas@m17n.org>
51
52         * HELLO.utf8, HELLO.html, HELLO.xml: Add final sukun to Arabic.
53
54 2006-06-23  Kenichi Handa  <handa@m17n.org>
55
56         * Makefile.am (BUILD_LIBS): Don't increment it conditionally.
57
58         * medit.c (show_cursor): Call mlanguage_name to get English name
59         of language.
60         (compare_input_method): Likewise.
61         (main): Likewise.
62
63 2006-02-22  Kenichi Handa  <handa@m17n.org>
64
65         * Version 1.3.3 released.
66
67 2006-02-22  Kenichi Handa  <handa@m17n.org>
68
69         * mview.c: Fix some typo in documention.
70
71         * medit.c: Fix some typo in documention.
72
73         * mdump.c: Fix some typo in documention.
74
75 2006-02-06  Kenichi Handa  <handa@m17n.org>
76
77         * Version 1.3.2 released.
78
79 2006-02-03  Kenichi Handa  <handa@m17n.org>
80
81         * mdump.c: Describe the supported color names.
82
83 2006-01-19  Kenichi Handa  <handa@m17n.org>
84
85         * HELLO.utf8: Fix greek.
86
87         * HELLO.xml: Fix greek.
88
89 2006-01-17  Kenichi Handa  <handa@m17n.org>
90
91         * mdump.c (main): Use gdImageCreateTrueColor and
92         gdImageAlphaBlending only if HAVE_GD is 2 or the greater.
93
94 2006-01-16  Kenichi Handa  <handa@m17n.org>
95
96         * Version 1.3.1 released.
97
98 2006-01-16  Kenichi Handa  <handa@m17n.org>
99
100         * mdump.c (help_exit): Describe -fg, -bg, -r args.
101         (main): Handle -fg, -bg args.  Use gdImageCreateTrueColor instead
102         of gdImageCreate.
103
104 2006-01-05  Kenichi Handa  <handa@m17n.org>
105
106         * HELLO.utf8: Fix Hindi and Oriya.
107
108         * HELLO.xml: Adjusted for the latest HELLO.utf8.
109
110         * HELLO.html: Adjusted for the latest HELLO.utf8.
111
112         * mdate.c (main): Call m17n-view; not mview.
113
114 2005-12-22  Kenichi Handa  <handa@m17n.org>
115
116         * Version 1.3.0 released.
117
118 2005-12-06  Kenichi Handa  <handa@m17n.org>
119
120         * medit.c (mt_modified): New variable.
121         (KeyProc): Update screen if input method modified a text.
122         (surrounding_text_handler): Set mt_modified to 1 if a text is
123         deleted.
124         (main): Fix handling of --font arg.
125
126 2005-12-02  Kenichi Handa  <handa@m17n.org>
127
128         * medit.c (main): Handle --font arg.
129
130 2005-11-21  Kenichi Handa  <handa@m17n.org>
131
132         * Makefile.am (bin_PROGRAMS, lib_LTLIBRARIES): Define them
133         conditionally on WITH_GUI.
134
135 2005-11-11  Kenichi Handa  <handa@m17n.org>
136
137         * medit.c (surrounding_text_handler): Directly delete characters
138         instead of calling delete_char.
139
140 2005-11-08  Kenichi Handa  <handa@m17n.org>
141
142         * medit.c (delete_char): Fix the case of deleting the previous
143         multiple characters.
144         (surrounding_text_handler): Check number of characters to delete.
145
146 2005-11-07  Kenichi Handa  <handa@m17n.org>
147
148         * medit.c (surrounding_text_handler): New function.
149         (setup_input_methods): Add callback functions for surrounding text
150         handling.
151
152 2005-10-20  Kenichi Handa  <handa@m17n.org>
153
154         * medit.c (setup_input_methods): Ignore an input method of name
155         nil.
156
157 2005-10-14  Kenichi Handa  <handa@m17n.org>
158
159         * medit.c (main): Don't leave a fontset unfreed.
160
161 2005-10-03  Kenichi Handa  <handa@m17n.org>
162
163         * mdump.c (main): Make the image tranparent.
164
165 2005-09-27  Kenichi Handa  <handa@m17n.org>
166
167         * mdump.c (dump_image): If FILTER is "-", print the image to
168         stdout.
169
170 2005-09-22  Kenichi Handa  <handa@m17n.org>
171
172         * medit.c (select_input_method): Open an input method if
173         necessary.  Handle left bitmap of input method menus here.
174         (show_cursor): Don't open an input method here.
175         (ExposeProc): Likewise.
176         (FocusInProc): Fix typo (Minput_focus_out -> Minput_focus_in).
177         (InputMethodProc): Don't handle left bitmap of input method menus
178         here.
179         (setup_input_methods): Don't open an input method here.
180
181 2005-09-16  Kenichi Handa  <handa@m17n.org>
182
183         * medit.c (ButtonProc): Don't reset ic, instead send
184         Minput_focus_move event to the current input method.
185         (FocusInProc, FocusOutProc): New functions.
186         (actions): Add elements for FocusIn and FocusOut.
187         (main): Add  elements for FocusIn and FocusOut to trans2.
188
189 2005-09-12  Kenichi Handa  <handa@m17n.org>
190
191         * medit.c (redraw): Don't redraw an area where not text is
192         displayed.
193
194 2005-09-05  Kenichi Handa  <handa@m17n.org>
195
196         * medit.c: Check HAVE_X11_XAW_COMMAND_H before including X11/*.h.
197
198         * mview.c: Check HAVE_X11_XAW_COMMAND_H before including X11/*.h.
199
200         * Makefile.am (X_LD_FLAGS): Use @X11_LD_FLAGS@ instead of
201         directory listing libraries.
202         (PURIFY, purify_medit, purify_mdate): Define them in maintainer
203         mode.
204
205 2005-08-22  Kenichi Handa  <handa@m17n.org>
206
207         * mdump.c: Don't include config.h.
208
209         * medit.c: Likewise.
210
211         * mview.c: Likewise.
212
213         * mimx-anthy.c: Likewise.
214
215         * mimx-ispell.c: Likewise.
216
217         * Makefile.am (AM_CPPFLAGS): Set it to @CONFIG_FLAGS@.
218
219 2005-08-18  Kenichi Handa  <handa@m17n.org>
220
221         * medit.c (main): Adjusted for the change of symbol's language
222         property (now in lowercase).
223
224         * mdump.c (main): Handle --fontset arg.
225
226 2005-05-19  Kenichi Handa  <handa@m17n.org>
227
228         * medit.c (main): Explicitly set minput_driver.
229
230 2005-04-28  Kenichi Handa  <handa@m17n.org>
231
232         * .cvsignore: Change mXXXX to m17n-XXXX.
233
234         * Makefile.am (X_LD_FLAGS): Include @XAW_LD_FLAGS@, not -lXaw.
235
236         * medit.c: Check HAVE_X11_XAW_COMMAND_H, and if it not defined,
237         add dummy code.
238
239         * mview.c: Check HAVE_X11_XAW_COMMAND_H, and if it not defined,
240         add dummy code.
241
242 2005-04-15  Kenichi Handa  <handa@m17n.org>
243
244         * medit.c: Include dlfcn.h.
245         (Mword): New variable.
246         (show_cursor): Check Mlanguage text property of the cursor
247         position only.
248         (delete_char): Pay attention to the change of line beginning
249         position because of filling.
250         (insert_chars): Likewise.
251         (word_constituent_p, forward_word, backward_word): New functions.
252         (KeyProc): Assign XK_b and XK_f for back/foreward word.
253         (line_break): Delete extern.
254         (LineBreakProc): Use mdraw_default_line_break.
255         (FilterProc): New function.
256         (main): Handle --filter arg.  Initialize Mword.  
257
258         * mdump.c (main): Set control.line_break to
259         mdraw_default_line_break.
260
261         * Makefile.am (m17n_edit_SOURCES): Don't include linebreak.c.
262         (m17n_dump_SOURCES): Likewise.
263         (m17n_edit_LDADD): Don't include @WORDCUT_LD_FLAGS@.
264         (m17n_dump_LDADD): Likewise.
265
266 2005-03-09  Kenichi Handa  <handa@m17n.org>
267
268         * HELLO.utf8, HELLO.xml, HELLO.html: Fix Telugu line.
269
270 2005-02-17  Kenichi Handa  <handa@m17n.org>
271
272         * medit.c (setup_input_methods): Fix for the case that no input
273         method is available.
274
275 2005-01-12  Kenichi Handa  <handa@m17n.org>
276
277         * HELLO.utf8, HELLO.xml, HELLO.html: Adjust the encoding of
278         Myanmar kinzi to the new proposal by Myanmar NLP.
279
280 2004-12-27  Kenichi Handa  <handa@m17n.org>
281
282         * Version 1.2.0 released.
283
284 2004-12-27  Kenichi Handa  <handa@m17n.org>
285
286         * M17NEdit.ja: Renamed from MEdit.ja.
287
288         * Makefile.am: Put prefix "m17n-" instead of single "m" to
289         executables.
290         (EXTRA_DIST): Include HELLO.html and M17NEdit.ja.
291
292         * mconv.c, mdate.c, mdump.c, medit.c, mview.c: Documentations
293         changed ("mXXXX" -> "m17n-XXXX").
294
295 2004-12-21  Kenichi Handa  <handa@m17n.org>
296
297         * medit.c (ButtonProc): Reset the current input method (if
298         activated) and insert the produced text.
299         (KeyProc): Cancel the previous change.
300
301 2004-12-21  Kenichi Handa  <handa@m17n.org>
302
303         * medit.c (KeyProc): Handle C-\ as resetting input context.
304
305 2004-12-17  Kenichi Handa  <handa@m17n.org>
306
307         * medit.c (main): Allocagte filename by strdup if not specified.
308
309 2004-12-10  Kenichi Handa  <handa@m17n.org>
310
311         * mview.c (VERSION): Update to 1.2.0.
312
313         * medit.c (VERSION): Update to 1.2.0.
314         (main): If filename is not specified, open /dev/null.
315
316         * mdate.c (VERSION): Update to 1.2.0.
317
318         * mconv.c (VERSION): Update to 1.2.0.
319
320 2004-12-09  Kenichi Handa  <handa@m17n.org>
321
322         * medit.c (SaveProc, DumpImageProc, FileDialogProc, read_file):
323         Decode by Mcoding_utf_8_full, not Mcoding_utf_8.
324
325 2004-12-09  handa  <handa@m17n.org>
326
327         * Makefile.am (common_ldflags): Include libm17n-core.la.
328         (common_ldflags_gui): Include ${common_ldflags}
329         
330 2004-12-03  Kenichi Handa  <handa@m17n.org>
331
332         * mimx-anthy.c (AnthyContext): New member ic.
333         (new_context): When something goes wrong, return NULL without
334         creating a context.
335         (get_context): New function.
336         (init): Pay attention to the case of multiple calls.
337         (fini): Likewise.
338         (convert, change, resize, commit): Use get_context.
339
340         * mimx-ispell.c (face_available): New variable.
341         (init): Check if GUI APIs are available or not.  If not, set
342         face_available to 0.
343         (fini): Free a face only if face_available is not zero.
344         (ispell_word): Put face property only if available.
345
346 2004-10-29  Kenichi Handa  <handa@m17n.org>
347
348         * medit.c (main): Fix handling of "-s" arg.
349
350 2004-10-12  Kenichi Handa  <handa@m17n.org>
351
352         * medit.c (KeyProc): Cast buf to `unsigned char *'.
353         (FaceProc): Call hide_cursor () at first.
354
355 2004-09-27  Kenichi Handa  <handa@m17n.org>
356
357         * HELLO.html: Add Sinhala.
358
359 2004-09-23  Kenichi Handa  <handa@m17n.org>
360
361         * HELLO.utf8, HELLO.xml: Add Sinhala.
362
363 2004-09-14  Kenichi Handa  <handa@m17n.org>
364
365         * medit.c (update_selection): Fix for the case that the selection
366         is just one line.
367
368 2004-08-27  Kenichi Handa  <handa@m17n.org>
369
370         * mdump.c (help_exit): Describe about the arg "-r".
371         (reverse_bit_order, init_reverse_bit_order): Delete them.
372         (main): Handle the arg "-r".
373
374 2004-08-25  Kenichi Handa  <handa@m17n.org>
375
376         * medit.c: Adjusted for the member name change
377         (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
378
379         * mdump.c: Adjusted for the member name change
380         (MDrawGlyphInfo->this -> MDrawGlyphInfo->metics).
381
382 2004-08-16  Kenichi Handa  <handa@m17n.org>
383
384         * Version 1.1.0 released.
385
386 2004-08-15  Kenichi Handa  <handa@m17n.org>
387
388         * MEdit.ja: Add Dhivehi.
389
390         * HELLO.utf8, HELLO.xml: Add Oriya and Dhivehi.
391
392         * medit.c (covert_selection): Handle explicit request of
393         UTF8_STRING.
394         (ExposeProc): If an initial input method is specifed, activate it.
395         (setup_input_methods): New arg initial_input_method.  If it's not
396         NULL, set current_input_method to the corresponding index.
397         (help_exit): Fix help message.
398         (main): Handle --im and -s command args.
399
400         * mdump.c (help_exit): Fix help message.
401
402 2004-08-09  Kenichi Handa  <handa@m17n.org>
403
404         * mconv.c (VERSION): Updated to 1.1.
405
406         * mdate.c (VERSION): Likewise.
407
408         * medit.c (VERSION): Likewise.
409
410         * mview.c (VERSION): Likewise.
411
412 2004-07-28  Kenichi Handa  <handa@m17n.org>
413
414         * HELLO.utf8: Add language names for Telugu and Gujarati.
415
416         * HELLO.xml: Add language names for Telugu and Gujarati.
417
418 2004-07-26  Kenichi Handa  <handa@m17n.org>
419
420         * medit.c (redraw_cursor): Fix checking of redrawing area.
421         (set_input_method_spot): Don't check face if the buffer is empty.
422         (show_cursor): Likewise.
423         (delete_char): Fix adjustment of nchars.
424         (CursorProc): Call update_cursor.
425
426 2004-07-23  Kenichi Handa  <handa@m17n.org>
427
428         * HELLO.xml: Add Myanmar.
429
430         * HELLO.utf8: Add Myanmar.
431
432 2004-07-22  Kenichi Handa  <handa@m17n.org>
433
434         * medit.c (get_selection): If decoding fails and *type is not
435         XA_UTF8_STRING, try to get selection value of type XA_UTF8_STRING.
436
437 2004-07-20  Kenichi Handa  <handa@m17n.org>
438
439         * medit.c (main): If frame creation is falied, exit by error.
440         Call M17N_FINI after destroying the application context.
441
442 2004-07-18  Kenichi Handa  <handa@m17n.org>
443
444         * Makefile.am (common_ldflags): Don't include
445         ${top_srcdir}/src/libm17n-core.la.
446
447 2004-07-07  Kenichi Handa  <handa@m17n.org>
448
449         * medit.c (Mcoding_compound_text): New variable.
450         (covert_selection): Fix previous change.
451         (main): Set Mcoding_compound_text.
452
453 2004-07-06  Kenichi Handa  <handa@m17n.org>
454
455         * mdump.c: Cancel previous change.
456
457         * Makefile.am (X_LD_FLAGS): Fix the order of linking.
458         (medit_LDADD, mview_LDADD, mdump_LDADD): Cancel previous change.
459
460         * HELLO.xml: Add Punjabi, Kannada, Telugu, and Gujarati.
461
462         * medit.c (covert_selection): If X_HAVE_UTF8_STRING is defined and
463         target is XA_UTF8_STRING, encode by utf-8.
464         (get_selection): If X_HAVE_UTF8_STRING is defined and *type is
465         XA_UTF8_STRING, decode by utf-8.
466
467 2004-07-05  Kenichi Handa  <handa@m17n.org>
468
469         * HELLO.utf8: Add Kannada.
470
471 2004-06-30  Kenichi Handa  <handa@m17n.org>
472
473         * mdump.c: Include <m17n-gd.h> instead of <m17n-gui.h>.
474
475         * Makefile.am (X_LD_FLAGS): New variable.
476         (medit_LDADD, mview_LDADD, mdump_LDADD): Add all depending
477         libraries.
478         (medit_LDFLAGS, mview_LDFLAGS, mdump_LDFLAGS): Delete them.
479         (libmimx_anthy_la_LIBADD): Add @ANTHY_LD_FLAGS@.
480         (libmimx_anthy_la_LDFLAGS): Delete @ANTHY_LD_FLAGS@.
481
482 2004-06-25  TAKAHASHI Naoto  <ntakahas@m17n.org>
483
484         * HELLO.utf8: Add Punjabi.
485
486 2004-06-24  Kenichi Handa  <handa@m17n.org>
487
488         * Makefile.am: (libmimx_ispell_la_LDFLAGS)
489         (libmimx_anthy_la_LDFLAGS): Add -module.
490
491 2004-06-23  Kenichi Handa  <handa@m17n.org>
492
493         * Makefile.am (medit_LDFLAGS, mview_LDFLAGS): Cancel the previous
494         change.
495
496         * medit.c (redraw_cursor): Refer to cursor.logical_width instead
497         of cursor.this.width.
498
499 2004-06-21  Kenichi Handa  <handa@m17n.org>
500
501         * Makefile.am (medit_LDFLAGS, mview_LDFLAGS): Include -lX11 and
502         -lXt.
503
504 2004-06-17  Kenichi Handa  <handa@m17n.org>
505
506         * mdump.c (main): Don't set control.as_image to 1.
507
508 2004-06-16  Kenichi Handa  <handa@m17n.org>
509
510         * mdump.c (main): Fix typo of error message.
511
512         * medit.c (face_freeserif): New variable.
513         (face_table): Add an entry for freeserif.
514         (main): Initialized and free face_freeserif.
515
516 2004-06-15  Kenichi Handa  <handa@m17n.org>
517
518         * mdump.c: Add command line arguments --family and --language.
519         (help_exit): Print info about those arguemnts.
520         (main): Make family name to lowercase.
521
522 2004-06-04  Kenichi Handa  <handa@m17n.org>
523
524         * mconv.c (compare_coding_name): New function.
525         (list_coding): Sort the list of codings by their names.
526
527 2004-06-03  Kenichi Handa  <handa@m17n.org>
528
529         * medit.c (InputMethodInfo): New type.
530         (input_method_table): Type changed to `InputMethodInfo *'.
531         (select_input_method): Adjusted for the change of
532         input_method_table.
533         (show_cursor): Open an input method here if necessary.
534         (compare_input_method): Adjusted for the change of
535         input_method_table.
536         (setup_input_methods): Likewise.  Don't open input methods here
537         except for XIM.
538         (main): Adjusted for the change of input_method_table.
539
540         * mconv.c (main): Close `in' and `out'.
541
542         * HELLO.utf8: Fix Greek line.
543
544         * HELLO.xml: Fix Greek line.
545
546 2004-05-28  Kenichi Handa  <handa@m17n.org>
547
548         * Makefile.am (VINFO): New variable.
549         (libmimx_ispell_la_LDFLAGS, libmimx_anthy_la_LDFLAGS): Include
550         ${VINFO}.
551
552         * mdump.c (PROGRAM_VERSION): Renamed from VERSION.
553         (main): Use PROGRAM_VERSION.
554
555         * medit.c (main): Make face_input_status copy of face_default.
556
557 2004-05-27  Kenichi Handa  <handa@m17n.org>
558
559         * medit.c (show_cursor): Check hline->width and box->width.
560         (main): Set reverse videomode in a face for selection.
561
562         * mdump.c: Include config.h.  Include <gd.h> instead of
563         <X11/Xlib.h>.  If not HAVE_FREETYPE nor HAVE_GD, define a pseudo
564         function main that just print an error message.
565         (help_exit): Adjusted for the change of spec.
566         (dump_image): Argument changed.  Dump PNG image instead of PBM.
567         (main): Adjusted for the change of spec.
568
569         * Makefile.am (common_ldflags_gui): Renamed from
570         common_ldflags_X.  Set to .../libm17n-gui.la.  Referrer changed.
571         (mdump_LDFLAGS): Include @GD_LD_FLAGS@
572
573         * HELLO.xml:  Add Bengali.
574
575 2004-05-21  Kenichi Handa  <handa@m17n.org>
576
577         * HELLO.utf8: Add Bengali.
578
579 2004-05-20  Kenichi Handa  <handa@m17n.org>
580
581         * medit.c (redraw): If contro.anti_alias is nonzero, always clear.
582         (ButtonMoveProc): Don't give control.anti_alias to redraw.
583         (default_face_list): New variable.
584         (FaceProc): If no selection, change the default face.
585         (main): Initialize and finalize default_face_list.
586
587 2004-04-27  Kenichi Handa  <handa@m17n.org>
588
589         * mimx-ispell.c: Add coding tag euc-jp.
590
591         * mimx-anthy.c: Add coding tag euc-jp.
592
593         * medit.c: Add coding tag euc-jp.
594         (ButtonMoveProc): Full redraw if we are using anti-aliased text.
595         (main): Set control.anti_alias to 1. 
596
597         * mdump.c: Add coding tag euc-jp.
598
599         * mdate.c: Add coding tag euc-jp.
600
601         * mconv.c: Add coding tag euc-jp.
602
603 2004-04-20  Kenichi Handa  <handa@m17n.org>
604
605         * Makefile.am (medit_LDFLAGS): Include X_PRE_LIBS, XLIBS,
606         X_EXTRA_LIBS.
607         (mview_LDFLAGS): Likewise.
608
609         * linebreak.c: Don't include wordcut/xmalloc.h, wordcut/path.h.
610
611 2004-03-29  Kenichi Handa  <handa@m17n.org>
612
613         * Version 1.0 Patch Level 2 released.
614
615 2004-03-19  Kenichi Handa  <handa@m17n.org>
616
617         * Version 1.0 Patch Level 1 released.
618
619 2004-03-19  Kenichi Handa  <handa@m17n.org>
620
621         * medit.c (VERSION): Changed to 1.0.1.
622         (update_selection): Fix for the case that the selected region is
623         expanded to the opposite direction.
624         (ButtonMoveProc): Likewise.
625         (main): Use alloca instead of malloc for allocating menu names.
626         Free several memory areas and GCs.
627
628 2004-03-12  Kenichi Handa  <handa@m17n.org>
629
630         * medit.c (input_status_control): New variable.
631         (input_status): Use input_status_control.
632         (main): Initialize input_status_control.
633
634 2004-03-01  Kenichi Handa  <handa@m17n.org>
635
636         * Version 1.0 released.
637
638 \f
639 Copyright (C) 2003, 2004
640   National Institute of Advanced Industrial Science and Technology (AIST)
641   Registration Number H15PRO112
642
643 This file is part of the m17n library.
644
645 The m17n library is free software; you can redistribute it and/or
646 modify it under the terms of the GNU Lesser General Public License
647 as published by the Free Software Foundation; either version 2.1 of
648 the License, or (at your option) any later version.
649
650 The m17n library is distributed in the hope that it will be useful,
651 but WITHOUT ANY WARRANTY; without even the implied warranty of
652 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
653 Lesser General Public License for more details.
654
655 You should have received a copy of the GNU Lesser General Public
656 License along with the m17n library; if not, write to the Free
657 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
658 Boston, MA 02110-1301, USA.