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