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