X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=ea035a25a79384ce4840c1df9272c5842217f906;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=41f69ccc9881456209c55288cf2a9d013e82d6d1;hpb=b4c186e11eebd9d6901e6fd3f478a28f6d06ced5;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index 41f69ccc98..ea035a25a7 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,25 @@ +2005-01-27 Lars Gullik Bjonnes + + * Several files: use convert<> instead of atoi,strToXXX and friends + +2005-01-20 Angus Leeming + + * FormPreferences.C: change the tooltip messages to reflect the + changed meaning of the $$s placeholder. + +2005-01-15 Angus Leeming + + * FormPreferences.C, forms/form_preferences.fd: add an interface + to modify LyXRC::path_prefix. + +2005-01-13 Angus Leeming + + * FormPreferences.C: code to get/set the value + of the Cygwin check box. Compiled only under Cygwin. + + * forms/form_preferences.fd: add a Cygwin paths check box to the + Outputs->Misc tab. + 2005-01-13 Angus Leeming * FormPreferences.C: use getString, a safe wrapper around fl_get_input.