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