X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=97d04907f8e646ace1d9c6f7e59124d40452d53f;hb=4505b2f7b35d2d1e7f48128c41d3797dbd53fe97;hp=e7b4dc2274818e56d3c6c2df15e2246b24abb525;hpb=8d704c07b3c423253128c370b1ac2e28a6f74876;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index e7b4dc2274..97d04907f8 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,40 @@ +2001-03-05 Angus Leeming + + * 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 + + * FormPreferences.C: removed three unused using directives. + +2001-02-27 Dekel Tsur + + * FormRef.C: Fixed the behaviour of Goto-Ref. + +2001-02-27 Angus Leeming + + * forms/makefile: added character and preamble dialogs + +2001-02-27 Lars Gullik Bjønnes + + * FormCharacter.C (FormCharacter): change order of deletion, + change combo_language2 to combo_language2_ + 2001-02-26 Dekel Tsur * FormRef.C (apply): Update bookmark #0 after inserting a reference.