]> git.lyx.org Git - lyx.git/blob - ChangeLog
small bugfixes
[lyx.git] / ChangeLog
1 2001-07-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2
3         * NEWS: updated for 1.2.0
4
5 2001-07-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6
7         * configure.in: remove extra action for AC_OUTPUT (not needed
8         anymore with gettext 0.10.38)
9
10 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11
12         * INSTALL: update various requirements
13
14         * configure.in: do not test for namespace, mutable
15
16         * acconfig.h: remove entry for USE_PSPELL
17
18 2001-07-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
19
20         * ABOUT-NLS: updated from gettext 0.10.38
21
22         * autogen.sh: use simpler logic for creating acinclude.m4 files.
23         Update for gettext 0.10.38
24
25 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
26
27         * INSTALL: change RedHat stuff to insist on updating gcc
28  
29 2001-06-14  John Levon  <moz@compsoc.man.ac.uk>
30
31         * Makefile.am: no point in including 200k historical
32           OLD-CHANGES file in dist tarball
33
34 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
35
36         * src/lyxfunc.C (getStatus): handle LFUN_READ_ONLY_TOGGLE so that
37         it can be used as a menu entry
38
39 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
40
41         * autogen.sh: remove kde stuff
42
43         * configure.in: remove kde stuff
44
45 2001-06-13  John Levon  <moz@compsoc.man.ac.uk>
46
47         * INSTALL: remove mention of kde frontend, mention the need of gnu
48         m4.
49
50 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
51
52         * acconfig.h: add BOOST_NO_LIMITS hack to help boost lib.
53
54 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
55
56         * acconfig.h: auto update
57
58         * configure.in: call AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL
59         GUI: modify FRONTEND_GUILIB for all target to match what is
60         needed in the Makefile.am
61         (AC_CONFIG_SUBDIRS): remove boost
62         (AC_OUTPUT): generate boost/Makefile
63
64         * autogen.sh (AUTOCONF): remove some commented code, remove the
65         boost configuration.
66
67 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
68
69         * acconfig.h: add entry for HAVE_DECL_ISTREAMBUF_ITERATOR
70
71         * configure.in: check for istreambuf_iterator in <iterator>
72
73 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
74
75         * Added README.Win32
76
77 2001-04-15  Allan Rae  <rae@lyx.org>
78
79         * Makefile.am (sourcedoc/Doxyfile): ensure modifications to doxygen
80         configuration file take effect.
81         (DISTCLEANFILES): clean out sourcedoc/
82
83         * sourcedoc/Doxyfile.in(FILE_PATTERNS): make sure we only filter
84         things that should be filtered.  Now you can run it after you started
85         compiling stuff as well.
86
87 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
88
89         * configure.in: changed AC_INIT(src/lyx.C) to AC_INIT(src/main.C)
90
91 2001-03-26  Baruch Even  <baruch@lyx.org>
92
93         * configure.in: Added libglade detection and libraries for the gnome
94         build. The gnome build will now depend on libglade libraries.
95
96 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
97
98         * Merging changes from BRANCH_MVC back into HEAD.
99
100         * configure.in: added controllers directory to frontends.
101
102 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
103
104         * INSTALL: remove mention of problem with gettext.
105
106 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
107
108         * configure.in:
109         * INSTALL: minor changes, become --with-version-suffix
110
111 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
112
113         * configure.in:
114         * INSTALL: --with-lyx-version
115
116         * Makefile.am: fix uninstall
117
118 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
119
120         * move latex preamble to guii xforms dir, see:
121         * src/ChangeLog
122         * src/frontends/xforms/ChangeLog
123         
124 2001-02-13  Lars Gullik Bjønnes  <larsbj@lyx.org>
125
126         * autogen.sh (AUTOCONF): use spaces insteadt of '\t' for echo
127         strings.
128         (AUTOCONF): add libtool.m4 to generation of boost.m4
129
130 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
131
132         * forms/include_form.fd:
133         * forms/bibforms.fd:
134         * forms/bibforms.h.patch: deleted
135
136         * forms/lyx.fd: remove splash form
137
138 2001-02-08  John Levon  <moz@compsoc.man.ac.uk>
139
140         * INSTALL: mention RH7.0 workaround with kde f.e.
141
142 2001-02-06  albert chin  <china@thewrittenword.com>
143
144         * acconfig.h:
145         * configure.in: check declarations of snprintf and vsnprintf.
146
147 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
148
149         * INSTALL: update description of command line to use with compaq
150         cxx. 
151
152 2001-01-30  John Levon  <moz@compsoc.man.ac.uk>
153
154         * INSTALL: mention build problem with older xforms
155
156 2001-01-25  John Levon  <moz@compsoc.man.ac.uk>
157
158         * autogen.sh: add qt2.m4
159
160         * configure.in: add qt2 frontend option, Makefile
161
162         * config/qt2.m4: config gubbins for qt2
163
164         * lib/CREDITS: add Kalle
165
166 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
167
168         * INSTALL (Problems): update description of the "missing linux
169         kernel sources" problem.
170
171 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
172
173         * configure.in: working support for --with-lyx-suffix
174
175         * INSTALL: describe --with-lyx-suffix
176
177 2001-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
178
179         * INSTALL (Problems): add tip about using --with-included-string
180         on solaris 2.6 with gcc 2.95.2 (ld does not like long symbol
181         names). 
182
183 2001-01-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
184
185         * ChangeLog: store old and begin new
186         
187         * src/version.h (LYX_DOCVERSION): update to 1.2.0cvs