]> git.lyx.org Git - lyx.git/blob - status.22x
e31d7925aa1983c2dd0e77c128d13d79490a7b34
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.1.
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 What's new
10 ==========
11
12 ** Updates:
13 ***********
14
15 * DOCUMENT INPUT/OUTPUT
16
17
18
19 * TEX2LYX IMPROVEMENTS
20
21
22
23 * USER INTERFACE
24
25 - Syntax highlighting in the preamble and and the source view has been made
26   compatible with dark themes (#8325)
27
28
29 * DOCUMENTATION AND LOCALIZATION
30
31 - Updated German user interface localization.
32
33
34 * BUILD/INSTALLATION
35
36
37
38
39 ** Bug fixes:
40 *************
41
42 * DOCUMENT INPUT/OUTPUT
43
44 - InPreamble styles should be written to the premable as many times as the
45   user requests them, even if it results in duplicate commands.
46
47
48 * LYX2LYX
49
50
51
52 * USER INTERFACE
53
54 - Fix display of labels in right-to-left languages (bug 10169).
55
56 - When a counter is stepped, reset recursively all subcounters (bug #10063).
57
58 - Fix on screen narrow box when using \width as box width unit (bug 10048).
59
60 - Fix horizontal scrolling feature when inside a collapsable inset
61   with several paragraphs.
62
63 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
64
65 - Fix smal typo in Reference dialog (bug 10194).
66
67 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
68
69 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
70
71
72 * INTERNALS
73
74
75
76 * DOCUMENTATION AND LOCALIZATION
77
78 - Move documentation change logs to lib/doc (they are not distributed).
79
80 - Fixed some problems with the preamble in the Koma-script letter template.
81
82
83 * LYXHTML
84
85 - Fix output of math sizes (bug 10129).
86
87
88 * TEX2LYX
89
90
91
92 * ADVANCED FIND AND REPLACE
93
94
95
96 * BUILD/INSTALLATION
97
98 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
99
100 - Building against Qt < 4.7 no longer fails.