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