]> git.lyx.org Git - lyx.git/blob - status.22x
Add forgotten fix to status
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.2.
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 - Increase the maximum value for the number of last open files that LyX can
26   remember (bug 9924).
27
28 - Change mouse cursor to indicate row/column selection in tabulars.
29
30 - Make inset-select-all select all cells only in tables.
31
32 - Automatically show the review toolbar if the document has tracked changes
33   (bug 8738), and related UI imrovements.
34
35 - Implement "Dissolve Inset" and "Show Label" context menu items for
36   arguments (bug 10150).
37
38
39 * DOCUMENTATION AND LOCALIZATION
40
41
42
43 * BUILD/INSTALLATION
44
45
46
47
48 ** Bug fixes:
49 *************
50
51 * DOCUMENT INPUT/OUTPUT
52
53 - Correctly protect the \pagebreak command when needed (bug 10092).
54
55 * LYX2LYX
56
57
58
59 * USER INTERFACE
60
61 - Do not omit the first space of the selection when copying (bug 9995).
62
63 - Display the correct column alignment and a better column spacing in AMS
64   environments (bugs 1861, 9908).
65
66 - Disable properly toggling math diplay in places where it is not
67   possible (bug 10033).
68
69 - Fix horizontal scrolling feature when inside a collapsable inset
70   with several paragraphs.
71
72 - Fix selection of large formula with the mouse when horizontal
73   scrolling kicks in (but 10094).
74
75 - Fix display of collapsable insets when the same document is shown in
76   two views with different width (bug 9756).
77
78 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
79
80 - Fix cursor position after Redo of a document settings change (bug
81   10097).
82
83 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
84
85 - Shortcut preferences: ask the user for removing bindings when using the
86   "restore" button (#9174).
87
88 - Shortcut preferences: fix the already-bound-key detection logic.
89
90 - Shortcut preferences: don't forget to trigger the search when it is
91   initialized with the previous value.
92
93
94 * INTERNALS
95
96
97
98 * DOCUMENTATION AND LOCALIZATION
99
100
101
102 * LYXHTML
103
104
105
106 * TEX2LYX
107
108
109
110 * ADVANCED FIND AND REPLACE
111
112
113
114 * BUILD/INSTALLATION
115
116 - Fix monolithic builds with autotools on Mac OS X.
117
118 - Avoid 'ar' warning with recent binutils versions.