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