]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / ChangeLog
index cce98b9214372eb85be191f7f6848c1eded6d387..f1fd912487680262c00afc25c8c2a474186f3460 100644 (file)
@@ -1,3 +1,67 @@
+2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormTabular.C (update): Remove redundant code.
+
+2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * forms/form_tabular.fd: checkbox2radiobutton changes.
+
+2002-01-20  Herbert Voss  <voss@perce.de>
+
+       * FormInclude.[C]: better control of unexistings files
+       when entered without the browser
+
+2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
+       is disabled
+
+       * combox.C (activate): 
+       (deactivate): change color of labels to reflect the state of the
+       combox
+
+2002-01-16  Herbert Voss  <voss@lyx.org>
+
+       * FormExternal.C (build): activate  apply/ok-button when something
+       is entered in the filename-field
+
+2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
+       rather than 'string::size_type'
+
+2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
+
+       * FormMathPanel.[hC]:
+       * MathsSymbols.[hC]:
+       * form_math_panel.[hC]:
+       * form_math_panel.fd: Modified. Added five symbol sub-panels
+       to the math panel containing AMS math symbols: arrows, relations,
+       negated relation, operators and miscellaneous (also containing some
+       hebrew and corner symbols).
+
+2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
+
+       * FormMinipage.C (apply): change because MinipageParams::pageWidth
+       is now a real LyXLength
+
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormDocument.C: enable line spacing input properly
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd:
+       * form_preferences.h:
+       * form_preferences.C:
+       * FormPreferences.h:
+       * FormPreferences.C: use better variable name
+2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
+
+       * forms/form_preferences.fd: change "Use Scalable Fonts"
+         to "Rescale bitmap fonts"
 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
 
        * FormMathsPanel.C: