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