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