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