]> git.lyx.org Git - lyx.git/blob - config/ChangeLog
move and update preference file in LyX.app bundle; do not append version suffix to...
[lyx.git] / config / ChangeLog
1 2006-02-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2
3         * lyxinclude.m4 (LYX_USE_PACKAGING): do not set program_suffix for
4         macosx packaging.
5
6 2006-02-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
7
8         * lyxinclude.m4 (LYX_VERSION_SUFFIX): do not alter PACKAGE here.
9         (LYX_USE_PACKAGING): add $version_suffix to PACKAGE here and set
10         program_suffix for posix (bug 2237); provide a custom definition
11         of pkgdatadir for OSX and windows.
12
13 2006-01-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
14
15         * ltmain.sh: apply patch for darwin
16
17 2005-12-30  Lars Gullik Bjonnes  <larsbj@lyx.org>
18
19         * ltmain.sh: update to newer version
20
21 2005-12-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
22
23         * qt.m4: use -nounload with uic if supported (uic can dump core
24         otherwise). 
25
26 2005-12-23  Lars Gullik Bjonnes  <larsbj@lyx.org>
27
28         * common.am (AUTOMAKE_OPTIONS): deleted, we now setup am args
29         from configure.ac 
30
31         * lyxinclude.m4: use AC_PACKAGE_VERSION instead of VERSION, use
32         AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
33
34 2005-10-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
35
36         * lyxinclude.m4 (LYX_USE_PACKAGING): set PACKAGE depending on
37         packaging setting.
38         (LYX_VERSION_SUFFIX): honor PACKAGE value.
39
40 2005-09-29  Angus Leeming  <leeming@lyx.org>
41
42         * lyxinclude.m4: add a new MSYS_AC_CANONICAL_PATH macro that
43         generates a Windows native path on Windows boxes and unix native
44         path on *nix boxes. With thanks to Keith Marshall. Details can
45         be found here: http://thread.gmane.org/gmane.comp.gnu.mingw.msys/2937
46
47 2005-09-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
48
49         * lyxinclude.m4 (LYX_PROG_CXX): do not enable stdlib-debug for
50         prereleases.
51
52 2005-09-08  Angus Leeming  <leeming@lyx.org>
53
54         * spell.m4: correct grammar describing invocation of the
55         spellchecker.
56
57 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
58
59         * common.am (AUTOMAKE_OPTIONS): add dist-bzip2
60
61 2005-07-18  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
62
63         * lyxinclude.m4 (LYX_USE_PACKAGING): use LyX instead of lyx as
64         package name for Windows and OSX packaging.
65
66         * lyxinclude.m4 (LYX_USE_FRONTENDS): require the user to select a
67         frontend. 
68
69         * qt.m4 (QT_DO_IT_ALL): define QT_NO_STL.
70
71 2005-07-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
72
73         * lyxinclude.m4 (enable-optimization): make releases and
74         prereleases have optimization set to -O2
75
76 2005-07-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
77
78         * lyxinclude.m4: set profiling off by defqult 
79
80 2005-07-15  José Matos <jamatos@lyx.org>
81
82         * py-compile: new file to byte-compile python scripts.
83
84 2005-07-15  Lars Gullik Bjønnes  <larsbj@lyx.org>
85
86         * lyxinclude.m4 (lyx_pch_comp): add profiling switch
87
88 2005-07-12  Angus Leeming  <leeming@lyx.org>
89
90         * qt.m4 (QT_CHECK_IS_MULTITHREADED): ascertain whether the Qt library
91         has multi-threading support.
92
93 2005-07-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
94
95         * qt.m4 (QT_DO_IT_ALL): mark the QTDIR variable as precious.
96
97 2005-05-04  Angus Leeming  <leeming@lyx.org>
98
99         * common.am (*.o *.lo *.obj): make the TARGETS depend on $(PCH_FILE),
100         not the SOURCES.
101         (pch-file): name the generated .pch.h.gch file explicitly.
102         Enables the file to be output to the build directory if different
103         to the source directory.
104         (DISTCLEANFILES): add pch.h.gch.dep
105
106 2005-05-03  Angus Leeming  <leeming@lyx.org>
107
108         * Makefile.am: remove [ap]spell.m4 and add spell.m4.
109
110 2005-05-02  Angus Leeming  <leeming@lyx.org>
111
112         * spell.m4: test for something that MSVC doesn't have (fork)
113         as opposed to something it does (select, dup2).
114
115 2005-05-02  Angus Leeming  <leeming@lyx.org>
116
117         * aspell.m4, pspell.m4: removed.
118         * spell.m4: new. Incorporates the code in [ap]spell but also adds
119         a test for whether the ISpell-handling code should be compiled.
120
121 2005-04-22  Angus Leeming  <leeming@lyx.org>
122
123         * qt.m4: Move the Qt-specific preprocessor flags out of the
124         various Makefile.am files to here. Specialise the flags for mingw.
125
126 2005-02-17  Michael Schmitt  <michael.schmitt@teststep.org>
127
128         * qt.m4: detect Qt Win/Free library
129
130 2005-02-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
131
132         * lyxinclude.m4 (LYX_USE_PACKAGING): remove single quotes around
133         prefix in the windows case; set libdir correctly.
134
135 2005-01-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
136
137         * common.am (pch-file): new target, used recursively by target
138         $(PCH_FILE). This avoids bash-isms.
139
140 2005-01-12  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
141
142         * lyxinclude.m4: fix default win32 prefix
143
144 2005-01-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
145
146         * lyxinclude.m4 (LYX_USE_PACKAGING): new macro.
147
148 2005-01-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
149
150         * lyxinclude.m4 (enable_stdlib_debug): new switch
151         (enable_concept_checks): new switch
152         (enable_pch): new switch
153         Also some cleanup.
154
155 2004-12-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
156
157         * lyxinclude.m4 (LYX_CXX_CHEADERS): remove.
158
159 2004-12-15  Angus Leeming  <leeming-0hXrFu2P2+c@public.gmane.org>
160
161         * lyxinclude.m4: define AC_FUNC_MKDIR.
162
163 2004-12-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
164
165         * common.am: setup variables for boost
166
167 2004-12-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
168
169         * lyxinclude.m4 (lyx_pch_comp): next gcc version is 4.0 not 3.5
170
171         * common.am ($(PCH_FILE)): do a subst and sed dance to get rid of
172         the PCH_FLAGS from the command line when generating the
173         precompiled header.
174
175         * lyxinclude.m4 (lyx_pch_comp): use CPPFLAGS instead of CXXFLAGS
176         for warning flags. 3.5 -> 4.0 for next gcc version
177
178 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
179
180         * lyxinclude.m4: next version of gcc will be 4.0 not 3.5
181
182 2004-11-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
183
184         * lyxinclude.m4 (enable_debug): Add support for stdlibc++ concept
185         checks on gcc >3.4.
186
187 2004-10-23  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
188
189         * lyxinclude.m4 (LYX_VERSION_SUFFIX): set RPM_VERSION_SUFFIX even
190         if it is empty, otherwise the spec file is broken
191
192 2004-10-11  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
193
194         * lyxinclude.m4: set new variable RPM_VERSION_SUFFIX
195
196 2004-10-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
197
198         * lyxinclude.m4 (LYX_CHECK_VERSION): simplify
199
200 2004-09-23  John Spray  <jcs116@york.ac.uk>
201
202         * lyxinclude.m4 (LYX_USE_FRONTENDS): mention gtk as frontend
203
204 2004-08-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
205
206         * common.am: improve pch handling a tiny bit
207
208 2004-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
209
210         * lyxinclude.m4 (lyx_pch_comp,LYX_BUILD_PCH): set this for
211         precompiled header capable gcc compilers
212
213         * common.am (pch.h.gch,LYX_BUILD_PCH): support for precompiled
214         headers
215
216 2004-07-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
217
218         * lyxinclude.m4: setup for gcc 3.5 use as well
219
220 2004-07-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
221
222         * common.am (AM_ETAGSFLAGS): setup variable
223
224 2004-05-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
225
226         * depcomp.diff: remove file
227         * gettext.m4.patch: remove file
228
229 2004-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
230
231         * acconfig.h: remove file
232
233 2004-05-26  Lars Gullik Bjønnes  <larsbj@lyx.org>
234
235         * nls.m4: new file
236
237         * Makefile.am: add more m4 files and reformat a bit
238
239 2004-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
240
241         * config.rpath: new file
242
243 2004-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
244
245         * add some more m4 files to work around errors with older
246         automake/autoconf versions.
247
248 2004-05-25  Lars Gullik Bjønnes  <larsbj@lyx.org>
249
250         * update m4 files from automake 1.8 autoconf 2.59 and update other
251         m4 files to avoid auto warnings.
252
253 2004-05-18  Lars Gullik Bjønnes  <larsbj@lyx.org>
254
255         * lyxinclude.m4 (lyx_warning): change debug mode setup to use
256         AC_DEFINE
257
258 2004-05-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
259
260         * lyxinclude.m4 (enable-debug): Use the libstdc++ debugging mode
261         if configuring with enable-debug.
262
263 2004-05-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
264
265         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): rename
266         xforms-image-loader flag to jpeg-image-loader
267
268 2004-03-01  Zvezdan Petkovic  <zvezdan@cs.wm.edu>
269
270         * qt.m4 (QT_DO_IT_ALL): if the variables MOC or UIC are set, honor
271         their value
272
273 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
274
275         * lyxinclude.m4 (LYX_CXX_STL_STRING): remove
276         (LYX_CXX_GOOD_STD_STRING): remove
277
278 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
279
280         * Makefile.am (EXTRA_DIST): remove files that are not there anymore
281
282 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
283
284         * xforms.m4 (XFORMS_DO_IT_ALL): new macro, which calls all the
285         xforms stuff and AC_SUBSTs XFORMS_LIBS with all libraries needed
286         by the xforms frontend
287
288         * lyxinclude.m4 (LYX_USE_FRONTENDS): renamed from
289         LYX_USE_FRONTEND. Can now accept a list of frontends; the
290         variables defines there are now FRONTENDS, FRONTENDS_SUBDIRS and
291         FRONTENDS_PROGS.
292
293 2003-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
294
295         * lyxinclude.m4: use AC_HELP_STRING
296
297 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
298
299         * configure.ac:
300         * configure.in:
301         * lyxinclude213.m4:
302         * relyx_configure.ac:
303         * relyx_configure.in: delete
304
305 2003-07-25  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
306
307         * configure.in:
308         * configure.ac: remove frontend directories from FRONTEND_INCLUDES
309
310 2003-07-22  John Levon  <levon@movementarian.org>
311
312         * configure.ac:
313         * configure.in: support Aiksaurus 1.0
314
315 2003-07-03  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
316
317         * configure.in:
318         * configure.ac: only add X libraries to LIBS if --disable-x has
319         not been passed to configure (useful for Qt/Mac)
320
321 2003-07-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
322
323         * lyxinclude.m4: add gcc 3.4
324
325 2003-07-15  Angus Leeming  <leeming@lyx.org>
326
327         * lyxinclude.m4: Do not pass the -Winline option to gcc.
328
329 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
330
331         * configure.ac: also check for <ios> header
332
333 2003-05-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
334
335         * relyx_configure.ac:
336         * relyx_configure.in: add AM_MAINTAINER_MODE here too.
337
338 2003-05-20  Angus Leeming  <leeming@lyx.org>
339
340         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): clean-up instigated by
341         Rob Lahaye to ensure that the configure test succeeds with
342         xforms 1.0.2 and, moreover, that this will not break the final
343         linking step under cygwin.
344
345 2003-05-15  Rob Lahaye  <lahaye@snu.ac.kr>
346
347         * xforms.m4: reverse two tests; do first -ljpeg, then -lflimage
348
349 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
350
351         * qt.m4: errors are not fatal
352
353 2003-05-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
354
355         * xforms.m4 (lyx_cv_xpm_h_location): don't define XPM_H_LOCATION,
356         subst it instead.
357         (lyx_cv_forms_h_location): don't define FORMS_H_LOCATION, subst it
358         instead.
359
360         * configure.in: generate lyx_forms.h and lyx_xpm.h.
361
362         * configure.ac: always check for xforms and qt libs regardless of
363         frontend chosen. Generate lyx_forms.h and lyx_xpm.h.
364
365 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
366
367         * configure.ac: better lib building.
368
369 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
370
371         * lyxinclude.m4 (LYX_USE_INCLUDED_BOOST): new m4 function
372
373         * configure.ac: allow boost as system lib
374         * common.am: ditto
375
376 2003-05-07  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
377
378         * lyxinclude213.m4 (AC_HELP_STRING): replace with a hackish but
379         good enough implementation (bug 936)
380
381 2003-04-15  Angus Leeming  <leeming@lyx.org>
382
383         * common.am (SIGC_INCLUDES): removed.
384
385 2003-04-11  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
386
387         * configure.in (ALL_LINGUAS):
388         * configure.ac (ALL_LINGUAS): add nn (nynorsk)
389
390 2003-04-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
391
392         * configure.in:
393         * configure.ac: move AM_MAINTAINER_MODE later
394
395 2003-03-26  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
396
397         * configure.in:
398         * configure.ac: use AM_MAINTAINER_MODE
399
400 2003-03-25  John Levon  <levon@movementarian.org>
401
402         * Makefile.am:
403         * aspell.m4: add
404
405         * pspell.m4: some more fixes
406
407         * configure.in:
408         * configure.ac: prefer new aspell to pspell
409
410 2003-03-25  John Levon  <levon@movementarian.org>
411
412         * pspell.m4: fix up the tests again
413
414 2003-03-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
415
416         * lyxinclude.m4 (lyx_warning): add gcc 3.3 as known compiler and
417         make sure that -fno-exceptions is turned on for it.
418
419 2003-03-20  Kayvan Sylvan  <kayvan@sylvan.com>
420
421         * configure.ac:
422         * configure.in: Move the RPM_FRONTEND_* stuff and eliminate the
423         value in AC_SUBST. This makes configure work as expected with
424         autoconf-2.5x
425
426 2003-03-12  Kayvan Sylvan  <kayvan@sylvan.com>
427
428         * configure.ac:
429         * configure.in: Add the CHECK_WITH_CYGWIN macro call.
430
431         * Makefile.am: add cygwin.m4 to EXTRA_DIST
432
433         * cygwin.m4: Add CHECK_WITH_CYGWIN function to encapuslate
434         some checks for Win32 GCC based on info from the following URL:
435         http://bugzilla.gnome.org/showattachment.cgi?attach_id=12253
436
437         * libtool.m4: TAB to SPACE fixes. Now impgen.c compiles on Cygwin.
438
439 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
440
441         * pspell.m4: simplify pspell checking even more
442
443 2003-03-10  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
444
445         * configure.ac:
446         * configure.in: remove special handling of linking order for
447         cygwin
448
449 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
450
451         * lyxinclude213.m4: add a AC_HELP_STRING
452
453 2003-02-26  Albert Chin  <china@thewrittenword.com>
454
455         * relyx_configure.ac: fix application of `chmod' to the reLyX and
456         noweb2lyx scripts
457
458 2003-02-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
459
460         * xforms.m4 (LYX_PATH_XPM): move here from lyxinclude.m4
461
462         * lyxinclude.m4 (LYX_FUNC_PUTENV_ARGTYPE): remove, not used
463         anymore
464
465         * configure.in:
466         * configure.ac: do not call LYX_FUNC_PUTENV_ARGTYPE
467
468 2003-02-21  André Pönitz <poenitz@gmx.net>
469
470         * configure.ac, configure.in: removed check for setenv and putenv
471
472 2003-02-20  Kayvan A. Sylvan <kayvan@sylvan.com>
473
474         * configure.ac, configure.in: add RPM_FRONTEND stuff to
475         automatically generate an xforms or qt specific lyx.spec
476         file.
477
478 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
479
480         * Makefile.am (EXTRA_DIST): add pkg.m4, relyx_configure.ac and
481         relyx_configure.in.
482
483 2003-02-18  John Levon  <levon@movementarian.org>
484
485         * config/qt.m4: prefer -lqt-mt - test this...
486
487 2003-02-17  John Levon  <levon@movementarian.org>
488
489         * config/pspell.m4: turn on pspell by default
490
491 2003-02-17  John Levon  <levon@movementarian.org>
492
493         * config/configure.ac:
494         * config/configure.in: remove the -isystem fiddling. Let's see
495           if Solaris people complain...
496
497 2003-02-07  John Levon  <levon@movementarian.org>
498
499         * config/configure.ac:
500         * config/configure.in: fix bug 874 by adding strerror check
501
502 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
503
504         * xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): include forms.h in
505         the prog that checks for flimage.h header.
506
507         * common.am (AM_INSTALL_DATA_FLAGS): add
508
509 2003-01-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
510
511         * lyxinclude.m4:
512         * configure.ac:
513         * configure.in: comment out gnome frontend support
514
515 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
516
517         * lyxinclude.m4 (LYX_CHECK_ERRORS): do not delete $cache_file if
518         there has been an error in configuration. With autoconf 2.5x,
519         $cache_file is often set to /dev/null, and deleting that is not a
520         good idea...
521
522 2002-12-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
523
524         * configure.ac (AC_CONFIG_FILES): add sourcedoc/Makefile
525         * configure.in (AC_OUTPUT): ditto
526
527 2002-12-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
528
529         * configure.ac (AC_CONFIG_FILES)): add development/Makefile
530         * configure.in (AC_OUTPUT): ditto
531
532 2002-12-17  Angus Leeming  <leeming@lyx.org>
533
534         * configure.ac:
535         * configure.in: remove the XOpenIM test as lyxlookup.C has been buried.
536
537 2002-12-16  Angus Leeming  <leeming@lyx.org>
538
539         * configure.ac: replace LYX_USE_XFORMS_IMAGE_LOADER with
540         LYX_CHECK_XFORMS_IMAGE_LOADER.
541         Remove AM_CONDITIONAL(USE_BASIC_IMAGE_LOADER, ...) test.
542
543         * configure.in: As above. However, I have also found it necessary to
544         comment out some tests from the gnome block of case "$lyx_use_frontend"
545         otherwise they were replicated. No idea what is going wrong here.
546
547         * xforms.m4 (XFORMS_VERSION): update warning/error messages.
548         (LYX_CHECK_XFORMS_IMAGE_LOADER): replaces LYX_USE_XFORMS_IMAGE_LOADER.
549         The function is far simpler as we don't have to worry about
550         xforms < 0.89.5.
551
552 2002-11-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
553
554         * Makefile.am (EXTRA_DIST): add lyxinclude25x.m4 and
555         lyxinclude213.m4
556
557         * lyxinclude25x.m4: new file, containing macros specific to
558         autoconf 2.5x (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
559
560         * lyxincludes213.m4: new file, containing macros specific to
561         autoconf 2.13 (LYX_CHECK_DECL and LYX_CHECK_DECL_HDRS for now)
562         (LYX_FUNC_SELECT_ARGTYPES): move here
563
564         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): remove
565
566         * configure.ac: use AC_FUNC_SELECT_ARGTYPES (because it works in
567         2.5x)
568
569 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
570
571         * configure.ac: USE_BOOST_FORMAT
572         * acconfig.h: ditto
573
574 2002-11-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
575
576         * configure.ac: use AH_TOP and AH_BOTTOM instead of
577         AH_VERBATIM
578
579 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
580
581         * configure.ac (AH_VERBATIM): fix keys to be unique
582
583 2002-11-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
584
585         * configure.ac (AH_VERBATIM): add some lost parts...
586
587 2002-10-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
588
589         * lyxinclude.m4: increase template depth for some versions of g++.
590
591 2002-10-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
592
593         * configure.in,configure.ac: make the AM_CONDITIONAL check a bit
594         more robust.
595
596 2002-10-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
597
598         * xforms.m4 (lyx_use_xforms_image_loader): move the AM_CONDITIONAL
599         USE_BASIC_IMAGE_LOADER from here...
600         * configure.ac: ... here
601         * configure.in: ...to here, and ...
602
603 2002-09-13  John Levon  <levon@movementarian.org>
604
605         * qt.m4: tweak sed usage
606
607 2002-09-12  John Levon  <levon@movementarian.org>
608
609         * Makefile.am: qt.m4 not qt2.m4
610
611 2002-09-12  John Levon  <levon@movementarian.org>
612
613         * configure.ac:
614         * configure.in:
615         * qt.m4: output Qt version
616
617 2002-09-12  John Levon  <levon@movementarian.org>
618
619         * qt.m4: make $FATAL actually work
620
621 2002-09-12  John Levon  <levon@movementarian.org>
622
623         * configure.ac:
624         * configure.in:
625         * lyxinclude.m4:
626         * qt2.m4:
627         * qt.m4: new Qt configure script
628
629 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
630
631         * relyx_configure.ac:
632         * configure.ac: only require autoconf 2.52
633
634         * Makefile.am (EXTRA_DIST): distribute also xforms.m4
635
636 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
637
638         * lyxinclude.m4 (LYX_PATH_XPM): do not pass XPM_LIB as 5th
639         argument of AC_CHECK_LIB
640
641         * xforms.m4 (LYX_PATH_XFORMS): use 5th argument of AC_CHECK_LIB to
642         make sure that -lXpm is used when linking. Require LYX_PATH_XPM.
643         (LYX_USE_XFORMS_IMAGE_LOADER): use XPM_LIB here
644
645 2002-08-14  John Levon  <levon@movementarian.org>
646
647         * configure.in:
648         * configure.ac: no xforms check with Qt
649
650 2002-08-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
651
652         * configure.in: change AC_LANG(XX) back to the AC_LANG_XX variant.
653
654 2002-08-11  Angus Leeming  <leeming@lyx.org>
655
656         * lyxinclude.m4 (LYX_CXX_EXPLICIT): remove trailing semi-colon after
657         definition of c-tor.
658
659 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
660
661         * Makefile.am (EXTRA_DIST): remove sigc++.m4
662
663 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
664
665         * xforms.m4: switch back to save,restore
666
667         * some more updates and removal of obsolete macros.
668
669 2002-08-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
670
671         * further work on 2.53 stuff.
672
673 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
674
675         * lyxinclude.m4 (LYX_PROG_CXX): remove the double -Winline
676
677 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
678
679         * lyxinclude.m4 (LYX_SCO):
680         (LYX_HPUX):
681         (LYX_SUNOS4): remove macros
682         (LYX_PATH_XPM): add description of XPM_H_LOCATION here
683
684 2002-07-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
685
686         * lyxinclude.m4 (LYX_PROG_CXX): add -Wno-non-template-friend for
687         gcc 2.95.x.
688
689 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
690
691         * lyxinclude.m4: add -Wno-non-template-friend
692
693 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
694
695         * pspell.m4: patch from Garst to help find pspell (bug 428) this
696         code is really tasteless...
697
698 2002-06-19  John Levon  <moz@compsoc.man.ac.uk>
699
700         * lyxinclude.m4: remove LYX_REGEX properly
701
702 2002-06-12  Angus Leeming  <leeming@lyx.org>
703
704         * lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
705
706 2002-06-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
707
708         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): fix and simplify the
709         check for flimage.h header.
710
711 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
712
713         * qt2.m4: Qt frontend is for Qt 2 OR Qt 3
714
715 2002-06-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
716
717         * xforms.m4 (LYX_USE_XFORMS_IMAGE_LOADER): complete rewrite. Now
718         simpler and hopefully better. Please test.
719         (LYX_PATH_XFORMS): move test for flimage.h in
720         LYX_USE_XFORMS_IMAGE_LOADER.
721         (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): killed. Now just a couple
722         lines in LYX_USE_XFORMS_IMAGE_LOADER.
723
724 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
725
726         * lyxinclude.m4 (lyx_warning): turn off exceptions for 2.96 and 3.1
727
728 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
729
730         * xforms.m4: don't insist on building with flimage linked
731
732 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
733
734         * xforms.m4: don't warn about missing flimage.h
735
736 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
737
738         * xforms.m4: moved out of lyxinclude.m4, some
739           fixes for 1.0
740
741 2002-05-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
742
743         * pkg.m4: new file
744
745 2002-05-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
746
747         * lyxinclude.m4 (lyx_warning): enable exceptions and see what
748         happens.
749
750 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
751
752         * lyxinclude.m4 (lyx_warning): add entry for gcc 3.1
753         (lyx_warning): disable exceptions for gcc 3.1 too
754
755         * kde.m4: remove file
756
757 2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
758
759         * cvsignore: add Makefile.
760
761 2002-04-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
762
763         * Makefile.am (EXTRA_DIST): also dist the m4 files
764
765 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
766
767         * Makefile.am: make distcheck work, new file
768
769         * .cvsignore: new file
770
771 2002-04-02  Allan Rae  <rae@lyx.org>
772
773         * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
774         directory uses minimum include paths
775
776 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
777
778         * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
779         testing if libforms contains libjpeg or not.
780
781 2002-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
782
783         * depcomp: fixed bug in dependency tracking for Tru64 Unix.
784
785         * depcomp.diff: the patch is added to the repository, as Lars wishes...
786
787 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
788
789         * lyxinclude.m4 (LYX_CHECK_LDR): deleted; to complex does not give us anything.
790
791 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
792
793         * lyxinclude.m4 (LYX_CHECK_LDR): function to test if we can use
794         partial linking or not.
795
796 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
797
798         * common.am (DISTCLEANFILES): don't be recursive by default.
799         (remove -r)
800
801 2002-03-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
802
803         * lyxinclude.m4 (LYX_PROG_CXX): also look at $CXX when searching
804         for a good C++ compiler
805         (LYX_PATH_XFORMS): small cleanups
806         (LYX_USE_XFORMS_IMAGE_LOADER): override LIBS instead of LDFLAGS;
807         set the conditional USE_BASIC_IMAGE_LOADER here. Add a flag
808         xforsm-image-loader to version info.
809
810 2002-03-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
811
812         * lyxinclude.m4 (LYX_PATH_XFORMS): set XFORMS_NAME to the name of
813         the library.
814
815 2002-03-06  Angus Leeming  <a.leeming@ic.ac.uk>
816
817         * lyxinclude.m4 (LYX_USE_XFORMS_IMAGE_LOADER): test whether the
818         xforms libraries can be used to load images into LyX.
819
820 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
821
822         * lyxinclude.m4 (LYX_PROG_CXX): use -dumpversion instead of
823         --version to get version info from gcc.
824
825 2002-01-26  Angus Leeming  <a.leeming@ic.ac.uk>
826
827         * qt2.m4: small tweaks to the -lqt recognition stuff..
828
829 2002-01-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
830
831         * config.guess: update
832         * config.sub: update
833         * ltmain.sh: update
834
835 2002-01-07  Dekel Tsur  <dekelts@tau.ac.il>
836
837         * lyxinclude.m4: Allow disabling of debug information.
838
839 2001-10-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
840
841         * depcomp: new script to handle dependencies, from automake 1.5
842
843         * lyxinclude.m4 (LYX_FUNC_SELECT_ARGTYPES): add description of the
844         SELECT_* defines.
845         (LYX_PROG_CXX_WORKS): change to do the work without
846         AC_TRY_COMPILE, since we do not have a compiler defined yet.
847         (LYX_PROG_CXX): rewritten to be a wrapper around AC_PROG_CXX.
848
849 2001-10-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
850
851         * *.m4: update to gettext 0.10.40
852
853 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
854
855         * lyxinclude.m4 (LYX_CHECK_VERSION): renamed from LYX_GET_VERSION.
856
857 2001-09-27  John Levon  <moz@compsoc.man.ac.uk>
858
859         * qt2.m4: fix for mis-named -lqt2
860
861 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
862
863         * libtool.m4: update to latest version
864
865 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
866
867         * lyxinclude.m4: fix the help text of --with-frontend
868
869 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
870
871         * lyxinclude.m4 (LYX_PROG_CXX): do not handle gcc 2.97. Rename
872         --with-warnings to --enable-warnings.
873
874 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
875
876         * lyxinclude.m4: honour --disable-optimization
877
878 2001-07-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
879
880         * lyxinclude.m4 (LYX_PATH_XFORMS): do not warn against xforms
881         0.89.5
882
883 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
884
885         * lyxinclude.m4: remove LYX_CXX_NAMESPACE, LYX_CXX_MUTABLE
886         (LYX_PROG_CXX_WORKS): check for namespace support, mutable keyword
887         (LYX_PATH_XFORMS): do not warn against xforms 0.89.6
888
889         * pspell.m4 (CHECK_WITH_PSPELL): add the documentation for the
890         USE_PSPELL define.
891
892 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
893
894         * codeset.m4:
895         * glibc21.m4:
896         * iconv.m4:
897         * isc-posix.m4: new files from gettext 0.10.38
898
899         * lcmessage.m4:
900         * progtest.m4:
901         * gettext.m4: updated to gettext 0.10.38
902
903 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
904
905         * lyxinclude.m4 (tr_hdr): add LYX_PROG_LIBTOOL and AC_FIND_FILE
906
907 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
908
909         * boost.m3: delete file
910
911         * ltconfig: delete file
912         * config.guess: update libtool
913         * config.sub: update libtool
914         * libtool.m4: update libtool
915         * ltmain.sh: update libtool
916
917 2001-05-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
918
919         * qt2.m4 (QT2_AC_PATH): fix typo.
920
921 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
922
923         * progtest.m4: added OS2 detection
924
925 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
926
927         * lyxinclude.m4: remove support for gcc 2.97 simplify calling for
928         gcc 3.0
929
930 2001-03-15  Angus Leeming  <a.leeming@ic.ac.uk>
931
932         * qt2.m4: qt2 port compiles with qt 2.2.1. Changed test to
933         (QT_VERSION < 221).
934
935 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
936
937         * lyxinclude.m4: minor changes, --with-lyx-version becomes
938         --with-version-suffix
939
940 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
941
942         * lyxinclude.m4: --with-lyx-version
943
944         * kde.m4: remove cruft that was breaking installs
945
946 2001-03-01  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
947
948         * lyxinclude.m4 (LYX_PROG_CXX): add clause for gcc 3.0
949
950 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
951
952         * lyxinclude.m4 (LYX_PROG_CXX): do not use -fno-rtti for gcc
953         2.95.3.