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