lyx_mirror/status.20x

116 lines
2.4 KiB
Plaintext
Raw Normal View History

-*- text -*-
2013-05-07 15:29:57 +00:00
This file describes what has been done in the preparation of LyX 2.0.7.
All comments are welcome.
2012-04-16 02:43:21 +00:00
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
2012-11-10 20:28:51 +00:00
as well as a list of bugs still targeted to the 2.0.6 release.
2012-04-16 02:43:21 +00:00
Richard Heck
Branch Maintainer
rgheck@lyx.org
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
2012-05-11 12:01:58 +00:00
* TEX2LYX IMPROVEMENTS
2012-11-28 23:14:02 +00:00
* USER INTERFACE
* DOCUMENTATION AND LOCALIZATION
2013-05-08 01:04:26 +00:00
- Updated Interlingua and Nynorsk user interface localizations.
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
- Added h5 and h6 as tags for Paragraph and Subparagraph.
- Include alt tag when exporting math as images (bug 8746).
* USER INTERFACE
- Fix crash when saving document with module that is not present (bug 8523).
- Fix bug where searching for next change may leave an empty paragraph
where cursor was (bug 3199).
- Fix activation of branches from command line (bug 8627).
- Fix display of appendix counters in some classes (bug 8666).
- Fix toggling of "misc" font options (bug 8764).
2013-05-31 01:50:44 +00:00
- Handle undo correctly when a branch is (de)activated.
2013-05-31 01:50:57 +00:00
- Update a bibliography entry's label when it is emptied.
- Insets in a bibliography entry are shown as text in the citation dialog.
- Correctly detect python scripts required by the preview mechanism.
* DOCUMENTATION AND LOCALIZATION
- Make the aa.lyx template file and the aa_sample.lyx example file compilable.
2013-05-31 01:53:09 +00:00
- Make the AEA.lyx template file compilable.
2013-05-31 01:53:09 +00:00
- Make the landslide example file compilable.
2013-05-31 01:53:16 +00:00
- Fix problem that the Chinese Tutorial could not be viewed as PDF on
some systems.
* LYXHTML
- Fix problem with size of superscripts and such inside footnotes (bug 8610).
- Add missing space before the edition in the bibliography (part of bug 8488).
- Fix random character inserted as year modifier in author-year citations.
2012-03-13 21:13:36 +00:00
* TEX2LYX
2012-11-28 21:17:00 +00:00
2012-03-13 21:13:36 +00:00
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION
- Add support for automake 1.13.
- Fix compilation with clang LLVM compiler.