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