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