]> git.lyx.org Git - lyx.git/blob - status.23x
Do not check again and again for non existing files
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.4.
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 - The "Rows & Columns" optional submenu has been added to the math context menu.
31
32 - Avoid using text mode for unicode symbols representable in math mode (bug 9616).
33
34 - Do not issue error dialog when no tag is found in git repository for
35   tree-revision info inset.
36
37 - Fix display with Wayland (bug 11692).
38
39 - Improve editing performance when there are Include insets that point to
40   non-existing files. (bug 11656).
41
42
43 * DOCUMENTATION AND LOCALIZATION
44
45 - New section about references in the example file colored-boxes.lyx.
46
47 - The Dutch user interface localization has been revived, and the Dutch docs
48   revised.
49
50 - The Russian Tutorial has been updated.
51
52 - Updated localizations include Arabic, Bulgarian, Czech, Dutch, German, Hebrew, 
53   Italian, Brazilian Portuguese, Slovak, Swedish, and Ukrainian.
54
55 - Fixed index processor in some manuals (bug 11708).
56
57
58 * BUILD/INSTALLATION
59
60
61
62
63 ** Bug fixes:
64 *************
65
66 * DOCUMENT INPUT/OUTPUT
67
68 - Prevent crash due to unencodable path (bug 11688).
69
70 - Fix crash with polyglossia when the "Auto End" language preference setting
71   is off and titles are used.
72
73 - (Re-)fix problems with activated equal sign and graphic options in Turkish
74   and Latin documents (bug 2005).
75
76 - Correctly set language after intitle paragraphs (bug 11514).
77
78 - Fix toprule with booktabs/longtable and captions (bug 11589).
79
80 - Avoid adding spaces when parsing an array in a macro template (bug 10499).
81
82 - Avoid superfluous braces in the optional argument of a macro (bug 11552).
83
84 - Do not replace a latex command with the corresponding symbol in the
85   unicodesymbols file, unless it can be encoded in the document encoding
86   (bug 11586).
87
88 - Fix problems with paths that contain the tilde (~) character.
89
90 - Fix nomenclature processing with LuaTeX (bug 11571).
91
92 - Fix problem on Windows with saving files in Dropbox folders (bug 10091).
93
94 - Find local bib files when they exist in the same directory as the LyX
95   file (bug 11588).
96
97 - Fix table column order with RTL documents and LuaTeX (part of bug 9686).
98
99 - Fix paragraph alignment with RTL documents and LuaTeX (part of bug 11399).
100
101 - Fix direction of brackets with RTL documents and LuaTeX (part of bug 11187).
102
103 - Fix direction of roman numbers with RTL documents and LuaTeX.
104
105 - Fix direction of numbered citations outside XeTeX/bidi (bug 3005).
106
107 - Fix direction of references with XeTeX/bidi (bug 11626).
108
109 - Fix interplay of the memoir class and custom page size/geometry (bug 10970).
110
111 - Fix compilation of Hebrew Article with XeTeX and LuaTeX (bug 10525).
112
113 - Fix greyedout note with RTL documents (bug 8647).
114
115 - Fix colored and shaded boxes with RTL documents (bug 8642).
116
117 - Fix loading order problem with rotfloat/rotating and graphicx (bug 11502).
118
119 - Fix LaTeX error with Canadian French as second language. LyX now uses
120   the (recommended) babel option "acadian" rather than "canadien".
121
122 - Do not create unnecessary directories when exporting from the command
123   line (bug 11636).
124
125 - Fix problem with included objects with Linkback service on Mac (bug 6961).
126
127 - Fix termination of commands after math insets (bug 11667).
128
129 - Fix \binom command clash in beamer.
130
131
132 * USER INTERFACE
133
134 - Fix configure process with Python 3 (bug 11642).
135
136 - Fix some numbering issues with bibitems (bug 2743, 8499).
137
138 - Deal properly with orphaned bibitems (bug 7160).
139
140 - Fix endless loop when a macro definition references itself (bug 11595).
141
142 - Use the selection as the argument of a macro also when the macro has only
143   optional arguments (bug 10498).
144
145 - Correctly close a language opened in a branch inset (bug 9633).
146
147 - Fix additional problem with display of inline equations in outliner
148   (bug 11423).
149
150 - Preserve "all authors" state when switching citation style via context
151   menu (bug 11439).
152
153 - Fix right and left layout alignment (in workarea) with RTL (bug 11606).
154
155 - Show filenames for verbatim includes in outliner (bug 11612).
156
157 - Enable change tracking if paragraph break change (bug 11629).
158
159 - Fix crash when deleting column in math grid (bug 11623).
160
161 - Hide "LaTeX (Clipboard)" entry from import menu (bug 11657).
162
163 - Enable dissolve in undefined Flex inset context menu (bug 8650).
164
165 - Enable dissolve in context menu of element in table cells.
166
167 - Fix bad caret position when row scrolls horizontally (bug 11603).
168
169 - Fix crash when inserting some insets in math split insets  (bug 11686).
170
171 - Properly remember cursor position when many files have been opened
172   (bug 10310).
173
174
175 * INTERNALS
176
177 - Fix TeX file listing with the Nix package manager.
178
179 - Fix Python detection routines, and so instant preview on some platforms
180   (bug 11282).
181
182
183 * DOCUMENTATION AND LOCALIZATION
184
185 - Fix string direction in Hebrew localization (bug 11607).
186
187
188 * LYX2LYX
189
190 - Fix typo in the code that converts from file formats older than lyx 2.1
191   (thanks to Salvatore Falco).
192
193
194 * TEX2LYX
195
196 - Significantly improve support for modules (bug 11259, 8229).
197
198 - Prevent multiplication of preamble code on (re-)import (bug 8229).
199
200 - Fix import of custom float definitions.
201
202
203 * LYXHTML
204
205
206
207
208 * ADVANCED FIND AND REPLACE
209
210
211
212
213 * BUILD/INSTALLATION
214
215 - avoid annoying warnings with g++ 9.
216