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