]> git.lyx.org Git - lyx.git/blob - status.23x
e6194efd3a500a7a18418d74f72975d472f134c1
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.6.
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 - Added layout for American Psychological Association (APA), v. 7 (apa7).
19
20
21 * USER INTERFACE
22
23 - Improve UI of math matrix dialog UI (bug 11888).
24
25 - Fix display of 'by chapter' labels in AMS classes (bug 11741).
26
27 - Add support for the doublestroke package in mathed (bug 11887).
28
29 - Fix behavior of text style dialog when "Immediate Apply" is checked (bug 11926).
30
31 - Focus keyword field in Thesaurus dialog.
32
33 - Allow creation of a child file from the include dialog (bug 4475).
34
35 - Make sure to load the correct math fonts in certain cases.
36
37
38 * MISCELLANEOUS
39
40 - Adjust debug output for fonts by not breaking lines that should go together.
41
42
43 * TEX2LYX IMPROVEMENTS
44
45
46 * DOCUMENTATION AND LOCALIZATION
47
48 - update French translation of Customization manual
49
50
51 * BUILD/INSTALLATION
52
53 - Wininstaller, temporary remove the option to run LyX from the finish page
54   due to upcoming fix of the issue where after installing LyX as admin, this option
55   would execute LyX as admin too.
56
57
58
59 ** Bug fixes:
60 *************
61
62 * DOCUMENT INPUT/OUTPUT
63
64 - Fix output of titles in branches and other insets (follow-up to bug 11787).
65
66
67 * USER INTERFACE
68
69 - Fix crash when pasting math grid with more rows in source than target
70   (bug 11897).
71
72 - Fix problem with drawing of auto-opened insets (bug 11870).
73
74 - Fix crash when rejecting changes and the cursor is in an inset that will be
75   deleted (bug 10316).
76
77 - Ask to save hidden dirty documents (bug 11405).
78
79 - Fix background color of collapsible insets with sublabel.
80
81 - Do not paste tabulators when pasting multiple cell outside table (bug 4449).
82
83 - Fix language when pasting multiple cell outside table (bug 11898).
84
85 - Fix input of decimal numbers in RtL context (bug 11900).
86
87 - Fix the LyX icon in the Wayland dash (bug 11847).
88
89 - Fix display bug when typing in a paragraph where row heights change (bug 11601).
90
91 - Fix spacing of limits of sum-like operators in display style.
92
93 - Fix positioning of super- and subscripts with integral signs.
94
95 - Fix counter in bibliography inset (bug 11920).
96
97 - Do not allow editing of math package list in Document > Settings > Math Options,
98   thus preventing a crash (bug 11931).
99
100 - Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
101
102 - Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
103   (bug 11952).
104
105 - Fix behavior of Edit button in Include dialog.
106
107
108 * INTERNALS
109
110
111 * DOCUMENTATION AND LOCALIZATION
112
113
114 * LYX2LYX
115
116
117 * TEX2LYX
118
119
120 * LYXHTML
121
122
123 * ADVANCED FIND AND REPLACE
124
125
126 * BUILD/INSTALLATION
127
128 - Wininstaller, fix bug where previous installations, with emergency version
129   greater than 1, could not be seen in registry on overinstall
130
131 - Do not break configuration if a module file is not decodable (file
132   not encoded in utf-8). Rather than that, issue a warning and skip
133   that file (a variant of bug 11736).