]> git.lyx.org Git - lyx.git/blob - status.22x
bf985014f8fb4befdf368c2ca5a2f3113f2be0eb
[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 - Implement "Dissolve Inset" and "Show Label" context menu items for
44   arguments (bug 10150).
45
46 - Restore selected reference when using "Go to label" and "Go back" in the
47   cross-reference dialog.
48
49
50 * DOCUMENTATION AND LOCALIZATION
51
52
53
54 * BUILD/INSTALLATION
55
56
57
58
59 ** Bug fixes:
60 *************
61
62 * DOCUMENT INPUT/OUTPUT
63
64 - InPreamble styles should be written to the premable as many times as the
65   user requests them, even if it results in duplicate commands.
66
67 - Correctly protect the \pagebreak command when needed (bug 10092).
68
69
70 * LYX2LYX
71
72
73
74 * USER INTERFACE
75
76 - Fix display of labels in right-to-left languages (bug 10169).
77
78 - When a counter is stepped, reset recursively all subcounters (bug #10063).
79
80 - Fix on screen narrow box when using \width as box width unit (bug 10048).
81
82 - Fix horizontal scrolling feature when inside a collapsable inset
83   with several paragraphs.
84
85 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
86
87 - Fix smal typo in Reference dialog (bug 10194).
88
89 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
90
91 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
92
93 - Do not omit the first space of the selection when copying (bug 9995).
94
95 - Display the correct column alignment and a better column spacing in AMS
96   environments (bugs 1861, 9908).
97
98 - Disable properly toggling math diplay in places where it is not
99   possible (bug 10033).
100
101 - Fix horizontal scrolling feature when inside a collapsable inset
102   with several paragraphs.
103
104 - Fix selection of large formula with the mouse when horizontal
105   scrolling kicks in (but 10094).
106
107 - Fix display of collapsable insets when the same document is shown in
108   two views with different width (bug 9756).
109
110 - fix display glitches when editing changes the dimension of insets
111   (bug 6691).
112
113 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
114
115 - Fix cursor position after Redo of a document settings change (bug
116   10097).
117
118 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
119
120 - Shortcut preferences: ask the user for removing bindings when using the
121   "restore" button (#9174).
122
123 - Shortcut preferences: fix the already-bound-key detection logic.
124
125 - Shortcut preferences: don't forget to trigger the search when it is
126   initialized with the previous value.
127
128 - Remove extra spacing around  button insets (bug 10149).
129
130 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
131
132 * INTERNALS
133
134
135
136 * DOCUMENTATION AND LOCALIZATION
137
138 - Move documentation change logs to lib/doc (they are not distributed).
139
140
141 * LYXHTML
142
143 - Fix output of math sizes (bug 10129).
144
145
146 * TEX2LYX
147
148
149
150 * ADVANCED FIND AND REPLACE
151
152
153
154 * BUILD/INSTALLATION
155
156 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
157
158 - Building against Qt < 4.7 no longer fails.
159
160 - Fix monolithic builds with autotools on Mac OS X.
161
162 - Avoid 'ar' warning with recent binutils versions.