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