]> git.lyx.org Git - lyx.git/blob - status.23x
11782e969fea12ce882ac823e83c0dbfd0c4667b
[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
19
20 * MISCELLANEOUS
21
22
23
24 * TEX2LYX IMPROVEMENTS
25
26
27
28 * USER INTERFACE
29
30 - If the bibliography processor requested by a document is not available, do not
31   silently fall back to default. Rather than that, warn the user, keep the requested
32   processor and only fall back to an alternative at processing stage.
33
34 - Backspace at the very start of a cell part of eqnarray or align environments
35   does not move the cursor out of the whole equation anymore and is now
36   equivalent to hitting the left arrow key (bug 11678).
37
38 - Other than directly inserted, now references can also be pasted as insets
39   into an equation, instead of simply as text (bug 11539).
40
41 - Add support for High DPI screens in Windows and Linux (bug 12060).
42
43 - Add Qt platform name in About dialog.
44
45 - Fix broken modifier handling for Qt-5.12 on Mac (bug 12247).
46
47
48 * DOCUMENTATION AND LOCALIZATION
49
50
51
52
53 * BUILD/INSTALLATION
54
55 - Fix framework name case error for QtDBus on Mac (bug 12305)
56
57
58
59 ** Bug fixes:
60 *************
61
62 * DOCUMENT INPUT/OUTPUT
63
64 - Fix Open Document (tex4ht) output converter.
65
66 - Fix output of bibliography environment to make backref work
67   (bug 12041).
68
69 - Fix tables in title.
70
71 - Fix issue causing the coalesce of an empty description list item and an
72   immediately following nested itemize environment when loading documents
73   created with version 2.1 or earlier (bug 12148).
74
75 - Fix export of the optional argument of \sqrt when it contains other
76   commands with optional arguments (bug 3294).
77
78
79 * USER INTERFACE
80
81 - Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
82
83 - Fix problem with display of menus on Gnome Wayland (bug 11746).
84
85 - Improve error message for VCS file registration when RCS package
86   is not installed.
87
88 - Make bibliographies work with grandchildren (bug 12033).
89
90 - Do not close spellchecker after "Replace All" action (bug 11310).
91
92 - Fix width of collapsible insets with sublabels (bug 12046).
93
94 - Fix Hebrew characters overflow in insets (bug 12030).
95
96 - Fix unwanted scrolling of window when using "copy". (bug 11225).
97
98 - Disable direct insertion of multiple spaces in mathed text (bug 1311).
99
100 - Fix crash in tabular when an empty paragraph is removed
101   automatically (bug 12117).
102
103 - On screen, show upper case greek letters in \mathbf as bold (bug 3751).
104
105 - Fix coloring of text-mode material in math equations (bug 11007).
106
107 - Fix crash with undo when the document has errors (bug 12163).
108
109 - Fix Thesaurus usage with large text selection (#10528).
110
111 - Fix wrap-around of spellchecker (#10383).
112
113 - Avoid pointless 'undefined flex inset' errors when changing document
114   settings (bug 12163).
115
116 - Fix display of emphasize in slanted text (bug 12175).
117
118 - Fix copy of multi-cells in table (bug 12196).
119
120 - Fix some wrongly initialized internal buffers (bug 12246).
121
122
123
124 * INTERNALS
125
126
127
128
129
130 * DOCUMENTATION AND LOCALIZATION
131
132 - Updated Polish and French User Interface localizations.
133
134 - Updated French Customization.lyx, UserGuide.lyx and Additional.lyx.
135
136
137 * LYX2LYX
138
139
140
141
142 * TEX2LYX
143
144
145
146
147 * LYXHTML
148
149
150
151
152 * ADVANCED FIND AND REPLACE
153
154
155
156
157 * BUILD/INSTALLATION
158
159 - Remove use of deprecated Qt methods.
160
161 - Update in-tree hunspell library to 1.7.0.
162
163 - The WM class of LyX for X Window environment is now the package name, typically
164   "lyx" or "lyx[suffix]" (bug 11930).
165
166 - Fix warnings with recent compilers (gcc 11, clang+++ >= 10)