]> git.lyx.org Git - lyx.git/blob - status.23x
Update it.po
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.5.
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 - Add layout file for revtex 4.2.
19
20
21 * USER INTERFACE
22
23 - Keep citation style when all selected citations are deleted (bug 11748).
24
25
26 * MISCELLANEOUS
27
28
29
30 * TEX2LYX IMPROVEMENTS
31
32
33
34 * DOCUMENTATION AND LOCALIZATION
35
36 - Updated Brazilian Portuguese, German, Interlingua, Italian, Russian and
37   Slovak user interface localization.
38
39
40 * BUILD/INSTALLATION
41
42 - Provide the option to code sign the LyX application on Mac.
43
44
45
46 ** Bug fixes:
47 *************
48
49 * DOCUMENT INPUT/OUTPUT
50
51 - Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
52
53 - Fix crash with non-encodable glyph in class options (bug 11865).
54
55 - Support for Inkscape 1.0 (new command line syntax) (bug 11742).
56
57 - Fix problems with non-ASCII characters in file path with recent LaTeX
58   (bug 11146).
59
60 - Fix problems with recent LaTeX when \input@path contains tilde and space
61   (bug 11699).
62
63 - Fix output with class-provided geometry package (bug 11724).
64
65 - Fix erroneous space in output caused by changebar module (bug 11473).
66
67 - Correctly strike out deleted text after deleted display math (bug 11716).
68
69 - Fix loading of amsmath in beamer article classes (bug 11768).
70
71 - Prevent polyglossia options from being output to PDF TOC (bug 11813).
72
73 - Use real typographic quotation marks in PDF TOC (with pdflatex).
74
75 - Fix problems with apostrophe in path on Windows (bug 9368).
76
77 - Don't open a new instance just because no files are given (bug 11635).
78
79 - Fix tablefootnote loading order (bug 11841).
80
81 - Fix reloading of changed include inset (bug 11842).
82
83 - Don't output \maketitle twice with branches (bug 11787).
84
85 - Output \PassOptionsToPackage before any package is loaded (bug 11862).
86
87
88 * USER INTERFACE
89
90 - Avoid crash in some cases where a dialog is shown during operation
91   (bug 11763).
92
93 - Fix crash with nested insets when spaces are removed automatically (bug 11777).
94
95 - Fix a crash reported on lyx users.
96   There was an uninitialized buffer member of MathData in LFUN dispatch.
97
98 - Fix backspace deletion of selected items with change tracking (bug 11630).
99
100 - Fix display glitch where the change tracking cue blinks with the cursor
101   (bug 11684).
102
103 - Consider shorthand in biblatex cite display (bug 11696).
104
105 - Properly resize columns of child document table widget.
106
107 - Fix problem with validation of InsetLayout.
108
109 - Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
110
111 - Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
112
113 - Remove newlines from LFUNs entered in the shortcut dialog.
114
115 - Add copy, paste, etc, to math context menu (but 11799).
116
117 - Avoid bleeding of inset background outside of inset (bug 11786).
118
119 - Disallow adding columns with gathered environment as this is not
120   supported (bug 11812).
121
122 - Preserve paragraph spacing when breaking a paragraph at the start
123   (bug 11817).
124
125 - Improve reporting of undefined control sequences in preamble (bug 11844).
126
127 - Fix direction of some parts of text in bidi texts (bug 11691).
128
129 - Do not insert \textquoteright with Hunspell (bug 11832).
130
131 - Fix disappearing selection with clipboard managers on X11 (bug 11715).
132
133 - Correct hierarchy level of Bib(la)tex inset in outliner if "Show in Toc"
134   is selected (bug 11863).
135
136 - Don't close a document if the "close or hide" dialog is canceled (bug
137   11456).
138   
139 - Disable PDF bookmarksopen level widget if booksmarksopen is false
140   (bug 11289).
141
142 - Fix encoding issues with python 3 when generating preview snippets.
143
144
145 * INTERNALS
146
147
148 * DOCUMENTATION AND LOCALIZATION
149
150
151 * LYX2LYX
152
153
154 * TEX2LYX
155
156
157 * LYXHTML
158
159 - Don't output LaTeX preamble snippets with HTML (bug 11780).
160
161
162 * ADVANCED FIND AND REPLACE
163
164
165
166 * BUILD/INSTALLATION
167
168 - Do not break configuration if a layout file is not decodable. Rather than that, 
169   issue a warning and skip that file (bug 11736).
170
171 - Download dictionary and thesaurus files, on Windows, from our SVN repo (bug 11192).
172
173 - Avoid many warnings with g++ 10 and clang++ 10.