lyx_mirror/status.20x
Uwe Stöhr dce30a281e for branch: elsarticle already provides refstyle
- elsarticle.layout: elsarticle already provides refstyle thus the document becomes uncompilable if we don't declare this in the layout
2012-07-02 22:18:42 +02:00

106 lines
2.0 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).
* USER INTERFACE
- Show backends, not formats, in View>Source (bug #7652).
* DOCUMENTATION AND LOCALIZATION
- Interlingua user interface localizations.
* 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.
* 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).
* DOCUMENTATION AND LOCALIZATION
* LYXHTML
* TEX2LYX
- Fix bug that language change commands were not always recognized (bug 8210).
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION