]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/ChangeLog
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / ChangeLog
index 450d5ca8d2131a83b4214c567f335da68807dd6f..b69bb20c67535475f5419b06fd0f0ee2ea348f03 100644 (file)
@@ -1,3 +1,47 @@
+2001-03-30  Baruch Even  <baruch@lyx.org>
+
+       * GnomeBase.[Ch]: Added the dialog as a responsibility.
+
+       * FormUrl.[Ch]: Changed accordingly.
+       * FormCredits.[Ch]: ditto.
+
+       * gnomeBC.[Ch]: Fixed to get it to compile.
+
+       * gnome_helpers.h: Changed declaration from const char * to char const *
+
+2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * GnomeBase.[Ch]: changed ControlBase to ControlButton.
+
+2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * gnomeBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
+       Code moved into the generic template base class. Replaced
+       setCancelCloseButton() with setButtonLabel().
+
+2001-03-29  Baruch Even  <baruch@lyx.org>
+
+       * gnomeBC.[Ch]: Changed to use the new GuiBC template.
+
+2001-03-29  Baruch Even  <baruch@lyx.org>
+
+       * FormUrl.C (d-tor):
+       * FormCredits.C (d-tor): Removed the dialog_->destroy(), it was causing
+       crashes on exit.
+
+       * GnomeBase.C (d-tor): Added a check for times when the xml wasn't loaded.
+
+2001-03-29  Michael Koziarski  <michael@koziarski.org>
+
+       * Dialogs.C: Uncommented FormCredits in the #include and instantiate it.
+
+       * Makefile.am: Added FormCredits.[Ch]
+
+       * FormCredits.[Ch]: Created FormCredits dialog using libglade
+       approach.  Text needs to be formatted still.
+
+       * dialogs/diahelpcredits.glade: Created file.
+
 2001-03-26  Baruch Even  <baruch@lyx.org>
 
        * Various files: Fixes to get the gnome frontend to compile again.