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