]> git.lyx.org Git - lyx.git/blob - status.23x
2.3.6.1
[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 Czech, German, Italian, Slovak, Russian and French user interface localizations. 
54
55 - Update French translation of Customization manual
56
57
58 * BUILD/INSTALLATION
59
60 - Wininstaller, temporary remove the option to run LyX from the finish page
61   due to upcoming fix of the issue where after installing LyX as admin, this option
62   would execute LyX as admin too.
63
64
65
66 ** Bug fixes:
67 *************
68
69 * DOCUMENT INPUT/OUTPUT
70
71 - Fix output of titles in branches and other insets (follow-up to bug 11787).
72
73 - Fix clipping of vector images and when exporting from command line
74   (follow-up to bug 11180).
75
76
77 * USER INTERFACE
78
79 - Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
80
81 - Fix problem with display of menus on Gnome Wayland (bug 11746).
82
83 - Fix crash when pasting math grid with more rows in source than target
84   (bug 11897).
85
86 - Fix problem with drawing of auto-opened insets (bug 11870).
87
88 - Fix crash when rejecting changes and the cursor is in an inset that will be
89   deleted (bug 10316).
90
91 - Ask to save hidden dirty documents (bug 11405).
92
93 - Fix background color of collapsible insets with sublabel.
94
95 - Do not paste tabulators when pasting multiple cell outside table (bug 4449).
96
97 - Fix language when pasting multiple cell outside table (bug 11898).
98
99 - Fix input of decimal numbers in RtL context (bug 11900).
100
101 - Fix the LyX icon in the Wayland dash (bug 11847).
102
103 - Fix display bug when typing in a paragraph where row heights change (bug 11601).
104
105 - Fix wrong marking-text-behavior with doubleclick on notebook touchpads (Windows)
106
107 - Fix spacing of limits of sum-like operators in display style.
108
109 - Fix positioning of super- and subscripts with integral signs.
110
111 - Fix counter in bibliography inset (bug 11920).
112
113 - Do not allow editing of math package list in Document > Settings > Math Options,
114   thus preventing a crash (bug 11931).
115
116 - Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
117
118 - Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
119   (bug 11952).
120
121 - Fix behavior of Edit button in Include dialog.
122
123 - Localize some previously unlocalized strings (bug 11954 ).
124
125 - Fix bug where cursor blinks at the wrong position after changing layout (bug 11912).
126
127 - Fix PrettyFormat for Part (bug 11986).
128
129 - Fix on-screen display of special math fonts (bug 11802).
130
131 - Fix white frame border in fullscreen mode.
132
133
134 * INTERNALS
135
136
137 * DOCUMENTATION AND LOCALIZATION
138
139
140 * LYX2LYX
141
142
143 * TEX2LYX
144
145
146 * LYXHTML
147
148
149 * ADVANCED FIND AND REPLACE
150
151
152 * BUILD/INSTALLATION
153
154 - Wininstaller, fix bug where previous installations, with emergency version
155   greater than 1, could not be seen in registry on overinstall
156
157 - Do not break configuration if a module file is not decodable (file
158   not encoded in utf-8). Rather than that, issue a warning and skip
159   that file (a variant of bug 11736).