]> git.lyx.org Git - lyx.git/blob - src/frontends/gnome/ChangeLog
678690a01d42625c1f9d74b7946223fee2e11fed
[lyx.git] / src / frontends / gnome / ChangeLog
1 2001-03-29  Baruch Even  <baruch@lyx.org>
2
3         * FormUrl.C (d-tor):
4         * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
5         crashes on exit.
6
7         * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
8
9 2001-03-29  Michael Koziarski  <michael@koziarski.org>
10
11         * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
12
13         * Makefile.am: Added FormCredits.[Ch]
14
15         * FormCredits.[Ch]: Created FormCredits dialog using libglade
16         approach.  Text needs to be formatted still.
17
18         * dialogs/diahelpcredits.glade: Created file.
19
20 2001-03-26  Baruch Even  <baruch@lyx.org>
21
22         * Various files: Fixes to get the gnome frontend to compile again. 
23         Removed most xforms dialogs in order to reduce compilation breaks caused
24         by the moves to MVC in the xforms frontend.
25
26         * GUIRuntime.C: Added libglade library initialization.
27
28         * gnomeBC.h:
29         * gnomeBC.C: Added file for the MVC support.
30
31         * gnome_helpers.h: Added file with support functions.
32
33         * GnomeBase.h:
34         * GnomeBase.C: Added file to be the base class of MVC dialogs that use
35         libglade.
36
37         * FormUrl.h:
38         * FormUrl.C: Recreated the dialog in the MVC way.
39
40         * Timeout_pimpl.h:
41         * Timeout_pimpl.C: Implementation of the Timeout pimpl.
42
43 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
44
45         * several files: remove CXX_WORKING_NAMESPACES
46
47 2001-03-11  Baruch Even  <baruch@lyx.org>
48
49         * Various files: More fixes to get it compiled again.
50
51 2001-03-06  Baruch Even  <baruch@lyx.org>
52
53         * Various files: Small fixes to get the gnome frontend to compile again.
54
55 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
56
57         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
58
59 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
60
61         * FormCitation.C: small cleanup.
62         (searchSimple): better localization of variables, don't use
63         sequencing operator if you don't have to.
64
65         * other: use compare instead of strcmp/strncmp