X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=01c6492359a40cd1d5050ac513302321b829a2e9;hb=4ea2bf14db30f631eb1e44ce364cc54979c1e4ef;hp=fec6f10a4317e7dafb2996af72ed45deffae0929;hpb=bb8fcec6c99f028cbcd015e6d757c662fdf56517;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index fec6f10a43..01c6492359 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,3 +1,119 @@ +2005-05-04 Angus Leeming + + * FormPreferences.C (SpellOptions::build): disable the + choice_spell_command if USE_ISPELL is not defined. + +2005-05-04 Michael Schmitt + + * forms/form_preferences.fd: fix capitalization. + * Form*.C: Change dialog titles - harmonize with Qt frontend and + menu entries; fix capitalization; change "citation reference" + to "citation". + * FormTexinfo.C: correct tooltip. + +2005-04-25 Angus Leeming + + * FormLog.h: + * LayoutEngine.C: + * bmtable.c: + * xformsImage.C: + * forms/pch.h: + include in .C files, not .h ones. + add licence blurb. + protect headers inside preprocessor guards. + +2005-04-25 Angus Leeming + + * globbing.[Ch]: moved here from the support directory. + + * Makefile.am: associated change. + +2005-04-08 Angus Leeming + + * FormAboutlyx.C (build): ensure that the CREDITS data fits on the + browser. + +2005-03-02 Angus Leeming + + * forms/form_filedialog.fd: do Lars' dirty work for him and remove + the unused FileInfo widget. + +2005-02-18 Michael Schmitt + + * FormRef.C: + * forms/form_ref.fd: substitute "reference" by "label" + in text messages + +2005-02-01 Angus Leeming + + * FormPreferences.C (feedback): use LyXRC::getDescription for + RC_PATH_PREFIX. + +2005-02-01 Angus Leeming + + * FormFiledialog.C (Reread): use fs::exists() before + calling fs::is_directory(). + +2005-01-31 Lars Gullik Bjonnes + + * xforms_helpers.C: rewrite to use boost.filesystem + + * FormFiledialog.[Ch]: simplify and rewrite to use boost.filesystem, + remove lot of now unused code. + +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. + +2005-01-10 Angus Leeming + + * FormFiledialog.C: + * FormPreferences.C: + * lyx_gui.C: use support/package.h to provide the paths to the + various directories used by LyX. + +2005-01-06 Lars Gullik Bjonnes + + * xforms_helpers.C: + * XFormsMenubar.C: + * FormWrap.C: + * FormSpellchecker.C: + * FormPrint.C: + * FormGraphics.C: + * FormFiledialog.C: + * FormExternal.C: + * FormColorPicker.C: + * FormBox.C: + * FontInfo.C: + * ColorHandler.C: convert -> tostr + +2005-01-06 Jürgen Spitzmüller + + * FormDocument.C: + * FormParagraph.C: store all float/double values as strings. + 2005-01-05 Lars Gullik Bjonnes * pch.h: remove duplicate entries