]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
2429ffd297bde752a3d14dd8c56d46d24d4a14e1
[lyx.git] / config / ChangeLog
1 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
4
5 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6
7         * lyxinclude.m4 (LYX_SCO):
8         (LYX_HPUX):
9         (LYX_SUNOS4): remove macros
10         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
11
12 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
13
14         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
15         gcc 2.95.x.
16
17 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
18
19         * lyxinclude.m4: add -Wno-non-template-friend
20
21 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
22
23         * pspell.m4: patch from Garst to help find pspell (bug 428) this
24         code is really tasteless...
25
26 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
27
28         * lyxinclude.m4: remove LYX_REGEX properly
29
30 2002-06-12  Angus Leeming  <leeming@lyx.org>
31
32         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
33
34 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
35
36         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
37         check for flimage.h header.
38
39 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
40
41         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
42
43 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
44
45         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
46         simpler and hopefully better. Please test.
47         (LYX_PATH_XFORMS): move test for flimage.h in
48         LYX_USE_XFORMS_IMAGE_LOADER.
49         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
50         lines in LYX_USE_XFORMS_IMAGE_LOADER.
51
52 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
53
54         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
55
56 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
57
58         * xforms.m4: don't insist on building with flimage linked
59
60 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
61
62         * xforms.m4: don't warn about missing flimage.h
63
64 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
65
66         * xforms.m4: moved out of lyxinclude.m4, some
67           fixes for 1.0
68
69 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
70
71         * pkg.m4: new file
72
73 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
74
75         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
76         happens.
77
78 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
81         (lyx_warning): disable exceptions for gcc 3.1 too
82
83         * kde.m4: remove file
84
85 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
86
87         * cvsignore: add Makefile.
88
89 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
90
91         * Makefile.am (EXTRA_DIST): also dist the m4 files
92
93 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
94
95         * Makefile.am: make distcheck work, new file
96
97         * .cvsignore: new file
98
99 2002-04-02  Allan Rae  <rae@lyx.org>
100
101         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
102         directory uses minimum include paths
103
104 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
105
106         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
107         testing if libforms contains libjpeg or not.
108
109 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
110
111         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
112
113         * depcomp.diff: the patch is added to the repository, as Lars wishes...
114
115 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
116
117         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
118
119 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
120
121         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
122         partial linking or not.
123
124 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
125
126         * common.am (DISTCLEANFILES): don't be recursive by default.
127         (remove -r)
128
129 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
130
131         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
132         for a good C++ compiler
133         (LYX_PATH_XFORMS): small cleanups
134         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
135         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
136         xforsm-image-loader to version info.
137
138 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
139
140         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
141         the library.
142
143 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
144
145         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
146         xforms libraries can be used to load images into LyX.
147
148 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
149
150         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
151         --version to get version info from gcc.
152
153 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
154
155         * qt2.m4: small tweaks to the -lqt recognition stuff..
156
157 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
158
159         * config.guess: update
160         * config.sub: update
161         * ltmain.sh: update
162
163 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
164
165         * lyxinclude.m4: Allow disabling of debug information.
166
167 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
168
169         * depcomp: new script to handle dependencies, from automake 1.5
170
171         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
172         SELECT_* defines.
173         (LYX_PROG_CXX_WORKS): change to do the work without
174         AC_TRY_COMPILE, since we do not have a compiler defined yet.
175         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
176
177 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
178
179         * *.m4: update to gettext 0.10.40
180
181 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
182
183         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
184
185 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
186
187         * qt2.m4: fix for mis-named -lqt2
188
189 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
190
191         * libtool.m4: update to latest version
192
193 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
194
195         * lyxinclude.m4: fix the help text of --with-frontend
196
197 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
198
199         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
200         --with-warnings to --enable-warnings.
201
202 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
203
204         * lyxinclude.m4: honour --disable-optimization
205
206 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
207
208         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
209         0.89.5
210
211 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
212
213         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
214         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
215         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
216
217         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
218         USE_PSPELL define.
219
220 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
221
222         * codeset.m4:
223         * glibc21.m4:
224         * iconv.m4:
225         * isc-posix.m4: new files from gettext 0.10.38
226
227         * lcmessage.m4:
228         * progtest.m4:
229         * gettext.m4: updated to gettext 0.10.38
230
231 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
232
233         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
234
235 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
236
237         * boost.m3: delete file
238
239         * ltconfig: delete file
240         * config.guess: update libtool
241         * config.sub: update libtool
242         * libtool.m4: update libtool
243         * ltmain.sh: update libtool
244
245 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
246
247         * qt2.m4 (QT2_AC_PATH): fix typo.
248
249 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
250
251         * progtest.m4: added OS2 detection
252
253 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
254
255         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
256         gcc 3.0
257
258 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
259
260         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
261         (QT_VERSION < 221).
262
263 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
264
265         * lyxinclude.m4: minor changes, --with-lyx-version becomes
266         --with-version-suffix
267
268 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
269
270         * lyxinclude.m4: --with-lyx-version
271
272         * kde.m4: remove cruft that was breaking installs
273
274 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
275
276         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
277
278 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
279
280         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
281         2.95.3.