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