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-07-31 01:57:52 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
What's new
|
|
|
|
==========
|
|
|
|
|
|
|
|
** Updates:
|
|
|
|
***********
|
|
|
|
|
|
|
|
* DOCUMENT INPUT/OUTPUT
|
|
|
|
|
2016-09-21 20:30:58 +00:00
|
|
|
|
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).
|
2017-04-04 21:54:31 +00:00
|
|
|
|
2016-10-21 02:56:40 +00:00
|
|
|
- Cache information on exportable formats (bug 9980).
|
|
|
|
|
2017-10-18 20:11:56 +00:00
|
|
|
- Shorten the time required to save the session state on exit.
|
|
|
|
|
2016-08-01 10:04:39 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2018-02-24 00:30:20 +00:00
|
|
|
- Updated Arabic, Czech and Japanese user interface localization.
|
2017-06-06 21:35:33 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
|
|
|
|
2017-11-10 12:07:00 +00:00
|
|
|
- Mark some intentional fall-throughs in order to silence false
|
|
|
|
-Wimplicit-fallthrough warnings with gcc7.
|
2016-04-16 22:23:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
** 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).
|
2017-01-26 17:32:26 +00:00
|
|
|
|
2017-06-05 22:01:14 +00:00
|
|
|
- Assure properly nested \begin{lang} and \end{lang} tags even when
|
|
|
|
no language package is selected (bug 10685).
|
|
|
|
|
2017-06-16 08:05:12 +00:00
|
|
|
- Catch "! Incomplete \if[x]" LaTeX error (bug 10666).
|
|
|
|
|
2017-07-23 16:41:06 +00:00
|
|
|
- Ignore LaTeX error on missing ZWNJ (ligature break) characters
|
|
|
|
(bug 10727).
|
|
|
|
|
2017-10-12 13:38:59 +00:00
|
|
|
- Fix PDF output of clipped graphics with recent graphics package (bug 7910).
|
|
|
|
|
2017-06-25 08:29:19 +00:00
|
|
|
- Catch xdvipdfmx driver error that breaks XeTeX compilation (bug 10076).
|
|
|
|
|
2017-06-26 21:10:30 +00:00
|
|
|
- Fix caption handling in listings insets when it is split into multiple
|
|
|
|
lines in the LaTeX output (bug 10705).
|
|
|
|
|
2017-07-02 08:54:39 +00:00
|
|
|
- Do not let the natbibapa module overwrite what the class or other packages
|
|
|
|
add to the preamble.
|
|
|
|
|
2017-07-11 08:03:03 +00:00
|
|
|
- Assure the color package is loaded before polyglossia in preview snippets
|
|
|
|
This fixes preview image generation with polyglossia and bidi (bug 10716).
|
|
|
|
|
2017-08-13 09:47:21 +00:00
|
|
|
- Fix babel name of Vietnamese language. This requires now babel-vietnamese
|
|
|
|
(2013ff.) instead of vietnam.ldf that was shipped with vntex previously
|
|
|
|
(bug 10743).
|
|
|
|
|
2017-11-08 07:44:00 +00:00
|
|
|
- Fix issue with language nesting when using Asian languages (bug 10778).
|
|
|
|
|
2018-03-03 11:23:16 +00:00
|
|
|
- Fix bug that TeX files were not detected when reconfiguring LyX (bug 11053).
|
2018-03-03 11:19:28 +00:00
|
|
|
|
2017-06-16 08:05:12 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* LYX2LYX
|
|
|
|
|
2016-09-21 20:30:58 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* USER INTERFACE
|
|
|
|
|
2017-06-05 20:59:25 +00:00
|
|
|
- Fix crash occurring in certain circumstances when previewing the source
|
|
|
|
of a single paragraph containing a language switch (bug 10636).
|
|
|
|
|
2017-05-01 23:36:23 +00:00
|
|
|
- Fix crash when closing master file with full view source open (bug 10560).
|
|
|
|
|
2017-06-17 07:43:01 +00:00
|
|
|
- Fix crash when closing master document with dirty child while Document
|
|
|
|
Settings dialog is open (bug 9979).
|
2017-08-28 10:05:35 +00:00
|
|
|
|
2017-09-28 07:06:33 +00:00
|
|
|
- Fix crash when closing master with children and grandchildren
|
|
|
|
(bug 10766).
|
|
|
|
|
2018-02-08 18:06:35 +00:00
|
|
|
- Fix crash when pasting multiple cells into a multi-paragraph cell of
|
|
|
|
a table (bug 9983).
|
|
|
|
|
2017-07-25 23:32:36 +00:00
|
|
|
- Fix random crash when dissolving inset (bug 10667).
|
|
|
|
|
|
|
|
- Fix potential crash when cursor enters an inset (bug 10691).
|
|
|
|
|
|
|
|
- Avoid crash when selecting long text (bug 10324).
|
2017-06-17 07:43:01 +00:00
|
|
|
|
2017-07-04 14:34:34 +00:00
|
|
|
- Fix crash with undo and child documents (bug 10643).
|
|
|
|
|
2017-12-13 09:38:47 +00:00
|
|
|
- Fix completely broken undo in Advanced Find & Replace edit areas
|
|
|
|
(bug 10847).
|
|
|
|
|
2017-11-12 13:44:18 +00:00
|
|
|
- Fix crash when changing preview preferences while previewable
|
|
|
|
external inset is open (bug 10785).
|
|
|
|
|
2018-01-27 11:26:01 +00:00
|
|
|
- Fix problem with decimal special height/width values in the Box
|
|
|
|
dialog in some localizations (bug 11000).
|
|
|
|
|
2017-05-01 15:34:25 +00:00
|
|
|
- Remove duplicate entries from the Symbols dialog (bug 10644).
|
2017-03-27 13:00:43 +00:00
|
|
|
|
2017-05-24 12:05:06 +00:00
|
|
|
- Always show the float type in the float inset label (bug 10618).
|
2017-05-16 21:44:32 +00:00
|
|
|
|
2017-05-16 21:47:35 +00:00
|
|
|
- Show correct color name for green in the status bar (bug 10656).
|
|
|
|
|
2017-03-31 14:56:06 +00:00
|
|
|
- fixes to cursor positionning on mouse click for right-to-left text
|
|
|
|
(bug 10569).
|
|
|
|
|
2017-04-18 12:02:31 +00:00
|
|
|
- Fix metrics of full-width insets when paragraph endings are shown
|
|
|
|
(bug #10537).
|
|
|
|
|
|
|
|
- Fix glacial performance with ancient Hebrew text on macOS.
|
2017-05-24 12:05:06 +00:00
|
|
|
|
2017-06-12 16:00:43 +00:00
|
|
|
- Fix hole in selection for some zoom and justification values (bug
|
|
|
|
8883).
|
|
|
|
|
2017-08-28 10:05:35 +00:00
|
|
|
- Fix some rare cases of bad on-screen line breaking (bug #10700).
|
|
|
|
|
2017-08-31 12:52:30 +00:00
|
|
|
- Fix bad justification before a displayed inset (bug 10699).
|
|
|
|
|
2018-01-15 16:23:48 +00:00
|
|
|
- Fix selection display glitch with paragraph label (bug 10972).
|
|
|
|
|
2017-06-12 16:00:43 +00:00
|
|
|
- Fix cursor state after double/triple click in mathed (bug #10686).
|
2017-06-12 12:39:03 +00:00
|
|
|
|
2017-06-14 13:08:27 +00:00
|
|
|
- Avoid a case of stuck cursor after entering an inset (bug 10630).
|
|
|
|
|
2017-09-12 09:05:42 +00:00
|
|
|
- Fix problems with hidden "BibTeX Add" dialogs on MacOSX by using drawers
|
|
|
|
instead of modal subdialogs (bug 10662).
|
|
|
|
|
2017-07-09 21:31:33 +00:00
|
|
|
- Don't swallow labels not entered through the toolbar in mathed (bug 10546).
|
|
|
|
|
2017-07-25 23:32:36 +00:00
|
|
|
- Fix bad context menu on insets that do not have one (bug 10616).
|
2017-07-05 10:28:26 +00:00
|
|
|
|
2017-11-01 11:03:54 +00:00
|
|
|
- Enable OK/Apply buttons when resetting to class defaults.
|
|
|
|
|
2018-01-27 09:57:33 +00:00
|
|
|
- Fix untranslated GUI string in Box dialog (bug 10999).
|
|
|
|
|
2018-02-20 15:42:01 +00:00
|
|
|
- Fix untranslated GUI strings on View/Update toolbar button menu (bug 11040).
|
|
|
|
|
2018-02-20 11:09:10 +00:00
|
|
|
- When entering a math macro name, Escape properly cancels the
|
|
|
|
operation (bug 9251).
|
|
|
|
|
2016-12-29 08:17:53 +00:00
|
|
|
|
2016-10-26 14:20:02 +00:00
|
|
|
* INTERNALS
|
2016-04-16 22:23:03 +00:00
|
|
|
|
2017-08-12 07:55:06 +00:00
|
|
|
- Fix execution of set-graphics-group function.
|
2017-01-08 22:11:04 +00:00
|
|
|
|
2016-09-21 22:45:57 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* DOCUMENTATION AND LOCALIZATION
|
|
|
|
|
2017-10-23 20:36:34 +00:00
|
|
|
- Fix loading of math packages in many manuals (bug 10661).
|
|
|
|
|
|
|
|
- Add note that the fixltx2e package (and so module) is obsolete as of
|
|
|
|
TeXLive 2015 (bug 9361).
|
|
|
|
|
2017-09-26 16:21:23 +00:00
|
|
|
- Updated French user interface localization.
|
2016-09-21 20:30:58 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* LYXHTML
|
|
|
|
|
|
|
|
|
2016-09-21 20:30:58 +00:00
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
* TEX2LYX
|
|
|
|
|
2017-07-23 11:19:59 +00:00
|
|
|
- Fix import of \newtheorem* declarations (bug 10622).
|
|
|
|
|
2018-02-09 12:23:50 +00:00
|
|
|
- Fix import of (specific) BibTeX paths (bug 7637).
|
|
|
|
|
2016-04-16 22:23:03 +00:00
|
|
|
|
|
|
|
* ADVANCED FIND AND REPLACE
|
|
|
|
|
|
|
|
|
|
|
|
* BUILD/INSTALLATION
|
2016-10-22 14:28:52 +00:00
|
|
|
|