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