mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
126 lines
2.7 KiB
Plaintext
126 lines
2.7 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.0.5.
|
|
All comments are welcome.
|
|
|
|
We try to group things by topic and in decreasing order of importance.
|
|
Please feel free to re-arrange if that seems like a good idea.
|
|
|
|
All of these fixes have already been checked into the 2.0.x branch of
|
|
LyX's git repository. The repository can be cloned via:
|
|
git clone git://git.lyx.org/lyx
|
|
For more details on how to use the repository, please visit:
|
|
http://wiki.lyx.org/Devel/LyXGit
|
|
A list of bugs fixed for this release can also be found at:
|
|
http://www.lyx.org/trac/wiki/BugTrackerHome
|
|
as well as a list of bugs still targeted to the 2.0.5 release.
|
|
|
|
Richard Heck
|
|
Branch Maintainer
|
|
rgheck@lyx.org
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Add explicit dvilualatex output format.
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
- The polyglossia/XeTeX language commands are now supported (bug 8212).
|
|
|
|
- It is now recognized if syncTeX is used (bug 8217).
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Show backends, not formats, in View>Source (bug #7652).
|
|
|
|
- Allow native LyX format to be shown in View>Source.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated French, German, Interlingua, Italian, Slovak and Spanish
|
|
user interface localizations.
|
|
|
|
- New Spanish example files europeCV.lyx and modernCV.lyx.
|
|
|
|
- Updated Spanish translation of the LyX manuals.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
-
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Do not output empty language switch commands (bug 8216).
|
|
|
|
- When using Turkish language, use the xkeyval package to avoid
|
|
incompatibilities (bug 2005).
|
|
|
|
- Do not ignore polyglossia commands in partial source preview (bug 8209).
|
|
|
|
- Export correct language change commands if document contains different
|
|
CJK languages (bug 8215).
|
|
|
|
- Fix bug that Elsevier docments became uncompilable when using refstlye for
|
|
cross-references.
|
|
|
|
- Fixed the layout file for scientific articles published by the American
|
|
Psychological Association (APA) (bug 8187).
|
|
|
|
- Write correct DTD for MathML (bug #8160).
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Fix various crashes when single document is edited in more windows
|
|
(bug 8203).
|
|
|
|
- Replace current selection when pasting (bug 8027).
|
|
|
|
- Make sure that undo restores environment depth correctly (bug 8159).
|
|
|
|
- Fix enumitem module translation (bug #8201).
|
|
|
|
- Set math display format when showing XHTML in View>Source.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Update/correct in the Userguide the description of the labeling list
|
|
(bug 8224).
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
- Fix bug that language change commands were not always recognized (bug 8210).
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- recognize version numbers like 2.0.5dev as development versions when
|
|
computing the default value of --enable-build-type.
|
|
|