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