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