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