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