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