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