lyx_mirror/status.21x
Enrico Forestieri a291c70658 Fix export of xfig external insets (bug #9244).
The check for a latex format is very fragile. Both libmagic and our
guessing from contents cannot distinguish the pstex and pdftex formats
used by the xfig external inset. Moreover, it may also happen that
lyx files are mistaken as latex ones. Thus, when the guessed format
is latex, the only solution is to give precedence to the format
determined by the file extension.
2014-09-28 21:28:16 +02:00

100 lines
1.6 KiB
Plaintext

-*- text -*-
This file describes what has been done in the preparation of LyX 2.1.3.
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.1.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.1.3 release.
Richard Heck
Branch Maintainer
rgheck@lyx.org
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
- Add support for some conference poster classes (a0poster, beamerposter,
sciposter) (bug 8714).
- Add support for the sectionbox and tcolorbox packages (part of bug 8714).
- Add support for PDF Annotations (via pdfcomment package) (bug 6975).
* TEX2LYX IMPROVEMENTS
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Fix baseline calculation in last paragraph (bug 9231).
- Fix export of xfig external insets (bug 9244).
* LYX2LYX
- Fix import of LyX 2.0 documents with complex beamer arguments (bug 9254).
- Fix import of LyX 2.0 IEEEtran documents (bug 9773).
* USER INTERFACE
- Fix alignment rendering of multirow in LyX (bug 8976).
* INTERNALS
* DOCUMENTATION AND LOCALIZATION
* LYXHTML
* TEX2LYX
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION