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