mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
199e63fa19
Fixes bug #8605 and probably parts of #8755 and #9328.
(cherry picked from commit 50c1391950
)
116 lines
2.1 KiB
Plaintext
116 lines
2.1 KiB
Plaintext
-*- text -*-
|
|
|
|
This file describes what has been done in the preparation of LyX 2.2.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.
|
|
|
|
|
|
What's new
|
|
==========
|
|
|
|
** Updates:
|
|
***********
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
|
* TEX2LYX IMPROVEMENTS
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
* When changing zoom level, show current value in status bar (bug
|
|
10212).
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
|
|
|
|
|
** Bug fixes:
|
|
*************
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
- We no longer attempt to convert images for which we cannot find an
|
|
input format.
|
|
|
|
- Fixed fen2ascii script.
|
|
|
|
- Fixed preview of external material with plaintext and DocBook.
|
|
|
|
- Fixed substitution for $$Contents in external templates.
|
|
|
|
|
|
* LYX2LYX
|
|
|
|
- Fix hang with some IEEEtran documents (bug 10307).
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
- Avoid crashing in release mode if we stumble across an unrealized font.
|
|
|
|
- Fix display of citations with two authors.
|
|
|
|
- Fix display of multi-author citations when the GUI language is not English.
|
|
|
|
- Fix bug where change tracking marks are lost under math insets (bug
|
|
10265).
|
|
|
|
- Fix display glitch when switching to Description layout with an inset
|
|
at the beginning of the paragraph (bug 10163)
|
|
|
|
- Fix display of label font for argument insets.
|
|
|
|
- Keep leading whitespace when converting local layout.
|
|
|
|
|
|
* USER INTERFACE
|
|
|
|
|
|
* INTERNALS
|
|
|
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
|
* LYXHTML
|
|
|
|
- Enable export of external material (bug 8693).
|
|
|
|
- Fix problem with output of branches (bug 8022).
|
|
|
|
- Fix output of table borders (bug 10154).
|
|
|
|
- Fix display of several math symbols (bug 8844).
|
|
|
|
- Use scaling factor for export of images (bug 8742).
|
|
|
|
- Fix display of listings (bug 8362).
|
|
|
|
- Fix output of floats, etc, inside environments (bug 9094).
|
|
|
|
- Simplify XHTML output for floats, etc (bug 8605).
|
|
|
|
- Add "dir='auto'" to body tag, which should help a lot with export of
|
|
RTL languages (bug 8279, partly).
|
|
|
|
- Fix display of cases and matrices (bugs 8753, 8755).
|
|
|
|
|
|
* TEX2LYX
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|