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