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