Scratch my grammatical itch.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@8998 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-09-22 15:37:54 +00:00
parent d3f0f2954a
commit 09bafa8d9a
2 changed files with 105 additions and 105 deletions

110
ANNOUNCE
View File

@ -4,13 +4,13 @@ Public release of LyX version 1.3.5
We are pleased to announce the release of LyX 1.3.5.
This is mainly a bugfix release, with few notable user-visible
improvements. However, among notable fixes are
improvements. However, we would like to highlight two fixes in particular:
- nested documents (with Insert>Include File...), which have been
- Nested documents (with Insert>Include File...), which have been
broken since LyX 1.2.0, should now work properly, including the
case where the files are in different directories
case where the files are in different directories.
- it is now possible to compile LyX with gcc 3.4
- It is now possible to compile LyX with gcc 3.4.
The complete list of improvements and fixes can be found at the end of
@ -29,7 +29,7 @@ http://www.lyx.org/ has to say on the subject:
OS X, thanks to the Qt/Mac library.
You can download LyX 1.3.5 here (the .bz2 are compressed with bzip2,
which yields smaller files) :
which yields smaller files):
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.3.5.tar.gz
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.3.5.tar.bz2
@ -74,96 +74,96 @@ What's new
** Updates
- new textclass svglobal, needed for various Springer Verlag journals
for which no specific class exists
- Add a new textclass, svglobal. It is needed for various
Springer Verlag journals for which no specific class exists.
- add new bindings file mac.bind for LyX/Mac
- Add a new bindings file mac.bind for LyX/Mac.
- the script used to control the generation of bitmap images for use
- The script used to control the generation of bitmap images for use
in 'Instant Preview' of math equations has been re-written in python.
Windows users now have some chance of getting Instant Preview to
work for them
work for them.
- The built-in Qt dialogs are now correctly translated for the
languages that Qt supports [Qt >= 3.2 only]
languages that Qt supports [Qt >= 3.2 only].
- add support for Icelandic, Latvian, Lithuanian and Nynorsk
- Add support for Icelandic, Latvian, Lithuanian and Nynorsk.
- updated Basque, Danish, German, Italian and Romanian localizations;
updated Basque and German documentation
- Updated the Basque, Danish, German, Italian and Romanian localizations.
Updated the Basque and German documentation.
** Bug fixes
* Document input/output:
- partly fix the handling of included files. External insets are still not
working correctly [bug #605]
- Partly fix the handling of included files. External insets are still not
working correctly [bug #605].
- fix nesting of language change commands, especially important for
Arabic [bug #1404]
- Fix nesting of language change commands, especially important for
Arabic [bug #1404].
- fix missing line break in front of \end{...} in some cases [bug #1225]
- Fix missing line break in front of \end{...} in some cases [bug #1225].
- run makeindex and bibtex correctly when the file name contains some
special characters [bug #1526]
- Run makeindex and bibtex correctly when the file name contains some
special characters [bug #1526].
- prevent clashes with LaTeX packages defining "\boldsymbol" [bug #1498]
- Prevent clashes with LaTeX packages defining "\boldsymbol" [bug #1498].
- make import of the preamble of LaTeX files more robust [bug #1584]
- Make import of the preamble of LaTeX files more robust [bug #1584].
- fix handling of floats and counters in svjog and svprobth
textclasses [bug #1430]
- fix handling of counters in the scrlettr and scrlttr2 classes
- Fix handling of floats and counters in svjog and svprobth
textclasses [bug #1430].
- fix off-by-one-error which caused LyX to chose the wrong custom margin
package
- Fix handling of counters in the scrlettr and scrlttr2 classes.
- remove extra spaces around math insets in plain text output
- Fix off-by-one-error which caused LyX to chose the wrong custom margin
package.
- Remove extra spaces around math insets in plain text output.
* User Interface:
- use opening quotation marks after an opening square bracket
- Use opening quotation marks after an opening square bracket.
- fix the toggling of the short title inset in some cases
- Fix the toggling of the short title inset in some cases.
- when the autodetection of latex classes cannot be done for some
reason, provide a sensible list of textclasses
- When the autodetection of latex classes cannot be done for some
reason, provide a sensible list of textclasses.
- honor correctly the various locale-related environment variables when
looking for translated help files
- Honor correctly the various locale-related environment variables when
looking for translated help files.
- prevent activation of the Ok and Apply buttons in the reference
dialog when simply manipulating the list of references in the dialog
- Prevent activation of the Ok and Apply buttons in the reference
dialog when simply manipulating the list of references in the dialog.
- set the default button in the print dialog, activated on Return,
to be the Ok button rather than the Close button. [bug #1465, Qt only]
- Set the default button in the print dialog, activated on Return,
to be the Ok button rather than the Close button. [bug #1465, Qt only].
- enable instant preview to work on solaris machines
- Enable instant preview to work on Solaris machines.
- fix an annoying "could not delete temp dir" warning
- Fix an annoying "could not delete temp dir" warning.
- fix some math bindings like "M-m [" for german or french keyboards
- Fix some math bindings like "M-m [" for german or french keyboards.
- don't allow the insertion of incomplete citation references,
which led to a crash [bug 1617]
- Don't allow the insertion of incomplete citation references,
which led to a crash [bug 1617].
- correct the spelling of the "Acknowledgements" style in the APA layout
- Correct the spelling of the "Acknowledgements" style in the APA layout.
* Configuration/Installation:
- when running under windows, configure correctly the ps and pdf
viewers [bug #1508]
- When running under Windows, configure correctly the ps and pdf
viewers [bug #1508].
- the qt-related parts of the configure script honors the environment
variables MOC and UIC if they are set
- The Qt-related parts of the configure script honors the environment
variables MOC and UIC if they are set.
- fix compilation for OpenBSD
- Fix compilation for OpenBSD.
- fix compilation with SGI C++ compiler
- Fix compilation with SGI C++ compiler.
- fix compilation with gcc 3.4
- Fix compilation with gcc 3.4.
- fix linking with Qt/Mac 3.3.1
- Fix linking with Qt/Mac 3.3.1.
- fix warning with automake 1.7
- Fix warning with automake 1.7.

View File

@ -19,96 +19,96 @@ What's new
** Updates
- new textclass svglobal, needed for various Springer Verlag journals
for which no specific class exists
- Add a new textclass, svglobal. It is needed for various
Springer Verlag journals for which no specific class exists.
- add new bindings file mac.bind for LyX/Mac
- Add a new bindings file mac.bind for LyX/Mac.
- the script used to control the generation of bitmap images for use
- The script used to control the generation of bitmap images for use
in 'Instant Preview' of math equations has been re-written in python.
Windows users now have some chance of getting Instant Preview to
work for them
work for them.
- The built-in Qt dialogs are now correctly translated for the
languages that Qt supports [Qt >= 3.2 only]
languages that Qt supports [Qt >= 3.2 only].
- add support for Icelandic, Latvian, Lithuanian and Nynorsk
- Add support for Icelandic, Latvian, Lithuanian and Nynorsk.
- updated Basque, Danish, German, Italian and Romanian localizations;
updated Basque and German documentation
- Updated the Basque, Danish, German, Italian and Romanian localizations.
Updated the Basque and German documentation.
** Bug fixes
* Document input/output:
- partly fix the handling of included files. External insets are still not
working correctly [bug #605]
- Partly fix the handling of included files. External insets are still not
working correctly [bug #605].
- fix nesting of language change commands, especially important for
Arabic [bug #1404]
- Fix nesting of language change commands, especially important for
Arabic [bug #1404].
- fix missing line break in front of \end{...} in some cases [bug #1225]
- Fix missing line break in front of \end{...} in some cases [bug #1225].
- run makeindex and bibtex correctly when the file name contains some
special characters [bug #1526]
- Run makeindex and bibtex correctly when the file name contains some
special characters [bug #1526].
- prevent clashes with LaTeX packages defining "\boldsymbol" [bug #1498]
- Prevent clashes with LaTeX packages defining "\boldsymbol" [bug #1498].
- make import of the preamble of LaTeX files more robust [bug #1584]
- Make import of the preamble of LaTeX files more robust [bug #1584].
- fix handling of floats and counters in svjog and svprobth
textclasses [bug #1430]
- fix handling of counters in the scrlettr and scrlttr2 classes
- Fix handling of floats and counters in svjog and svprobth
textclasses [bug #1430].
- fix off-by-one-error which caused LyX to chose the wrong custom margin
package
- Fix handling of counters in the scrlettr and scrlttr2 classes.
- remove extra spaces around math insets in plain text output
- Fix off-by-one-error which caused LyX to chose the wrong custom margin
package.
- Remove extra spaces around math insets in plain text output.
* User Interface:
- use opening quotation marks after an opening square bracket
- Use opening quotation marks after an opening square bracket.
- fix the toggling of the short title inset in some cases
- Fix the toggling of the short title inset in some cases.
- when the autodetection of latex classes cannot be done for some
reason, provide a sensible list of textclasses
- When the autodetection of latex classes cannot be done for some
reason, provide a sensible list of textclasses.
- honor correctly the various locale-related environment variables when
looking for translated help files
- Honor correctly the various locale-related environment variables when
looking for translated help files.
- prevent activation of the Ok and Apply buttons in the reference
dialog when simply manipulating the list of references in the dialog
- Prevent activation of the Ok and Apply buttons in the reference
dialog when simply manipulating the list of references in the dialog.
- set the default button in the print dialog, activated on Return,
to be the Ok button rather than the Close button. [bug #1465, Qt only]
- Set the default button in the print dialog, activated on Return,
to be the Ok button rather than the Close button. [bug #1465, Qt only].
- enable instant preview to work on solaris machines
- Enable instant preview to work on Solaris machines.
- fix an annoying "could not delete temp dir" warning
- Fix an annoying "could not delete temp dir" warning.
- fix some math bindings like "M-m [" for german or french keyboards
- Fix some math bindings like "M-m [" for german or french keyboards.
- don't allow the insertion of incomplete citation references,
which led to a crash [bug 1617]
- Don't allow the insertion of incomplete citation references,
which led to a crash [bug 1617].
- correct the spelling of the "Acknowledgements" style in the APA layout
- Correct the spelling of the "Acknowledgements" style in the APA layout.
* Configuration/Installation:
- when running under windows, configure correctly the ps and pdf
viewers [bug #1508]
- When running under Windows, configure correctly the ps and pdf
viewers [bug #1508].
- the qt-related parts of the configure script honors the environment
variables MOC and UIC if they are set
- The Qt-related parts of the configure script honors the environment
variables MOC and UIC if they are set.
- fix compilation for OpenBSD
- Fix compilation for OpenBSD.
- fix compilation with SGI C++ compiler
- Fix compilation with SGI C++ compiler.
- fix compilation with gcc 3.4
- Fix compilation with gcc 3.4.
- fix linking with Qt/Mac 3.3.1
- Fix linking with Qt/Mac 3.3.1.
- fix warning with automake 1.7
- Fix warning with automake 1.7.