]> git.lyx.org Git - lyx.git/blob - status.22x
1f25c540fa96577c91ee99fb5ea17b54daf280be
[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 - fix display glitches when editing changes the dimension of insets
79   (bug 6691).
80
81 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
82
83 - Fix cursor position after Redo of a document settings change (bug
84   10097).
85
86 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
87
88 - Shortcut preferences: ask the user for removing bindings when using the
89   "restore" button (#9174).
90
91 - Shortcut preferences: fix the already-bound-key detection logic.
92
93 - Shortcut preferences: don't forget to trigger the search when it is
94   initialized with the previous value.
95
96 - Remove extra spacing around  button insets (bug 10149).
97
98 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
99
100 * INTERNALS
101
102
103
104 * DOCUMENTATION AND LOCALIZATION
105
106
107
108 * LYXHTML
109
110
111
112 * TEX2LYX
113
114
115
116 * ADVANCED FIND AND REPLACE
117
118
119
120 * BUILD/INSTALLATION
121
122 - Fix monolithic builds with autotools on Mac OS X.
123
124 - Avoid 'ar' warning with recent binutils versions.