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