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