X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=47019c1b0988f2b40b9ac0ff32ba0b28d2f0a2e1;hb=53c1607808cd2a86bd2ca1ef1a600d76d66deb48;hp=b76f33f7a16e3e27a499a4a969c7e6ba2ddac4cf;hpb=c5186dcb4dd1dd04ff147103f1895d796cbea477;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index b76f33f7a1..47019c1b09 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,55 @@ +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]: + * forms/form_preferences.fd: enable the Movers to be modified from the + preferences dialog. + +2004-10-18 Georg Baum + + * forms/form_preferences.fd: Add translation context to "To:" + * forms/form_print.fd: ditto + +2004-10-05 Angus Leeming + + * FormPreferences.C: add code to input/output the indexing command. + +2004-10-05 Hartmut Haase + + * forms/form_preferences.fd: add widgets to enable the indexing command + (usually 'makeindex') to be input. + +2004-09-26 Lars Gullik Bjonnes + + * pch.h: use proper signal include + + * Tooltips.[Ch]: Use preffered calling of Boost.Signal + * XFormsView.h: ditto + 2004-08-30 Lars Gullik Bjonnes * forms/pch.h: make it better