Remove repeated entry.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4100 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-05-01 10:04:55 +00:00
parent e866942de6
commit 5431577846

View File

@ -1,17 +1,11 @@
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 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>
@ -41,15 +35,6 @@
* FormBibtex.C:
* FormCitation.C: fix two typos
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-29 Angus Leeming <a.leeming@ic.ac.uk>
* FormCharacter.h: