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