]> git.lyx.org Git - lyx.git/blob - status.22x
Customization: correct some color names.
[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 random crash when dissolving inset (bug 10667).
96
97 - Fix potential crash when cursor enters an inset (bug 10691).
98
99 - Avoid crash when selecting long text (bug 10324).
100
101 - Fix crash with undo and child documents (bug 10643).
102
103 - Fix completely broken undo in Advanced Find & Replace edit areas
104   (bug 10847).
105
106 - Fix crash when changing preview preferences while previewable
107   external inset is open (bug 10785).
108
109 - Remove duplicate entries from the Symbols dialog (bug 10644).
110
111 - Always show the float type in the float inset label (bug 10618).
112
113 - Show correct color name for green in the status bar (bug 10656).
114
115 - fixes to cursor positionning on mouse click for right-to-left text
116   (bug 10569).
117
118 - Fix metrics of full-width insets when paragraph endings are shown
119   (bug #10537).
120
121 - Fix glacial performance with ancient Hebrew text on macOS.
122
123 - Fix hole in selection for some zoom and justification values (bug
124   8883).
125
126 - Fix some rare cases of bad on-screen line breaking (bug #10700).
127
128 - Fix bad justification before a displayed inset (bug 10699).
129
130 - Fix cursor state after double/triple click in mathed (bug #10686).
131
132 - Avoid a case of stuck cursor after entering an inset (bug 10630).
133
134 - Fix problems with hidden "BibTeX Add" dialogs on MacOSX by using drawers
135   instead of modal subdialogs (bug 10662).
136
137 - Don't swallow labels not entered through the toolbar in mathed (bug 10546).
138
139 - Fix bad context menu on insets that do not have one (bug 10616).
140
141 - Enable OK/Apply buttons when resetting to class defaults.
142
143
144 * INTERNALS
145
146 - Fix execution of set-graphics-group function.
147
148
149 * DOCUMENTATION AND LOCALIZATION
150
151 - Fix loading of math packages in many manuals (bug 10661).
152
153 - Add note that the fixltx2e package (and so module) is obsolete as of
154   TeXLive 2015 (bug 9361).
155
156 - Updated French user interface localization.
157
158 * LYXHTML
159
160
161
162 * TEX2LYX
163
164 - Fix import of \newtheorem* declarations (bug 10622).
165
166
167 * ADVANCED FIND AND REPLACE
168
169
170 * BUILD/INSTALLATION
171