]> git.lyx.org Git - lyx.git/blob - status.23x
Update ru.po
[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
87
88 * USER INTERFACE
89
90 - Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
91
92 - Fix problem with display of menus on Gnome Wayland (bug 11746).
93
94 - Improve error message for VCS file registration when RCS package
95   is not installed.
96
97 - Make bibliographies work with grandchildren (bug 12033).
98
99 - Do not close spellchecker after "Replace All" action (bug 11310).
100
101 - Fix width of collapsible insets with sublabels (bug 12046).
102
103 - Fix Hebrew characters overflow in insets (bug 12030).
104
105 - Fix unwanted scrolling of window when using "copy". (bug 11225).
106
107 - Disable direct insertion of multiple spaces in mathed text (bug 1311).
108
109 - Fix crash in tabular when an empty paragraph is removed
110   automatically (bug 12117).
111
112 - Fix crash in tabular when resetting font (bug 12566).
113
114 - Fix crash when using Hebrew (bug 12464).
115
116 - On screen, show upper case greek letters in \mathbf as bold (bug 3751).
117
118 - Fix coloring of text-mode material in math equations (bug 11007).
119
120 - Fix crash with undo when the document has errors (bug 12163).
121
122 - Fix Thesaurus usage with large text selection (#10528).
123
124 - Fix wrap-around of spellchecker (#10383).
125
126 - Avoid pointless 'undefined flex inset' errors when changing document
127   settings (bug 12163).
128
129 - Fix display of emphasize in slanted text (bug 12175).
130
131 - Fix copy of multi-cells in table (bug 12196).
132
133 - Fix some wrongly initialized internal buffers (bug 12246).
134
135 - Fix reverse search on Mac (bug 12063).
136
137 - Fix misaligned math frame decoration (bug 11491).
138
139 - Fix painting of nested environment overlaping with inset (bug 12243).
140
141 - Fix outline filter search for "\" symbol (bug 12359).
142
143 - Fix inset cornes painting on HiDPI screens (bug 12336).
144
145 - Fix instant preview foreground color in Beamer documents (bug 12563).
146
147 - Properly update font info at cursor position after toggling
148   (bug 12450).
149
150 - Fix broken modifier handling for Qt-5.12 on Mac (bug 12247).
151
152 - Limit zoom value to 1000% to avoid crashes (bug 12452).
153
154 - Limit graphics scaling in LyX to 1--1000% to avoid crashes (12353).
155
156 - Fix potential crash with 32bit ucs4 codepoints (bug 12519).
157
158 - Catch warnings from packages that contain a hyphen in their name
159   in the Log dialog.
160
161
162 * INTERNALS
163
164
165
166
167
168 * DOCUMENTATION AND LOCALIZATION
169
170 - Updated Polish and French User Interface localizations.
171
172 - Updated French Customization.lyx, UserGuide.lyx and Additional.lyx.
173
174
175 * LYX2LYX
176
177
178
179
180 * TEX2LYX
181
182
183
184
185 * LYXHTML
186
187
188
189
190 * ADVANCED FIND AND REPLACE
191
192
193
194
195 * BUILD/INSTALLATION
196
197 - compilation with configure now defaults to Qt5, use --disable-qt5 to compile with Qt4.
198
199 - Remove use of deprecated Qt methods.
200
201 - Update in-tree hunspell library to 1.7.0.
202
203 - The WM class of LyX for X Window environment is now the package name, typically
204   "lyx" or "lyx[suffix]" (bug 11930).
205
206 - Fix warnings with recent compilers (gcc 11, clang+++ >= 10) and compilation with gcc 12.
207
208 - Fix warnings with autoconf 2.71.
209
210 - Fix framework name case error for QtDBus on Mac (bug 12305)
211
212 - Fix directory permission of .app bundle on Mac (bug 12150)
213
214 - Fix configuration bug on Windows which prevented LyX from 
215   installing (bug 12369).
216
217 - With autoconf, fix the "distcheck" make target.
218 :