]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
(Herbert): one liner to not read the Bounding Box unnecessarily.
[lyx.git] / src / frontends / xforms / ChangeLog
index 00067cc2a94a1225dd82c0d01af7c77c0584b75d..1e7f4d26adddb10264f5363be292741be5094adf 100644 (file)
@@ -1,3 +1,114 @@
+2002-05-02  Herbert Voss  <voss@perce.de>
+
+       * FormGraphics.C (input): do not read bb new when it was changed
+
+2002-04-30  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * FormDocument.C: "USletter" -> "US letter" etc., "Other" -> "Custom".
+       * FormParagraph.C: "Other" -> "Custom"
+       * FormPreferences.C: "USletter" -> "US letter" etc.
+       * forms/form_document.fd: 'Papersize" -> "Paper size" style consistency
+       * forms/form_preferences.fd: style consistency
+
+2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCharacter.C:
+       * FormDocument.C:
+       * FormPreferences.C (findPos): remove this template to xforms_helpers.h.
+
+       * xforms_helpers.h (findPos): new template.
+
+       * FormGraphics.h: store a vector<string> origins_ of the LaTeX names
+       for the rotation origins.
+
+       * FormGraphics.C: internationalise the rotation origin strings in the
+       choice using the same approach as used for the language names in the
+       Character, Document, Preferences dialogs.
+
+2002-04-30  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCharacter.C:
+       * FormDocument.C:
+       * FormPreferences.C: use the bool flag to getLanguageData as
+       appropriate. No longer translate the strings as this is done in
+       getLanguageData.
+
+2002-04-29  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormBibtex.C:
+       * FormCitation.C: fix two typos
+
+2002-04-29  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCharacter.h:
+       * FormDocument.h:
+       * FormPreferences.h: store a vector<string> lang_ of language
+       identifiers.
+
+       * FormCharacter.C: changes associated with frnt::getLanguageData
+       returning a vector<LanguagePair> rather than a vector<string>.
+
+       * FormDocument.C:
+       * FormPreferences.C: internationalise the languages on display, similar
+       to the changes in FormCharacter.C.
+
+2002-04-26  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormMathsPanel.C: translate Close
+       * FormGraphics.C: a little more translation
+
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCitation.C (apply, input): ensure that the choice is always valid.
+
+       * forms/fdfixc.sed: use "_shortcut" rather than "shortcut" as an
+       identifier when performing one of the substitutions. "shortcut" can
+       reasonably appear in the label.
+
+2002-04-25  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * Makefile.am: fix typo "shoul go to" -> "should go to".
+
+       * forms/form_preferences.fd: Modify naming for Converter flags
+       ("Extra flags") and remove a couple of shortcut-clashes.
+
+       * FormPreferences.C: Modify 'tooltip' info for Converter flags.
+
+2002-04-23  Juergen Spitzmueller <j.spitzmueller@gmx.de>
+
+       * FormBibtex.C: Do not use a blank after the comma for multiple
+       bib-files (which is not read in correctly).
+
+2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormCitation.C (fillChoice): If the getCiteStrings vec is empty,
+       disable the choice.
+
+2002-04-19  Juergen Vigna  <jug@sad.it>
+
+       * FormParagraph.C (changedParagraph): don't check for p == par_ as
+       we don't set par_ on a changedParagraph call so we don't resete the
+       buttons and message when we return to the original paragraph!
+
+2002-04-17  Rob Lahaye <lahaye@users.sourceforge.net>
+
+       * forms/cvsignore: add Makefile.
+
+2002-04-16  Lars Gullik Bjønnes  <larsbj@birdstep.com>
+
+       * forms/Makefile.am: make it a dummy make file + extra dist
+
+2002-04-14  Herbert Voss  <voss@perce.de>
+
+       * FormCharacter.C
+       * FormExternal.C: adding #include "support/lstrings.h"
+       for the getStringFromVector and vice versa
+
+2002-04-12  Angus Leeming  <a.leeming@ic.ac.uk>
+
+       * FormParagraph.C (changedParagraph): ensure that the warning message
+       is removed if the underlying paragraph will accept our changes.
+
 2002-04-09  Herbert Voss  <voss@perce.de>
 
        * FormGraphics.C: allow rotate-values like 270.1