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