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