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