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