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