X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FChangeLog;h=2f0c4487f27c743cac510c4dec764d6f946571b4;hb=dd16b2eff7feb1b4ead013eab9f997c965a871cc;hp=faf5cabaa041b47dcff4d803fb4382018be86bc6;hpb=4054f92114146e1d3f60c97b09c2d022fc9f72ba;p=lyx.git diff --git a/src/frontends/xforms/ChangeLog b/src/frontends/xforms/ChangeLog index faf5cabaa0..2f0c4487f2 100644 --- a/src/frontends/xforms/ChangeLog +++ b/src/frontends/xforms/ChangeLog @@ -1,7 +1,75 @@ +2003-01-13 Michael Schmitt + + * xformsImage.C (getWidth): revert "fix" that breaks behavior with + xforms 1.0. + +2003-01-13 John Levon + + * forms/form_spellchecker.fd: remove replicated M-R shortcut. + +2003-01-12 Lars Gullik Bjønnes + + * forms/Makefile.am (MAINTAINERCLEANFILES): add + (clean-local): delete + (distclean-local): delete + (.fd.C): delete + (%.C): add + +2003-01-12 Angus Leeming + + * FormFiledialog.[Ch]: initialise and use new static member variables + minw_ and minh_ to prevent the dialog from being shrunk in size. + Shrink too much and xforms crashes :-( + +2003-01-11 Angus Leeming + + * xformsImage.C (init_graphics): turn off support for XPM files. + +2002-01-07 Jürgen Spitzmüller + + * FormTabular.C: typo. + +2003-01-06 Michael Schmitt + + * FormGraphics.C: + * xformsImage.C: + * forms/form_bibtex.fd: + * forms/form_citation.fd: + * forms/form_document.fd: + * forms/form_search.fd: fix inconsistent usage of spaces, colons, + capitalization, and the like. + +2002-12-20 Jürgen Spitzmüller + + * FormTabular.C: fix bug 572, fix ReadOnly logic. + +2003-01-06 Angus Leeming + + * forms/fdfixc.sed: Turn off choice titles as they can contain + meta-chars that just look nasty. + +2003-01-05 John Levon + + * XLyXKeySym.h: + * XLyXKeySym.C: getISOEncoded() changed + +2002-12-26 Jean-Marc Lasgouttes + + * input_validators.C (fl_print_range_filter): remove extra space + + * Menubar_pimpl.C (create_submenu): do not query the status of a + submenu either. + +2002-12-23 Jean-Marc Lasgouttes + + * FormSpellchecker.C (build): + * forms/form_paragraph.fd: + * forms/form_maths_matrix.fd: remove extra spaces + 2002-12-18 Jean-Marc Lasgouttes * Menubar_pimpl.C (create_submenu): do not query the status of a - separator. + separator. 2002-12-18 Lars Gullik Bjønnes