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