]> git.lyx.org Git - lyx.git/blob - status.23x
0ae9eff42b00f272e7ff021ed20446ae77db7539
[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 - Update autocorrect in mathed so that pressing '*' after a delimiter will
38   cycle through all sizes.
39
40
41 * MISCELLANEOUS
42
43 - Adjust debug output for fonts by not breaking lines that should go together.
44
45
46 * TEX2LYX IMPROVEMENTS
47
48
49 * DOCUMENTATION AND LOCALIZATION
50
51 - update French translation of Customization manual
52
53
54 * BUILD/INSTALLATION
55
56 - Wininstaller, temporary remove the option to run LyX from the finish page
57   due to upcoming fix of the issue where after installing LyX as admin, this option
58   would execute LyX as admin too.
59
60
61
62 ** Bug fixes:
63 *************
64
65 * DOCUMENT INPUT/OUTPUT
66
67 - Fix output of titles in branches and other insets (follow-up to bug 11787).
68
69
70 * USER INTERFACE
71
72 - Fix crash when pasting math grid with more rows in source than target
73   (bug 11897).
74
75 - Fix problem with drawing of auto-opened insets (bug 11870).
76
77 - Fix crash when rejecting changes and the cursor is in an inset that will be
78   deleted (bug 10316).
79
80 - Ask to save hidden dirty documents (bug 11405).
81
82 - Fix background color of collapsible insets with sublabel.
83
84 - Do not paste tabulators when pasting multiple cell outside table (bug 4449).
85
86 - Fix language when pasting multiple cell outside table (bug 11898).
87
88 - Fix input of decimal numbers in RtL context (bug 11900).
89
90 - Fix the LyX icon in the Wayland dash (bug 11847).
91
92 - Fix display bug when typing in a paragraph where row heights change (bug 11601).
93
94 - Fix spacing of limits of sum-like operators in display style.
95
96 - Fix positioning of super- and subscripts with integral signs.
97
98 - Fix counter in bibliography inset (bug 11920).
99
100 - Do not allow editing of math package list in Document > Settings > Math Options,
101   thus preventing a crash (bug 11931).
102
103 - Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
104
105 - Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
106   (bug 11952).
107
108 - Fix behavior of Edit button in Include dialog.
109
110
111 * INTERNALS
112
113
114 * DOCUMENTATION AND LOCALIZATION
115
116
117 * LYX2LYX
118
119
120 * TEX2LYX
121
122
123 * LYXHTML
124
125
126 * ADVANCED FIND AND REPLACE
127
128
129 * BUILD/INSTALLATION
130
131 - Wininstaller, fix bug where previous installations, with emergency version
132   greater than 1, could not be seen in registry on overinstall
133
134 - Do not break configuration if a module file is not decodable (file
135   not encoded in utf-8). Rather than that, issue a warning and skip
136   that file (a variant of bug 11736).