X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1;hb=53c1607808cd2a86bd2ca1ef1a600d76d66deb48;hp=73c733db99c08dc2f189cd49a4d846cbb0c67225;hpb=e5706b107da902bc6a28cba0de3ccd6f75d9fee7;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 73c733db99..47019c1b09 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,28 @@ +2004-11-08 Jean-Marc Lasgouttes + + * forms/Makefile.am (SUFFIXES): use +=, since SUFFIXES is already + set in config/common.am + +2004-11-05 Jean-Marc Lasgouttes + + * XFormsToolbar.C (C_ToolbarCB, selected): + * XFormsMenubar.C (MenuCallback): do not use the verbose argument + to dispatch + +2004-11-06 Lars Gullik Bjonnes + + * RadioButtonGroup.C (set): use bind, equal_to instead of + equal_2nd_in_pair + + * xformsImage.C (loadableFormats): use bind, equal_to instead of + compare_memfun + + * lyx_gui.C (start): use for_each instead of explicit for loop + +2004-11-05 Allan Rae + + * forms/Makefile.am: s/SUFFIX/SUFFIXES/ rule. + 2004-10-26 Angus Leeming * FormPreferences.[Ch]: