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