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