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