]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Remove debug message
[lyx.git] / src / frontends / xforms / ChangeLog
index bb8bac6e05a62393a8243883197f45f118068ee2..31f652e24305d6e945209e2c9e86cf0cc23ac39d 100644 (file)
@@ -1,3 +1,169 @@
+2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * Menubar_pimpl.C (add_toc): Remove debug message.
+
+2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * Dialogs.C:
+       * FormExternal.C:
+       * FormExternal.h:
+       * form_external.C:
+       * form_external.h:
+       * xforms/forms/makefile:
+       * forms/form_external.fd: add FormExternal
+
+2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Dialogs.C: add destroySplash()
+
+       * form_splash.h:
+       * form_splash.C:
+       * forms/form_splash.fd:
+       * FormSplash.h:
+       * FormSplash.C: make independent of FormBase, tidy
+       
+       * Menubar_pimpl.C: destroy splash on interaction
+
+2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * FormToc.h: use Buffer::typedef
+
+       * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
+       * FormToc.C (build): ditto
+       (updateToc): ditto
+
+2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * FormToc.C (build): implement for dynamic number of lists
+       (updateToc): ditto
+       * Menubar_pimpl.C (add_toc): ditto
+
+2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
+
+        * added credits:
+       * Dialogs.C:
+       * Makefile.am:
+       * FormCredits.[Ch]:
+       * form_credits.[Ch]:
+       * forms/form_credits.fd:
+
+2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
+       make ButtonList contain boost::shared_ptr<ItemInfo>
+
+       * Menubar_pimpl.C (~Pimpl): remove destructor 
+
+2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
+
+       * Makefile.am:
+       * FileDialog.C:
+       * FormFiledialog.C:
+       * FormFiledialog.h:
+       * form_filedialog.C:
+       * form_filedialog.h:
+       * FormGraphics.C:
+       * FormInclude.C:
+       * FormPreferences.C:
+       * FormPrint.C:
+       * xforms_helpers.C:
+       * xforms_helpers.h:
+       * forms/fdfix.sh:
+       * forms/makefile:
+       * form/form_filedialog.fd: add File Dialog
+       * Toolbar_pimpl.h:
+       * Toolbar_pimpl.C: move LayoutsCB to here
+
+2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * FormParagraph.C: changes because of ParagraphParameters.
+
+2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * FormSearch.C (Replace): remove default argument
+       (Find): ditto
+
+2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * added find/replace dialog:
+       * FormSearch.*: added
+       * form_search.*: added
+       * forms/form_search.fd: added
+
+2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
+
+       * various: in a rush of delayed guilt, I've renamed all instances of
+       xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
+       finally sprouted.
+
+       * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
+       activate/deactivate an FL_OBJECT.
+
+       * FormCitation.C:
+       * FormDocument.C:
+       * FormInclude.C:
+       * FormParagraph.C:
+       * FormPreamble.C:
+       * FormPreferences.C:
+       * FormRef.C:
+       * FormTabular.C: used it.
+
+2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormPreferences.C: removed three unused using directives.
+
+2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
+
+       * added find/replace dialog:
+       * FormSearch.*: added
+       * form_search.*: added
+       * forms/form_search.fd: added
+
+2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C: Fixed the behaviour of Goto-Ref.
+
+2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * forms/makefile: added character and preamble dialogs
+
+2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
+
+       * FormCharacter.C (FormCharacter): change order of deletion,
+       change combo_language2 to combo_language2_
+
+2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * FormRef.C (apply): Update bookmark #0 after inserting a reference.
+
+2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
+
+       * Dialogs.C: added layoutcharacter
+       * FormCharacter.C: added
+       * FormCharacter.h: added
+       * form_character.C: added
+       * form_character.h: added
+       * forms/form_character.fd: added
+               
+2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
+       * FormPreferences.C: Handle lyxrc.language_use_babel and
+       lyxrc.language_global_options.
+
+2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormPreferences(GetFrom, GetTo): use size_type rather than int.
+
+2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormBase.C: no longer transient dialogs, XMapWindow()
+         in attempt to de-iconify
+
+       * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
+
 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
 
        * FormDocument.C (checkMarginValues): Activate "use geometry" button