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