lyx_mirror/status.22x

130 lines
2.9 KiB
Plaintext
Raw Normal View History

2016-04-16 22:23:03 +00:00
-*- text -*-
2017-05-16 01:35:33 +00:00
This file describes what has been done in the preparation of LyX 2.2.4.
2016-04-16 22:23:03 +00:00
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.
2016-04-16 22:23:03 +00:00
What's new
==========
** Updates:
***********
* DOCUMENT INPUT/OUTPUT
2016-04-16 22:23:03 +00:00
* TEX2LYX IMPROVEMENTS
2016-09-23 21:29:26 +00:00
2016-04-16 22:23:03 +00:00
* USER INTERFACE
2017-05-20 00:36:16 +00:00
- On Windows, allow to automatically bring the LyX window to top (bug 10469).
- Cache information on exportable formats (bug 9980).
2016-04-16 22:23:03 +00:00
* DOCUMENTATION AND LOCALIZATION
2017-06-06 21:35:33 +00:00
- Updated Japanese user interface localization.
2016-04-16 22:23:03 +00:00
* BUILD/INSTALLATION
** Bug fixes:
*************
* DOCUMENT INPUT/OUTPUT
2017-06-05 21:14:48 +00:00
- Fix wrong spacing in output when the font size is changed inside
a center environment or a greyed out note (bugs 9598 and 10650).
- Assure properly nested \begin{lang} and \end{lang} tags even when
no language package is selected (bug 10685).
- Catch "! Incomplete \if[x]" LaTeX error (bug 10666).
- Catch xdvipdfmx driver error that breaks XeTeX compilation (bug 10076).
- Fix caption handling in listings insets when it is split into multiple
lines in the LaTeX output (bug 10705).
- Do not let the natbibapa module overwrite what the class or other packages
add to the preamble.
- Assure the color package is loaded before polyglossia in preview snippets
This fixes preview image generation with polyglossia and bidi (bug 10716).
2016-04-16 22:23:03 +00:00
* LYX2LYX
2016-04-16 22:23:03 +00:00
* USER INTERFACE
- Fix crash occurring in certain circumstances when previewing the source
of a single paragraph containing a language switch (bug 10636).
- Fix crash when closing master file with full view source open (bug 10560).
- Fix crash when closing master document with dirty child while Document
Settings dialog is open (bug 9979).
- Remove duplicate entries from the Symbols dialog (bug 10644).
- Always show the float type in the float inset label (bug 10618).
2017-05-16 21:47:35 +00:00
- Show correct color name for green in the status bar (bug 10656).
- fixes to cursor positionning on mouse click for right-to-left text
(bug 10569).
- Fix metrics of full-width insets when paragraph endings are shown
(bug #10537).
- Fix glacial performance with ancient Hebrew text on macOS.
- Fix hole in selection for some zoom and justification values (bug
8883).
- Fix cursor state after double/triple click in mathed (bug #10686).
- Fix potential crash when cursor enters an inset (bug 10691).
- Fix random crash when dissolving inset (bug 10667).
- Avoid crash when selecting long text (bug 10324).
- Avoid a case of stuck cursor after entering an inset (bug 10630).
- Don't swallow labels not entered through the toolbar in mathed (bug 10546).
- Fix bad context menu on insets that do not have one (bug 10626).
2016-10-26 14:20:02 +00:00
* INTERNALS
2016-04-16 22:23:03 +00:00
2016-04-16 22:23:03 +00:00
* DOCUMENTATION AND LOCALIZATION
2016-04-16 22:23:03 +00:00
* LYXHTML
2016-04-16 22:23:03 +00:00
* TEX2LYX
- Fix import of \newtheorem* declarations (bug 10622).
2016-04-16 22:23:03 +00:00
* ADVANCED FIND AND REPLACE
* BUILD/INSTALLATION
2016-10-22 14:28:52 +00:00