]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
fix writing of tabulars; output the real lyx version number at the top of generated...
[lyx.git] / config / ChangeLog
1 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * configure.ac,configure.in,lyxinclude213.m4,relyx_configure.ac,relyx_configure.in: delete file
4
5 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
6
7         * configure.in:
8         * configure.ac: remove frontend directories from FRONTEND_INCLUDES
9
10 2003-07-22  John Levon  <levon@movementarian.org>
11
12         * configure.ac:
13         * configure.in: support Aiksaurus 1.0
14
15 2003-07-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
16
17         * configure.in:
18         * configure.ac: only add X libraries to LIBS if --disable-x has
19         not been passed to configure (useful for Qt/Mac)
20
21 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
22
23         * lyxinclude.m4: add gcc 3.4
24
25 2003-07-15  Angus Leeming  <leeming@lyx.org>
26
27         * lyxinclude.m4: Do not pass the -Winline option to gcc.
28
29 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
30
31         * configure.ac: also check for <ios> header
32
33 2003-05-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
34
35         * relyx_configure.ac:
36         * relyx_configure.in: add AM_MAINTAINER_MODE here too.
37
38 2003-05-20  Angus Leeming  <leeming@lyx.org>
39
40         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
41         Rob Lahaye to ensure that the configure test succeeds with
42         xforms 1.0.2 and, moreover, that this will not break the final
43         linking step under cygwin.
44
45 2003-05-15  Rob Lahaye  <lahaye@snu.ac.kr>
46
47         * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage
48
49 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
50
51         * qt.m4: errors are not fatal
52
53 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
54
55         * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION,
56         subst it instead.
57         (lyx_cv_forms_h_location): don't define FORMS_H_LOCATION, subst it
58         instead.
59
60         * configure.in: generate lyx_forms.h and lyx_xpm.h.
61
62         * configure.ac: always check for xforms and qt libs regardless of
63         frontend chosen. Generate lyx_forms.h and lyx_xpm.h.
64
65 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
66
67         * configure.ac: better lib building.
68
69 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
70
71         * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function
72
73         * configure.ac: allow boost as system lib
74         * common.am: ditto
75
76 2003-05-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
77
78         * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but
79         good enough implementation (bug 936)
80
81 2003-04-15  Angus Leeming  <leeming@lyx.org>
82
83         * common.am (SIGC_INCLUDES): removed.
84
85 2003-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
86
87         * configure.in (ALL_LINGUAS):
88         * configure.ac (ALL_LINGUAS): add nn (nynorsk)
89
90 2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
91
92         * configure.in:
93         * configure.ac: move AM_MAINTAINER_MODE later
94
95 2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
96
97         * configure.in:
98         * configure.ac: use AM_MAINTAINER_MODE
99
100 2003-03-25  John Levon  <levon@movementarian.org>
101
102         * Makefile.am:
103         * aspell.m4: add
104
105         * pspell.m4: some more fixes
106
107         * configure.in:
108         * configure.ac: prefer new aspell to pspell
109
110 2003-03-25  John Levon  <levon@movementarian.org>
111
112         * pspell.m4: fix up the tests again
113
114 2003-03-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
115
116         * lyxinclude.m4 (lyx_warning): add gcc 3.3 as known compiler and
117         make sure that -fno-exceptions is turned on for it.
118
119 2003-03-20  Kayvan Sylvan  <kayvan@sylvan.com>
120
121         * configure.ac:
122         * configure.in: Move the RPM_FRONTEND_* stuff and eliminate the
123         value in AC_SUBST. This makes configure work as expected with
124         autoconf-2.5x
125
126 2003-03-12  Kayvan Sylvan  <kayvan@sylvan.com>
127
128         * configure.ac:
129         * configure.in: Add the CHECK_WITH_CYGWIN macro call.
130
131         * Makefile.am: add cygwin.m4 to EXTRA_DIST
132
133         * cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate
134         some checks for Win32 GCC based on info from the following URL:
135         http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253
136
137         * libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin.
138
139 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
140
141         * pspell.m4: simplify pspell checking even more
142
143 2003-03-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
144
145         * configure.ac:
146         * configure.in: remove special handling of linking order for
147         cygwin
148
149 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
150
151         * lyxinclude213.m4: add a AC_HELP_STRING
152
153 2003-02-26  Albert Chin  <china@thewrittenword.com>
154
155         * relyx_configure.ac: fix application of `chmod' to the reLyX and
156         noweb2lyx scripts
157
158 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
159
160         * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
161
162         * lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): remove, not used
163         anymore
164
165         * configure.in:
166         * configure.ac: do not call LYX_FUNC_PUTENV_ARGTYPE
167
168 2003-02-21  André Pönitz <poenitz@gmx.net>
169
170         * configure.ac, configure.in: removed check for setenv and putenv
171
172 2003-02-20  Kayvan A. Sylvan <kayvan@sylvan.com>
173
174         * configure.ac, configure.in: add RPM_FRONTEND stuff to
175         automatically generate an xforms or qt specific lyx.spec
176         file.
177
178 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
179
180         * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
181         relyx_configure.in.
182
183 2003-02-18  John Levon  <levon@movementarian.org>
184
185         * config/qt.m4: prefer -lqt-mt - test this...
186
187 2003-02-17  John Levon  <levon@movementarian.org>
188
189         * config/pspell.m4: turn on pspell by default
190
191 2003-02-17  John Levon  <levon@movementarian.org>
192
193         * config/configure.ac:
194         * config/configure.in: remove the -isystem fiddling. Let's see
195           if Solaris people complain...
196
197 2003-02-07  John Levon  <levon@movementarian.org>
198
199         * config/configure.ac:
200         * config/configure.in: fix bug 874 by adding strerror check
201
202 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
203
204         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in
205         the prog that checks for flimage.h header.
206
207         * common.am (AM_INSTALL_DATA_FLAGS): add
208
209 2003-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
210
211         * lyxinclude.m4:
212         * configure.ac:
213         * configure.in: comment out gnome frontend support
214
215 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
216
217         * lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
218         there has been an error in configuration. With autoconf 2.5x,
219         $cache_file is often set to /dev/null, and deleting that is not a
220         good idea...
221
222 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
223
224         * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
225         * configure.in (AC_OUTPUT): ditto
226
227 2002-12-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
228
229         * configure.ac (AC_CONFIG_FILES)): add development/Makefile
230         * configure.in (AC_OUTPUT): ditto
231
232 2002-12-17  Angus Leeming  <leeming@lyx.org>
233
234         * configure.ac:
235         * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
236
237 2002-12-16  Angus Leeming  <leeming@lyx.org>
238
239         * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
240         LYX_CHECK_XFORMS_IMAGE_LOADER.
241         Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
242
243         * configure.in: As above. However, I have also found it necessary to
244         comment out some tests from the gnome block of case "$lyx_use_frontend"
245         otherwise they were replicated. No idea what is going wrong here.
246
247         * xforms.m4 (XFORMS_VERSION): update warning/error messages.
248         (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
249         The function is far simpler as we don't have to worry about
250         xforms < 0.89.5.
251
252 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
253
254         * Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and
255         lyxinclude213.m4
256
257         * lyxinclude25x.m4: new file, containing macros specific to
258         autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
259
260         * lyxincludes213.m4: new file, containing macros specific to
261         autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
262         (LYX_FUNC_SELECT_ARGTYPES): move here
263
264         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
265
266         * configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
267         2.5x)
268
269 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
270
271         * configure.ac: USE_BOOST_FORMAT
272         * acconfig.h: ditto
273
274 2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
275
276         * configure.ac: use AH_TOP and AH_BOTTOM instead of
277         AH_VERBATIM
278
279 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
280
281         * configure.ac (AH_VERBATIM): fix keys to be unique
282
283 2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
284
285         * configure.ac (AH_VERBATIM): add some lost parts...
286
287 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
288
289         * lyxinclude.m4: increase template depth for some versions of g++.
290
291 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
292
293         * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
294         more robust.
295
296 2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
297
298         * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
299         USE_BASIC_IMAGE_LOADER from here...
300         * configure.ac: ... here
301         * configure.in: ...to here, and ...
302
303 2002-09-13  John Levon  <levon@movementarian.org>
304
305         * qt.m4: tweak sed usage
306
307 2002-09-12  John Levon  <levon@movementarian.org>
308
309         * Makefile.am: qt.m4 not qt2.m4
310
311 2002-09-12  John Levon  <levon@movementarian.org>
312
313         * configure.ac:
314         * configure.in:
315         * qt.m4: output Qt version
316
317 2002-09-12  John Levon  <levon@movementarian.org>
318
319         * qt.m4: make $FATAL actually work
320
321 2002-09-12  John Levon  <levon@movementarian.org>
322
323         * configure.ac:
324         * configure.in:
325         * lyxinclude.m4:
326         * qt2.m4:
327         * qt.m4: new Qt configure script
328
329 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
330
331         * relyx_configure.ac:
332         * configure.ac: only require autoconf 2.52
333
334         * Makefile.am (EXTRA_DIST): distribute also xforms.m4
335
336 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
337
338         * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
339         argument of AC_CHECK_LIB
340
341         * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
342         make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
343         (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
344
345 2002-08-14  John Levon  <levon@movementarian.org>
346
347         * configure.in:
348         * configure.ac: no xforms check with Qt
349
350 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
351
352         * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
353
354 2002-08-11  Angus Leeming  <leeming@lyx.org>
355
356         * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
357         definition of c-tor.
358
359 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
360
361         * Makefile.am (EXTRA_DIST): remove sigc++.m4
362
363 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
364
365         * xforms.m4: switch back to save,restore
366
367         * some more updates and removal of obsolete macros.
368
369 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
370
371         * further work on 2.53 stuff.
372
373 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
374
375         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
376
377 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
378
379         * lyxinclude.m4 (LYX_SCO):
380         (LYX_HPUX):
381         (LYX_SUNOS4): remove macros
382         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
383
384 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
385
386         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
387         gcc 2.95.x.
388
389 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
390
391         * lyxinclude.m4: add -Wno-non-template-friend
392
393 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
394
395         * pspell.m4: patch from Garst to help find pspell (bug 428) this
396         code is really tasteless...
397
398 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
399
400         * lyxinclude.m4: remove LYX_REGEX properly
401
402 2002-06-12  Angus Leeming  <leeming@lyx.org>
403
404         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
405
406 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
407
408         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
409         check for flimage.h header.
410
411 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
412
413         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
414
415 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
416
417         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
418         simpler and hopefully better. Please test.
419         (LYX_PATH_XFORMS): move test for flimage.h in
420         LYX_USE_XFORMS_IMAGE_LOADER.
421         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
422         lines in LYX_USE_XFORMS_IMAGE_LOADER.
423
424 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
425
426         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
427
428 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
429
430         * xforms.m4: don't insist on building with flimage linked
431
432 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
433
434         * xforms.m4: don't warn about missing flimage.h
435
436 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
437
438         * xforms.m4: moved out of lyxinclude.m4, some
439           fixes for 1.0
440
441 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
442
443         * pkg.m4: new file
444
445 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
446
447         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
448         happens.
449
450 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
451
452         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
453         (lyx_warning): disable exceptions for gcc 3.1 too
454
455         * kde.m4: remove file
456
457 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
458
459         * cvsignore: add Makefile.
460
461 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
462
463         * Makefile.am (EXTRA_DIST): also dist the m4 files
464
465 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
466
467         * Makefile.am: make distcheck work, new file
468
469         * .cvsignore: new file
470
471 2002-04-02  Allan Rae  <rae@lyx.org>
472
473         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
474         directory uses minimum include paths
475
476 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
477
478         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
479         testing if libforms contains libjpeg or not.
480
481 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
482
483         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
484
485         * depcomp.diff: the patch is added to the repository, as Lars wishes...
486
487 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
488
489         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
490
491 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
492
493         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
494         partial linking or not.
495
496 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
497
498         * common.am (DISTCLEANFILES): don't be recursive by default.
499         (remove -r)
500
501 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
502
503         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
504         for a good C++ compiler
505         (LYX_PATH_XFORMS): small cleanups
506         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
507         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
508         xforsm-image-loader to version info.
509
510 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
511
512         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
513         the library.
514
515 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
516
517         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
518         xforms libraries can be used to load images into LyX.
519
520 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
521
522         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
523         --version to get version info from gcc.
524
525 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
526
527         * qt2.m4: small tweaks to the -lqt recognition stuff..
528
529 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
530
531         * config.guess: update
532         * config.sub: update
533         * ltmain.sh: update
534
535 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
536
537         * lyxinclude.m4: Allow disabling of debug information.
538
539 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
540
541         * depcomp: new script to handle dependencies, from automake 1.5
542
543         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
544         SELECT_* defines.
545         (LYX_PROG_CXX_WORKS): change to do the work without
546         AC_TRY_COMPILE, since we do not have a compiler defined yet.
547         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
548
549 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
550
551         * *.m4: update to gettext 0.10.40
552
553 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
554
555         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
556
557 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
558
559         * qt2.m4: fix for mis-named -lqt2
560
561 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
562
563         * libtool.m4: update to latest version
564
565 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
566
567         * lyxinclude.m4: fix the help text of --with-frontend
568
569 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
570
571         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
572         --with-warnings to --enable-warnings.
573
574 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
575
576         * lyxinclude.m4: honour --disable-optimization
577
578 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
579
580         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
581         0.89.5
582
583 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
584
585         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
586         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
587         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
588
589         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
590         USE_PSPELL define.
591
592 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
593
594         * codeset.m4:
595         * glibc21.m4:
596         * iconv.m4:
597         * isc-posix.m4: new files from gettext 0.10.38
598
599         * lcmessage.m4:
600         * progtest.m4:
601         * gettext.m4: updated to gettext 0.10.38
602
603 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
604
605         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
606
607 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
608
609         * boost.m3: delete file
610
611         * ltconfig: delete file
612         * config.guess: update libtool
613         * config.sub: update libtool
614         * libtool.m4: update libtool
615         * ltmain.sh: update libtool
616
617 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
618
619         * qt2.m4 (QT2_AC_PATH): fix typo.
620
621 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
622
623         * progtest.m4: added OS2 detection
624
625 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
626
627         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
628         gcc 3.0
629
630 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
631
632         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
633         (QT_VERSION < 221).
634
635 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
636
637         * lyxinclude.m4: minor changes, --with-lyx-version becomes
638         --with-version-suffix
639
640 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
641
642         * lyxinclude.m4: --with-lyx-version
643
644         * kde.m4: remove cruft that was breaking installs
645
646 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
647
648         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
649
650 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
651
652         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
653         2.95.3.