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