mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
120 lines
2.2 KiB
Plaintext
120 lines
2.2 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.1.2.
|
|
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.2 release.
|
|
|
|
Richard Heck
|
|
Branch Maintainer
|
|
rgheck@lyx.org
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- Do not sort advanced listings settings, since their insertion order is
|
|
relevant (bug 5203).
|
|
|
|
- Fix wrong line spacing in last paragraph of a document if the font size
|
|
is non-normal (bug 9231).
|
|
|
|
- Fix import of latex documents with scaled fonts.
|
|
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
- Fix warning "Missing \use_indices" when converting from 1.6.x format
|
|
or older.
|
|
|
|
- Fix several conversion problems of beamer box arguments when the
|
|
arguments use multiple ERTs (part of bug 9208, bug 9225, bug 9144).
|
|
|
|
- Fix conversion of beamer overlay arguments when the module
|
|
"beamer-resenumerate" is used (part of bug 9208).
|
|
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Do not forget last words of paragraphs in completion possibilities.
|
|
|
|
- Select word on double click even when at boundary (bug 9159).
|
|
|
|
- Fix listings inset parameter validation when font size is selected
|
|
(bug 8144).
|
|
|
|
- Fix listings validator with regard to aboveskip and belowskip (bug 7373).
|
|
|
|
- Fix reverse search in insets (figures, tables, branches, etc.) (bug 9151).
|
|
|
|
|
|
* INTERNALS
|
|
|
|
- Improve thread-safety.
|
|
|
|
- Fix potential bug spotted by cppcheck.
|
|
|
|
- Fix problems arising when converting floating point values to the
|
|
corresponding string representation (bugs 9190 and 9193).
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|