]> git.lyx.org Git - lyx.git/blob - status.22x
0760d12c59d6913764644e460c773cbaa469fe99
[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 - Restore selected reference when using "Go to label" and "Go back" in the
39   cross-reference dialog.
40
41
42 * DOCUMENTATION AND LOCALIZATION
43
44
45
46 * BUILD/INSTALLATION
47
48
49
50
51 ** Bug fixes:
52 *************
53
54 * DOCUMENT INPUT/OUTPUT
55
56 - Correctly protect the \pagebreak command when needed (bug 10092).
57
58 * LYX2LYX
59
60
61
62 * USER INTERFACE
63
64 - Do not omit the first space of the selection when copying (bug 9995).
65
66 - Display the correct column alignment and a better column spacing in AMS
67   environments (bugs 1861, 9908).
68
69 - Disable properly toggling math diplay in places where it is not
70   possible (bug 10033).
71
72 - Fix horizontal scrolling feature when inside a collapsable inset
73   with several paragraphs.
74
75 - Fix selection of large formula with the mouse when horizontal
76   scrolling kicks in (but 10094).
77
78 - Fix display of collapsable insets when the same document is shown in
79   two views with different width (bug 9756).
80
81 - fix display glitches when editing changes the dimension of insets
82   (bug 6691).
83
84 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
85
86 - Fix cursor position after Redo of a document settings change (bug
87   10097).
88
89 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
90
91 - Shortcut preferences: ask the user for removing bindings when using the
92   "restore" button (#9174).
93
94 - Shortcut preferences: fix the already-bound-key detection logic.
95
96 - Shortcut preferences: don't forget to trigger the search when it is
97   initialized with the previous value.
98
99 - Remove extra spacing around  button insets (bug 10149).
100
101 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
102
103 * INTERNALS
104
105
106
107 * DOCUMENTATION AND LOCALIZATION
108
109
110
111 * LYXHTML
112
113
114
115 * TEX2LYX
116
117
118
119 * ADVANCED FIND AND REPLACE
120
121
122
123 * BUILD/INSTALLATION
124
125 - Fix monolithic builds with autotools on Mac OS X.
126
127 - Avoid 'ar' warning with recent binutils versions.