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