*** empty log message ***
[m17n/m17n-lib.git] / ChangeLog
1 2006-09-21  gettextize  <bug-gnu-gettext@gnu.org>
2
3         * Makefile.am (SUBDIRS): Add intl.
4         * configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
5
6 2006-09-17  gettextize  <bug-gnu-gettext@gnu.org>
7
8         * Makefile.am (SUBDIRS): Add po.
9         (ACLOCAL_AMFLAGS): New variable.
10         (EXTRA_DIST): Add config.rpath, mkinstalldirs, m4/ChangeLog.
11         * configure.ac (AC_CONFIG_FILES): Add po/Makefile.in.
12
13 2006-09-17  Kenichi Handa  <handa@m17n.org>
14
15         * configure.ac: Add AM_GNU_GETTEXT.
16         (GETTEXTDIR): New variable.  AC_SUBST it.
17
18 2006-07-19  Kenichi Handa  <handa@m17n.org>
19
20         * configure.ac: Include the result of `libotf-config --cflags` in
21         CPPFLAGS.
22
23 2006-07-14  Kenichi Handa  <handa@m17n.org>
24
25         * configure.ac: Version changed to 1.3.4.  Delete args to
26         AM_INIT_AUTOMAKE.
27
28 2006-06-23  Kenichi Handa  <handa@m17n.org>
29
30         * Makefile.am (PKGDATA): Don't increment it conditionally.
31
32         * configure.ac: Add "--with-fontconfig" arg.
33
34 2006-05-29  Kenichi Handa  <handa@m17n.org>
35
36         * m17n-config.in: For for --libtool.
37
38 2006-04-24  TAKAHASHI Naoto  <ntakahas@m17n.org>
39
40         * README: Insert libthai reference site.
41
42 2006-02-22  Kenichi Handa  <handa@m17n.org>
43
44         * Version 1.3.3 released.
45
46 2006-02-22  Kenichi Handa  <handa@m17n.org>
47
48         * configure.ac: Version changed to 1.3.1.
49         (HAVE_DLOPEN): Fix typo in a message.
50
51 2006-02-06  Kenichi Handa  <handa@m17n.org>
52
53         * Version 1.3.2 released.
54
55 2006-02-06  Kenichi Handa  <handa@m17n.org>
56
57         * Makefile.am (EXTRA_DIST): Add bootstrap.sh.
58
59 2006-02-03  Kenichi Handa  <handa@m17n.org>
60
61         * configure.ac: Version changed to 1.3.1.
62
63 2006-01-17  Kenichi Handa  <handa@m17n.org>
64
65         * configure.ac: If GD library is available, define HAVE_GD as 1 or
66         2 in CONFIG_FLAGS.
67
68 2006-01-16  Kenichi Handa  <handa@m17n.org>
69
70         * Version 1.3.1 released.
71
72 2006-01-16  Kenichi Handa  <handa@m17n.org>
73
74         * configure.ac: Version changed to 1.3.1.
75
76 2005-12-22  Kenichi Handa  <handa@m17n.org>
77
78         * Version 1.3.0 released.
79
80 2005-12-22  Kenichi Handa  <handa@m17n.org>
81
82         * configure.ac: Check availability of OTF_check_features.
83
84 2005-12-05  Kenichi Handa  <handa@m17n.org>
85
86         * m17n-shell.pc.in (Description): Fix typo.
87
88 2005-11-21  Kenichi Handa  <handa@m17n.org>
89
90         * Makefile.am (pkgconfig_DATA): Define it conditionally on
91         WITH_GUI.
92
93         * configure.ac: Handle --with-gui/--without-gui arg.
94
95 2005-11-18  Kenichi Handa  <handa@m17n.org>
96
97         * configure.ac: Add --with-libotf option.  Use AC_HELP_STRING.
98
99 2005-09-05  Kenichi Handa  <handa@m17n.org>
100
101         * bootstrap.sh: Call automake with -a -c. 
102
103         * configure.ac: Add AM_MAINTAINER_MODE.
104         (X11_LD_FLAGS): New variable.
105         (--with-gd): New AC_ARG_WITH.
106         (HAVE_FRIBIDI_CONFIG): Fix typo for testing it.
107
108 2005-09-01  Kenichi Handa  <handa@m17n.org>
109
110         * configure.ac (CONFIG_FLAGS): Setup this variable and AC_SUBST it.
111
112 2005-08-18  Kenichi Handa  <handa@m17n.org>
113
114         * configure.ac: Version changed to 1.3.0.
115
116 2005-05-12  Kenichi Handa  <handa@m17n.org>
117
118         * configure.ac: Define HAVE_X11_XAW_COMMAND explicitly.
119
120 2005-04-28  Kenichi Handa  <handa@m17n.org>
121
122         * configure.ac: Check the availability of libXaw.
123
124 2005-04-27  Kenichi Handa  <handa@m17n.org>
125
126         * configure.ac: Check libthat at first and if that fail check
127         wordcut library.
128
129 2005-04-15  Kenichi Handa  <handa@m17n.org>
130
131         * configure.ac: Check the version of wordcut library and
132         HAVE_WORDCUT or HAVE_WORDCUT_OLD.
133         (DLOPEN_SHLIB_EXT): Define it.
134
135 2004-12-27  Kenichi Handa  <handa@m17n.org>
136
137         * Version 1.2.0 released.
138
139 2004-12-27  Kenichi Handa  <handa@m17n.org>
140
141         * m17n-config.in: Fix documentation.  Doxygen's section name fixed.
142
143 2004-12-10  Kenichi Handa  <handa@m17n.org>
144
145         * configure.ac: Versions changed to 1.2.0.
146
147 2004-10-14  Kenichi Handa  <handa@m17n.org>
148
149         * configure.ac (M17N_EXT_LIBS): New variable to accumulate
150         available external libraries.
151
152 2004-10-13  Kenichi Handa  <handa@m17n.org>
153
154         * configure.ac: Check if <freetype/ftbdf.h> is available or not.
155
156 2004-10-12  Kenichi Handa  <handa@m17n.org>
157
158         * configure.ac: Use pkg-config (if available) for Xft.
159
160 2004-10-11  Kenichi Handa  <handa@m17n.org>
161
162         * m17n-core.pc.in, m17n-shell.pc.in, m17n-gui.pc.in: New files.
163
164         * configure.ac: Include m17n-core.pc, m17n-shell.pc, and
165         m17n-gui.pc in AC_CONFIG_FILES.
166
167         * Makefile.am (EXTRA_DIST, pkgconfigdir, pkgconfig_DATA): New
168         variables.
169
170 2004-08-16  Kenichi Handa  <handa@m17n.org>
171
172         * Version 1.1.0 released.
173
174 2004-07-06  Kenichi Handa  <handa@m17n.org>
175
176         * m17n-config.in: Cancel previous change.
177
178 2004-06-30  Kenichi Handa  <handa@m17n.org>
179
180         * m17n-config.in: Add -lm17n-X and -lm17n-gd if necessary.
181
182 2004-06-14  Kenichi Handa  <handa@m17n.org>
183
184         * configure.ac: Check the program m17n-db.
185
186 2004-06-03  Kenichi Handa  <handa@m17n.org>
187
188         * configure.ac: Run freetype-config with --libs instead of
189         --libtool.
190
191 2004-05-31  Kenichi Handa  <handa@m17n.org>
192
193         * configure.ac: Check the availability of dlopen.  Append
194         $X_CFLAGS to CPPFLAGS.
195
196 2004-05-28  Kenichi Handa  <handa@m17n.org>
197
198         * configure.ac: New variable API_VERSION.
199
200         * m17n-config.in: Accept "GUI" flag and adjusted for the new
201         configuration.
202
203 2004-05-27  Kenichi Handa  <handa@m17n.org>
204
205         * configure.ac: Check fontconfig even if Xft is available.  Check
206         gd library.  If Xft is not available, set XFT2_LD_FLAGS to null.
207         Likewise for xml2.
208
209         * bootstrap.sh: Clean old files at first.
210
211 2004-05-24  Kenichi Handa  <handa@m17n.org>
212
213         * configure.ac: Fix typo (pkg-conifg ->pkg-config).  Fix
214         AC_CHECK_LIB arg for fontconfig.
215
216 2004-05-21  Kenichi Handa  <handa@m17n.org>
217
218         * configure.ac (HAVE_FRIBIDI): Unset FRIBIDI_LD_FLAGS if fribidi
219         library is not found.
220
221 2004-05-18  Kenichi Handa  <handa@m17n.org>
222
223         * configure.ac: If libotf is not available, clear OTF_LD_FLAGS.
224         Double quaote several variables.  Even if xft-config is not
225         available, check if Xft library is available.  Setup
226         HAVE_FONTCONFIG.
227
228 2004-05-07  Kenichi Handa  <handa@redhat.m17n.org>
229
230         * configure.ac: Fix previous change.  Comment out xom and effence
231         related codes.
232
233 2004-05-03  Kenichi Handa  <handa@m17n.org>
234
235         * configure.ac: Use fribidi-config and xft-config if they are
236         available.
237
238 2004-04-27  Kenichi Handa  <handa@m17n.org>
239
240         * configure.ac: Check if Xft2 library is available.
241         (OTF_LD_FLAGS): Set to `libotf-config --libs`.
242         (FREETYPE_LD_FLAGS): Set to `freetype-config --libtool`.
243
244 2004-03-29  Kenichi Handa  <handa@m17n.org>
245
246         * Version 1.0 Patch Level 2 released.
247
248 2004-03-29  Kenichi Handa  <handa@etlken2>
249
250         * configure.ac: Version changed to 1.0.2.
251
252 2004-03-19  Kenichi Handa  <handa@m17n.org>
253
254         * Version 1.0 Patch Level 1 released.
255
256 2004-03-19  Kenichi Handa  <handa@m17n.org>
257
258         * configure.ac: Version changed to 1.0.1.
259
260 2004-03-01  Kenichi Handa  <handa@m17n.org>
261
262         * Version 1.0 released.
263
264 \f
265 Copyright (C) 2003, 2004
266   National Institute of Advanced Industrial Science and Technology (AIST)
267   Registration Number H15PRO112
268
269 This file is part of the m17n library.
270
271 The m17n library is free software; you can redistribute it and/or
272 modify it under the terms of the GNU Lesser General Public License
273 as published by the Free Software Foundation; either version 2.1 of
274 the License, or (at your option) any later version.
275
276 The m17n library is distributed in the hope that it will be useful,
277 but WITHOUT ANY WARRANTY; without even the implied warranty of
278 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
279 Lesser General Public License for more details.
280
281 You should have received a copy of the GNU Lesser General Public
282 License along with the m17n library; if not, write to the Free
283 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
284 02111-1307, USA.