]> git.lyx.org Git - lyx.git/blob - status.22x
90ed5f1cd4f430e002a2a702d8b9b27c00a0a07e
[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 - Resolve problem on Windows with importing files from directories with
70   accented characters on FAT drives (bug 10218).
71
72 - Make sure we output all XHTML table cells, even the empty ones (bug 10153).
73
74
75 * LYX2LYX
76
77
78
79 * USER INTERFACE
80
81 - Fix display of labels in right-to-left languages (bug 10169).
82
83 - When a counter is stepped, reset recursively all subcounters (bug #10063).
84
85 - Fix on screen narrow box when using \width as box width unit (bug 10048).
86
87 - Fix horizontal scrolling feature when inside a collapsable inset
88   with several paragraphs.
89
90 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
91
92 - Fix smal typo in Reference dialog (bug 10194).
93
94 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
95
96 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
97
98 - Do not omit the first space of the selection when copying (bug 9995).
99
100 - Display the correct column alignment and a better column spacing in AMS
101   environments (bugs 1861, 9908).
102
103 - Disable properly toggling math diplay in places where it is not
104   possible (bug 10033).
105
106 - Fix horizontal scrolling feature when inside a collapsable inset
107   with several paragraphs.
108
109 - Fix selection of large formula with the mouse when horizontal
110   scrolling kicks in (but 10094).
111
112 - Fix display of collapsable insets when the same document is shown in
113   two views with different width (bug 9756).
114
115 - fix display glitches when editing changes the dimension of insets
116   (bug 6691).
117
118 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
119
120 - Fix cursor position after Redo of a document settings change (bug
121   10097).
122
123 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
124
125 - Shortcut preferences: ask the user for removing bindings when using the
126   "restore" button (#9174).
127
128 - Shortcut preferences: fix the already-bound-key detection logic.
129
130 - Shortcut preferences: don't forget to trigger the search when it is
131   initialized with the previous value.
132
133 - Remove extra spacing around  button insets (bug 10149).
134
135 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
136
137 * INTERNALS
138
139
140
141 * DOCUMENTATION AND LOCALIZATION
142
143 - Move documentation change logs to lib/doc (they are not distributed).
144
145
146 * LYXHTML
147
148 - Fix output of math sizes (bug 10129).
149
150
151 * TEX2LYX
152
153
154
155 * ADVANCED FIND AND REPLACE
156
157
158
159 * BUILD/INSTALLATION
160
161 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
162
163 - Building against Qt < 4.7 no longer fails.
164
165 - Fix monolithic builds with autotools on Mac OS X.
166
167 - Avoid 'ar' warning with recent binutils versions.