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