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