]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / ChangeLog
index d9801ed0d1015eaeb75a66cf8aaf16a5cea5c03a..0ced2c897b84382c0cf0de79b99608d58856a853 100644 (file)
@@ -1,3 +1,100 @@
+2003-12-05  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C (apply): remove unnecessary test on form().
+       (input): correct spelling.
+
+       * xforms_helpers.C (updateWidgetsFromLengthString): add some asserts.
+
+2003-12-04  Angus Leeming  <leeming@lyx.org>
+
+       * checkwidgets.[Ch]: add 'xforms/' to the file header so that
+       doxygen remains happy in the future.
+
+2003-12-03  Angus Leeming  <leeming@lyx.org>
+
+       * forms/Makefile.am: use 'standard' make syntax rather than gnu-isms.
+
+2003-12-01  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * forms/form_box.fd: fix parbox/minipage radio button behaviour
+
+2003-12-01  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * Makefile.am (stamp-xpm): remove stray 'if'
+
+2003-12-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
+
+       * FormVSpace.C: remove VSPACE::NONE.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * Makefile.am (stamp-forms, stamp-xpm): don't use "if test return
+       status; then... fi" but rather use the return status direct.
+
+2003-11-29  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace.C
+       * forms/form_vspace.fd: follow Jürgen Spitzmüller's lead in QVSpace
+       and add a 'keep' option.
+
+2003-11-28  Michael Schmitt  <michael.schmitt@teststep.org>
+
+       * src/frontends/xforms/forms/form_box.fd:
+       * src/frontends/xforms/FormMinipage.C:
+       * src/frontends/xforms/FormDocument.C:
+       * src/frontends/xforms/FormBox.C: fix capitalization in
+       messages; harmonize messages of different dialogs
+
+2003-11-28  Angus Leeming  <leeming@lyx.org>
+
+       * FormVSpace (build): fill the 'choice_space' widget. Enable the other
+       two widgets when it is set to 'Length.
+
+2003-11-28  André Pönitz  <poenitz@gmx.net>
+
+       * FormsVSpace.[Ch]: new file
+       * forms/form_vspace.fd: new file
+
+2003-11-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
+
+       * forms/form_maths_panel.fd (label): replace label "Greek" by
+       "abg" for alpha beta gamma.
+
+       * forms/form_tabular.fd (label): 
+       * FormDocument.C (build): remove use of latin1 in
+       some translatable strings. This confuses gettext.
+
+2003-11-20  Angus Leeming  <leeming@lyx.org>
+
+       * ColorHandler.C (ctor):
+       * FormNote.C (build, update): squash warnings about comparison of
+       signed, unsigned.
+
+2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
+
+       * FormSearch.C: adjust to spellcheck changes
+
+2003-10-27  André Pönitz  <poenitz@gmx.net>
+
+       * FormParagraph.C:
+       * forms/form_paragraph.fd: remove [line|pagebreak]_[above|below]
+
+2003-10-24  Martin Vermeer  <martin.vermeer@hut.fi>
+
+       * FormMathsDelimiters.C: fixed borkage of this panel
+
+2003-10-22  Angus Leeming  <leeming@lyx.org>
+
+       * FormExternal.C:
+       * ui/QExternalDialogBase.ui: enable the user to choose to 'preview' the
+       external file.
+
+2003-10-14  Angus Leeming  <leeming@lyx.org>
+
+       * lyx_gui.C (start): store the LyXView in the LyX list of all LyXViews.
+       (LyX_XErrHandler): LyX::emergencyCleanup is no longer a static function.
+       Access through LyX::cref().emergencyCleanup().
+
 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
 
        * lyx_gui.C (set_datasocket_callback, set_serversocket_callback,