]> git.lyx.org Git - lyx.git/blob - ChangeLog
fix configure --prefix option
[lyx.git] / ChangeLog
1 2001-11-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * INSTALL: document change in --prefix behaviour.
4
5         * configure.in: do not use AC_PREFIX_PROGRAM, which is broken in
6         autoconf 2.5[012].
7
8 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9
10         * configure.in: check also for locale.h, so that things work out
11         correctly with --disable-nls
12
13 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
14
15         * README:
16         * lyx.man: change ref to known bugs
17  
18 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
19
20         * configure.in: set version here and not in version.h.
21         Generate version.C instead of version_info.h
22
23 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
24
25         * configure.in (VERSION_INFO): use AC_SUBST instead of AC_DEFINE
26         for VERSION_INFO
27
28 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
29
30         * configure.in: do not set FRONTENDS to "xforms" when frontend is
31         xforms; fix the use of "cat <<EOF ... EOF" (bugs introduced by
32         last checkin)
33
34 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
35
36         * lyxinclude.m4: 
37         * configure.in: add VERSION_INFO to config.h
38         (from a first proposal by Rob Lahaye)
39
40 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
41
42         * lyx.man: add -version commandline flag
43
44 2001-08-19  John Levon  <moz@compsoc.man.ac.uk>
45
46         * configure.in: output new qt2 makefiles
47  
48 2001-07-31  John Levon  <moz@compsoc.man.ac.uk>
49
50         * configure.in: don't use -lbz2 if we don't need it
51  
52 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
53
54         * COPYING: use standard spiel for xforms
55  
56 2001-07-30  John Levon  <moz@compsoc.man.ac.uk>
57
58         * configure.in: add --without-aiksaurus, always
59           subst AIKSAURUS_LIBS
60  
61 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
62
63         * NEWS:
64         * INSTALL:
65         * configure.in: add libAikSaurus
66
67 2001-07-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
68
69         * NEWS: update again.
70
71         * configure.in: move --enable-assertions a bit higher.
72         move the setup of libtool a bit later.
73
74 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
75
76         * INSTALL: document --disable-optimization
77  
78 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
79
80         * Makefile.am (EXTRA_DIST): add sourcedoc
81         (doxydoc): renamed from sourcedoc to avoid conflicts.
82
83 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
84
85         * NEWS: updated for 1.2.0
86
87 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
88
89         * configure.in: remove extra action for AC_OUTPUT (not needed
90         anymore with gettext 0.10.38)
91
92 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
93
94         * INSTALL: update various requirements
95
96         * configure.in: do not test for namespace, mutable
97
98         * acconfig.h: remove entry for USE_PSPELL
99
100 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
101
102         * ABOUT-NLS: updated from gettext 0.10.38
103
104         * autogen.sh: use simpler logic for creating acinclude.m4 files.
105         Update for gettext 0.10.38
106
107 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
108
109         * INSTALL: change RedHat stuff to insist on updating gcc
110  
111 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
112
113         * Makefile.am: no point in including 200k historical
114           OLD-CHANGES file in dist tarball
115
116 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
117
118         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
119         it can be used as a menu entry
120
121 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
122
123         * autogen.sh: remove kde stuff
124
125         * configure.in: remove kde stuff
126
127 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
128
129         * INSTALL: remove mention of kde frontend, mention the need of gnu
130         m4.
131
132 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
133
134         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
135
136 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
137
138         * acconfig.h: auto update
139
140         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
141         GUI: modify FRONTEND_GUILIB for all target to match what is
142         needed in the Makefile.am
143         (AC_CONFIG_SUBDIRS): remove boost
144         (AC_OUTPUT): generate boost/Makefile
145
146         * autogen.sh (AUTOCONF): remove some commented code, remove the
147         boost configuration.
148
149 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
150
151         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
152
153         * configure.in: check for istreambuf_iterator in <iterator>
154
155 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
156
157         * Added README.Win32
158
159 2001-04-15  Allan Rae  <rae@lyx.org>
160
161         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
162         configuration file take effect.
163         (DISTCLEANFILES): clean out sourcedoc/
164
165         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
166         things that should be filtered.  Now you can run it after you started
167         compiling stuff as well.
168
169 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
170
171         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
172
173 2001-03-26  Baruch Even  <baruch@lyx.org>
174
175         * configure.in: Added libglade detection and libraries for the gnome
176         build. The gnome build will now depend on libglade libraries.
177
178 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
179
180         * Merging changes from BRANCH_MVC back into HEAD.
181
182         * configure.in: added controllers directory to frontends.
183
184 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
185
186         * INSTALL: remove mention of problem with gettext.
187
188 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
189
190         * configure.in:
191         * INSTALL: minor changes, become --with-version-suffix
192
193 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
194
195         * configure.in:
196         * INSTALL: --with-lyx-version
197
198         * Makefile.am: fix uninstall
199
200 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
201
202         * move latex preamble to guii xforms dir, see:
203         * src/ChangeLog
204         * src/frontends/xforms/ChangeLog
205         
206 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
207
208         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
209         strings.
210         (AUTOCONF): add libtool.m4 to generation of boost.m4
211
212 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
213
214         * forms/include_form.fd:
215         * forms/bibforms.fd:
216         * forms/bibforms.h.patch: deleted
217
218         * forms/lyx.fd: remove splash form
219
220 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
221
222         * INSTALL: mention RH7.0 workaround with kde f.e.
223
224 2001-02-06  albert chin  <china@thewrittenword.com>
225
226         * acconfig.h:
227         * configure.in: check declarations of snprintf and vsnprintf.
228
229 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
230
231         * INSTALL: update description of command line to use with compaq
232         cxx. 
233
234 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
235
236         * INSTALL: mention build problem with older xforms
237
238 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
239
240         * autogen.sh: add qt2.m4
241
242         * configure.in: add qt2 frontend option, Makefile
243
244         * config/qt2.m4: config gubbins for qt2
245
246         * lib/CREDITS: add Kalle
247
248 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
249
250         * INSTALL (Problems): update description of the "missing linux
251         kernel sources" problem.
252
253 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
254
255         * configure.in: working support for --with-lyx-suffix
256
257         * INSTALL: describe --with-lyx-suffix
258
259 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
260
261         * INSTALL (Problems): add tip about using --with-included-string
262         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
263         names). 
264
265 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
266
267         * ChangeLog: store old and begin new
268         
269         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs