]> git.lyx.org Git - lyx.git/blob - status.23x
Add missing status.23x entries from latest backports.
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.7.
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 - Support \bigtimes from the mathtools package (bug 11223).
19
20 - Support 0x019b via tipa (bug 12426).
21
22 - Fix loading subscript package with only LaTeX < 2005/12/01 (bug 12387).
23
24 - Fix modernCV.lxy for Texlive 2021 (bug 12311).
25
26
27 * MISCELLANEOUS
28
29
30
31 * TEX2LYX IMPROVEMENTS
32
33
34
35 * USER INTERFACE
36
37 - If the bibliography processor requested by a document is not available, do not
38   silently fall back to default. Rather than that, warn the user, keep the requested
39   processor and only fall back to an alternative at processing stage.
40
41 - Backspace at the very start of a cell part of eqnarray or align environments
42   does not move the cursor out of the whole equation anymore and is now
43   equivalent to hitting the left arrow key (bug 11678).
44
45 - Other than directly inserted, now references can also be pasted as insets
46   into an equation, instead of simply as text (bug 11539).
47
48 - Add support for High DPI screens in Windows and Linux (bug 12060).
49
50 - Add Qt platform name in About dialog.
51
52 - Fix broken modifier handling for Qt-5.12 on Mac (bug 12247).
53
54 - Add new pref variable \draw_strategy to fix some cases where display
55   is blinking (bug 12119).
56
57 - Fix misaligned math frame decoration (bug 11491).
58
59 - Fix painting of nested environment overlaping with inset (bug 12243).
60
61 - Fix outline filter search for "\" symbol (bug 12359).
62
63 - Fix inset cornes painting on HiDPI screens (bug 12336).
64
65 - Instant preview foreground color in Beamer documents (bug 12563).
66
67 - Properly update font info at cursor position after toggling
68   (bug 12450).
69
70
71 * DOCUMENTATION AND LOCALIZATION
72
73
74
75
76 * BUILD/INSTALLATION
77
78 - Fix framework name case error for QtDBus on Mac (bug 12305)
79
80 - Fix directory permission of .app bundle on Mac (bug 12150)
81
82 - Fix configuration bug on Windows which prevented LyX from 
83   installing (bug 12369).
84
85
86 ** Bug fixes:
87 *************
88
89 * DOCUMENT INPUT/OUTPUT
90
91 - Fix Open Document (tex4ht) output converter.
92
93 - Fix output of bibliography environment to make backref work
94   (bug 12041).
95
96 - Fix tables in title.
97
98 - Fix issue causing the coalesce of an empty description list item and an
99   immediately following nested itemize environment when loading documents
100   created with version 2.1 or earlier (bug 12148).
101
102 - Fix export of the optional argument of \sqrt when it contains other
103   commands with optional arguments (bug 3294).
104
105
106 * USER INTERFACE
107
108 - Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
109
110 - Fix problem with display of menus on Gnome Wayland (bug 11746).
111
112 - Improve error message for VCS file registration when RCS package
113   is not installed.
114
115 - Make bibliographies work with grandchildren (bug 12033).
116
117 - Do not close spellchecker after "Replace All" action (bug 11310).
118
119 - Fix width of collapsible insets with sublabels (bug 12046).
120
121 - Fix Hebrew characters overflow in insets (bug 12030).
122
123 - Fix unwanted scrolling of window when using "copy". (bug 11225).
124
125 - Disable direct insertion of multiple spaces in mathed text (bug 1311).
126
127 - Fix crash in tabular when an empty paragraph is removed
128   automatically (bug 12117).
129
130 - Fix crash in tabular when resetting font (bug 12566).
131
132 - Fix crash when using Hebrew (bug 12464).
133
134 - On screen, show upper case greek letters in \mathbf as bold (bug 3751).
135
136 - Fix coloring of text-mode material in math equations (bug 11007).
137
138 - Fix crash with undo when the document has errors (bug 12163).
139
140 - Fix Thesaurus usage with large text selection (#10528).
141
142 - Fix wrap-around of spellchecker (#10383).
143
144 - Avoid pointless 'undefined flex inset' errors when changing document
145   settings (bug 12163).
146
147 - Fix display of emphasize in slanted text (bug 12175).
148
149 - Fix copy of multi-cells in table (bug 12196).
150
151 - Fix some wrongly initialized internal buffers (bug 12246).
152
153 - Fix reverse search on Mac (bug 12063).
154
155
156
157 * INTERNALS
158
159
160
161
162
163 * DOCUMENTATION AND LOCALIZATION
164
165 - Updated Polish and French User Interface localizations.
166
167 - Updated French Customization.lyx, UserGuide.lyx and Additional.lyx.
168
169
170 * LYX2LYX
171
172
173
174
175 * TEX2LYX
176
177
178
179
180 * LYXHTML
181
182
183
184
185 * ADVANCED FIND AND REPLACE
186
187
188
189
190 * BUILD/INSTALLATION
191
192 - compilation with configure now defaults to Qt5, use --disable-qt5 to compile with Qt4.
193
194 - Remove use of deprecated Qt methods.
195
196 - Update in-tree hunspell library to 1.7.0.
197
198 - The WM class of LyX for X Window environment is now the package name, typically
199   "lyx" or "lyx[suffix]" (bug 11930).
200
201 - Fix warnings with recent compilers (gcc 11, clang+++ >= 10) and compilation with gcc 12.
202
203 - Fix warnings with autoconf 2.71.
204