]> git.lyx.org Git - features.git/blob - src/frontends/gnome/ChangeLog
Fixed compilation problems.
[features.git] / src / frontends / gnome / ChangeLog
1 2001-03-26  Baruch Even  <baruch@lyx.org>
2
3         * Various files: Fixes to get the gnome frontend to compile again. 
4         Removed most xforms dialogs in order to reduce compilation breaks caused
5         by the moves to MVC in the xforms frontend.
6
7         * GUIRuntime.C: Added libglade library initialization.
8
9         * gnomeBC.h:
10         * gnomeBC.C: Added file for the MVC support.
11
12         * gnome_helpers.h: Added file with support functions.
13
14         * GnomeBase.h:
15         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
16         libglade.
17
18         * FormUrl.h:
19         * FormUrl.C: Recreated the dialog in the MVC way.
20
21         * Timeout_pimpl.h:
22         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
23
24 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
25
26         * several files: remove CXX_WORKING_NAMESPACES
27
28 2001-03-11  Baruch Even  <baruch@lyx.org>
29
30         * Various files: More fixes to get it compiled again.
31
32 2001-03-06  Baruch Even  <baruch@lyx.org>
33
34         * Various files: Small fixes to get the gnome frontend to compile again.
35
36 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
37
38         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
39
40 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
41
42         * FormCitation.C: small cleanup.
43         (searchSimple): better localization of variables, don't use
44         sequencing operator if you don't have to.
45
46         * other: use compare instead of strcmp/strncmp