]> git.lyx.org Git - lyx.git/blob - status.22x
1574258800eb9aea2cb3948d80ae33ec73bcf163
[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 - Automatically show the review toolbar if the document has tracked changes
31   (bug 8738), and related UI imrovements.
32
33
34 * DOCUMENTATION AND LOCALIZATION
35
36
37
38 * BUILD/INSTALLATION
39
40
41
42
43 ** Bug fixes:
44 *************
45
46 * DOCUMENT INPUT/OUTPUT
47
48
49
50 * LYX2LYX
51
52
53
54 * USER INTERFACE
55
56 - Do not omit the first space of the selection when copying (bug 9995).
57
58 - Display the correct column alignment and a better column spacing in AMS
59   environments (bugs 1861, 9908).
60
61 - Fix horizontal scrolling feature when inside a collapsable inset
62   with several paragraphs.
63
64 - Fix selection of large formula with the mouse when horizontal
65   scrolling kicks in (but 10094).
66
67 - Fix display of collapsable insets when the same document is shown in
68   two views with different width (bug 9756).
69
70 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
71
72 - Fix cursor position after Redo of a document settings change (bug 10097).
73
74 - Shortcut preferences: ask the user for removing bindings when using the
75   "restore" button (#9174).
76
77 - Shortcut preferences: fix the already-bound-key detection logic.
78
79 - Shortcut preferences: don't forget to trigger the search when it is
80   initialized with the previous value.
81
82
83 * INTERNALS
84
85
86
87 * DOCUMENTATION AND LOCALIZATION
88
89
90
91 * LYXHTML
92
93
94
95 * TEX2LYX
96
97
98
99 * ADVANCED FIND AND REPLACE
100
101
102
103 * BUILD/INSTALLATION
104
105 - Fix monolithic builds with autotools on Mac OS X.