]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/ChangeLog
Clean-up yesterday's code-splurge and sort the translated language names.
[lyx.git] / src / frontends / xforms / ChangeLog
index b62c8c37afdf509731659ddb1c7492acf98bd9db..dab5f36d884b7865ceac6f70902578a094f484f3 100644 (file)
@@ -1,3 +1,30 @@
+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  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.