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