]> git.lyx.org Git - lyx.git/blob - status.22x
37b296cac0de427d9c982f7c84b3a0c9b86a0cdf
[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 - Increase the maximum value for the number of last open files that LyX can
34   remember (bug 9924).
35
36 - Change mouse cursor to indicate row/column selection in tabulars.
37
38 - Make inset-select-all select all cells only in tables.
39
40 - Automatically show the review toolbar if the document has tracked changes
41   (bug 8738), and related UI imrovements.
42
43
44 * DOCUMENTATION AND LOCALIZATION
45
46
47
48 * BUILD/INSTALLATION
49
50
51
52
53 ** Bug fixes:
54 *************
55
56 * DOCUMENT INPUT/OUTPUT
57
58 - InPreamble styles should be written to the premable as many times as the
59   user requests them, even if it results in duplicate commands.
60
61
62 * LYX2LYX
63
64
65
66 * USER INTERFACE
67
68 - Fix display of labels in right-to-left languages (bug 10169).
69
70 - When a counter is stepped, reset recursively all subcounters (bug #10063).
71
72 - Fix on screen narrow box when using \width as box width unit (bug 10048).
73
74 - Fix horizontal scrolling feature when inside a collapsable inset
75   with several paragraphs.
76
77 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
78
79 - Fix smal typo in Reference dialog (bug 10194).
80
81 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
82
83 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
84
85 - Do not omit the first space of the selection when copying (bug 9995).
86
87 - Display the correct column alignment and a better column spacing in AMS
88   environments (bugs 1861, 9908).
89
90 - Fix horizontal scrolling feature when inside a collapsable inset
91   with several paragraphs.
92
93 - Fix selection of large formula with the mouse when horizontal
94   scrolling kicks in (but 10094).
95
96 - Fix display of collapsable insets when the same document is shown in
97   two views with different width (bug 9756).
98
99 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
100
101 - Fix cursor position after Redo of a document settings change (bug 10097).
102
103 - Shortcut preferences: ask the user for removing bindings when using the
104   "restore" button (#9174).
105
106 - Shortcut preferences: fix the already-bound-key detection logic.
107
108 - Shortcut preferences: don't forget to trigger the search when it is
109   initialized with the previous value.
110
111
112 * INTERNALS
113
114
115
116 * DOCUMENTATION AND LOCALIZATION
117
118 - Move documentation change logs to lib/doc (they are not distributed).
119
120
121 * LYXHTML
122
123 - Fix output of math sizes (bug 10129).
124
125
126 * TEX2LYX
127
128
129
130 * ADVANCED FIND AND REPLACE
131
132
133
134 * BUILD/INSTALLATION
135
136 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
137
138 - Building against Qt < 4.7 no longer fails.
139
140 - Fix monolithic builds with autotools on Mac OS X.