mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
df8d2a5a87
The solution is the same as the other text-properties lfuns: use special loops when there is a multi-cell selection.
140 lines
3.1 KiB
Plaintext
140 lines
3.1 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.0.7.
|
|
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.6 release.
|
|
|
|
Richard Heck
|
|
Branch Maintainer
|
|
rgheck@lyx.org
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Updated Interlingua, Japanese and Nynorsk user interface localizations.
|
|
|
|
- Revised French Intro.
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Fix output of ulem commands (underline etc.) which was broken as of
|
|
LyX 2.0.6 (bug 8733).
|
|
|
|
- Fix problem with unbalanced braces in XeTeX output (bug 8765).
|
|
|
|
- Fix state of certain language packages (polyglossia, japanese) in
|
|
child documents (bug 8770).
|
|
|
|
- Fix compilation of documents containing chemical equations and math
|
|
integrals (bug 8731).
|
|
|
|
- Fix import of CSV-files.
|
|
|
|
- Added h5 and h6 as HTML 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 crash when changing alignment of several cells in tabular (bug 8859).
|
|
|
|
- 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).
|
|
|
|
- Handle undo correctly when a branch is (de)activated.
|
|
|
|
- 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.
|
|
|
|
- Fix display of file names with ampersands in the tab header (bug 8757).
|
|
|
|
- The koma-script book class numbers equations by chapter.
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
- Make the aa.lyx template file and the aa_sample.lyx example file compilable.
|
|
|
|
- Make the AEA.lyx template file compilable.
|
|
|
|
- Make the landslide example file compilable.
|
|
|
|
- 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.
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
- Add support for automake 1.13.
|
|
|
|
- Fix compilation with clang LLVM compiler.
|
|
|
|
- Fix Qt tools search when a Qt directory has been specified.
|