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