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