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