]> git.lyx.org Git - lyx.git/blob - status.22x
6ac16cb5ecc58c66d08037764c7c69e5d73d67f5
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.4.
4 All comments are welcome.
5
6 We try to group things by topic and in decreasing order of importance.
7 Please feel free to re-arrange if that seems like a good idea.
8
9
10 What's new
11 ==========
12
13 ** Updates:
14 ***********
15
16 * DOCUMENT INPUT/OUTPUT
17
18
19 * TEX2LYX IMPROVEMENTS
20
21
22
23 * USER INTERFACE
24
25 - On Windows, allow to automatically bring the LyX window to top (bug 10469).
26
27 - Cache information on exportable formats (bug 9980).
28
29 - Shorten the time required to save the session state on exit.
30
31
32 * DOCUMENTATION AND LOCALIZATION
33
34 - Updated Japanese user interface localization.
35
36
37 * BUILD/INSTALLATION
38
39 - Mark some intentional fall-throughs in order to silence false
40   -Wimplicit-fallthrough warnings with gcc7.
41
42
43 ** Bug fixes:
44 *************
45
46 * DOCUMENT INPUT/OUTPUT
47
48 - Fix wrong spacing in output when the font size is changed inside
49   a center environment or a greyed out note (bugs 9598 and 10650).
50
51 - Assure properly nested \begin{lang} and \end{lang} tags even when
52   no language package is selected (bug 10685).
53
54 - Catch "! Incomplete \if[x]" LaTeX error (bug 10666).
55
56 - Ignore LaTeX error on missing ZWNJ (ligature break) characters
57   (bug 10727).
58
59 - Fix PDF output of clipped graphics with recent graphics package (bug 7910).
60
61 - Catch xdvipdfmx driver error that breaks XeTeX compilation (bug 10076).
62
63 - Fix caption handling in listings insets when it is split into multiple
64   lines in the LaTeX output (bug 10705).
65
66 - Do not let the natbibapa module overwrite what the class or other packages
67   add to the preamble.
68
69 - Assure the color package is loaded before polyglossia in preview snippets
70   This fixes preview image generation with polyglossia and bidi (bug 10716).
71
72 - Fix babel name of Vietnamese language. This requires now babel-vietnamese
73   (2013ff.) instead of vietnam.ldf that was shipped with vntex previously
74   (bug 10743).
75
76 - Fix issue with language nesting when using Asian languages (bug 10778).
77
78
79 * LYX2LYX
80
81
82 * USER INTERFACE
83
84 - Fix crash occurring in certain circumstances when previewing the source
85   of a single paragraph containing a language switch (bug 10636).
86
87 - Fix crash when closing master file with full view source open (bug 10560).
88
89 - Fix crash when closing master document with dirty child while Document
90   Settings dialog is open (bug 9979).
91
92 - Fix crash when closing master with children and grandchildren
93   (bug 10766).
94
95 - Fix crash when pasting multiple cells into a multi-paragraph cell of
96   a table (bug 9983).
97
98 - Fix random crash when dissolving inset (bug 10667).
99
100 - Fix potential crash when cursor enters an inset (bug 10691).
101
102 - Avoid crash when selecting long text (bug 10324).
103
104 - Fix crash with undo and child documents (bug 10643).
105
106 - Fix completely broken undo in Advanced Find & Replace edit areas
107   (bug 10847).
108
109 - Fix crash when changing preview preferences while previewable
110   external inset is open (bug 10785).
111
112 - Fix problem with decimal special height/width values in the Box
113   dialog in some localizations (bug 11000).
114
115 - Remove duplicate entries from the Symbols dialog (bug 10644).
116
117 - Always show the float type in the float inset label (bug 10618).
118
119 - Show correct color name for green in the status bar (bug 10656).
120
121 - fixes to cursor positionning on mouse click for right-to-left text
122   (bug 10569).
123
124 - Fix metrics of full-width insets when paragraph endings are shown
125   (bug #10537).
126
127 - Fix glacial performance with ancient Hebrew text on macOS.
128
129 - Fix hole in selection for some zoom and justification values (bug
130   8883).
131
132 - Fix some rare cases of bad on-screen line breaking (bug #10700).
133
134 - Fix bad justification before a displayed inset (bug 10699).
135
136 - Fix selection display glitch with paragraph label (bug 10972).
137
138 - Fix cursor state after double/triple click in mathed (bug #10686).
139
140 - Avoid a case of stuck cursor after entering an inset (bug 10630).
141
142 - Fix problems with hidden "BibTeX Add" dialogs on MacOSX by using drawers
143   instead of modal subdialogs (bug 10662).
144
145 - Don't swallow labels not entered through the toolbar in mathed (bug 10546).
146
147 - Fix bad context menu on insets that do not have one (bug 10616).
148
149 - Enable OK/Apply buttons when resetting to class defaults.
150
151 - Fix untranslated GUI string in Box dialog (bug 10999).
152
153
154 * INTERNALS
155
156 - Fix execution of set-graphics-group function.
157
158
159 * DOCUMENTATION AND LOCALIZATION
160
161 - Fix loading of math packages in many manuals (bug 10661).
162
163 - Add note that the fixltx2e package (and so module) is obsolete as of
164   TeXLive 2015 (bug 9361).
165
166 - Updated French user interface localization.
167
168 * LYXHTML
169
170
171
172 * TEX2LYX
173
174 - Fix import of \newtheorem* declarations (bug 10622).
175
176
177 * ADVANCED FIND AND REPLACE
178
179
180 * BUILD/INSTALLATION
181