]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/ChangeLog
(Rob Lahaye): UI improvements to the preferences dialog.
[features.git] / src / frontends / xforms / ChangeLog
index 1fc287ca898088cb7a2f967eebbcd47bb8d4c798..b62c8c37afdf509731659ddb1c7492acf98bd9db 100644 (file)
@@ -1,3 +1,30 @@
+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