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