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