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