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