]> git.lyx.org Git - lyx.git/blob - status.22x
Add missing buffer update after pasting unformatted text.
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.1.
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 - Syntax highlighting in the preamble and and the source view has been made
26   compatible with dark themes (bug 8325).
27
28 - Changed the display of buttons for collapsed branches. We now display the
29   same thing as if the branches were open (bug 10213).
30
31 - "Provides <package> 1" now works with fontspec, subfig, and listings (bug
32   10257).
33
34 - Added a new module "Title and Preamble Hacks".
35
36
37 * DOCUMENTATION AND LOCALIZATION
38
39 - Updated German and Interlingua user interface localization.
40
41 - Increase the maximum value for the number of last open files that LyX can
42   remember (bug 9924).
43
44 - Change mouse cursor to indicate row/column selection in tabulars.
45
46 - Make inset-select-all select all cells only in tables.
47
48 - Automatically show the review toolbar if the document has tracked changes
49   (bug 8738), and related UI imrovements.
50
51 - Implement "Dissolve Inset" and "Show Label" context menu items for
52   arguments (bug 10150).
53
54 - Restore selected reference when using "Go to label" and "Go back" in the
55   cross-reference dialog.
56
57
58 * BUILD/INSTALLATION
59
60
61
62
63 ** Bug fixes:
64 *************
65
66 * DOCUMENT INPUT/OUTPUT
67
68 - Correctly protect the \pagebreak command when needed (bug 10092).
69
70 - Resolve problem on Windows with importing files from directories with
71   accented characters on FAT drives (bug 10218).
72
73 - InPreamble styles should be written to the premable as many times as the
74   user requests them, even if it results in duplicate commands.
75
76 - Make sure we output all XHTML table cells, even the empty ones (bug 10153).
77
78 - Ask where to export file if not yet saved (bug 8814).
79
80 - Fix size issue with outliner icons on HiDPI monitors (bug 10125).
81
82 - Load math packages automatically with JSS template (bug 9242).
83
84
85 * LYX2LYX
86
87 - Fix paragraph argument conversion for \labelwidthstring etc (bug 10243).
88
89
90
91 * USER INTERFACE
92
93 - CharStyles now prohibit layout changes by default (bug 10237).
94
95 - Fix display of labels in right-to-left languages (bug 10169).
96
97 - When a counter is stepped, reset recursively all subcounters (bug #10063).
98
99 - Fix on screen narrow box when using \width as box width unit (bug 10048).
100
101 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
102
103 - Fix smal typo in Reference dialog (bug 10194).
104
105 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
106
107 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
108
109 - Do not omit the first space of the selection when copying (bug 9995).
110
111 - Display the correct column alignment and a better column spacing in AMS
112   environments (bugs 1861, 9908).
113
114 - Disable properly toggling math diplay in places where it is not
115   possible (bug 10033).
116
117 - Fix horizontal scrolling feature when inside a collapsable inset
118   with several paragraphs.
119
120 - Fix selection of large formula with the mouse when horizontal
121   scrolling kicks in (but 10094).
122
123 - Fix bug where cursor can't be put at the end of a line before an
124   inset (bug 10180).
125
126 - Fix display of collapsable insets when the same document is shown in
127   two views with different width (bug 9756).
128
129 - fix display glitches when editing changes the dimension of insets
130   (bug 6691).
131
132 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
133
134 - Fix cursor position after Redo of a document settings change (bug
135   10097).
136
137 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
138
139 - Shortcut preferences: ask the user for removing bindings when using the
140   "restore" button (#9174).
141
142 - Shortcut preferences: fix the already-bound-key detection logic.
143
144 - Shortcut preferences: don't forget to trigger the search when it is
145   initialized with the previous value.
146
147 - Remove extra spacing around  button insets (bug 10149).
148
149 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
150
151 - Fix problem with drawing of lists after pasting normal text (bug 8735).
152
153
154 * INTERNALS
155
156
157
158 * DOCUMENTATION AND LOCALIZATION
159
160 - Move documentation change logs to lib/doc (they are not distributed).
161
162
163 * LYXHTML
164
165 - Fix output of math sizes (bug 10129).
166
167
168 * TEX2LYX
169
170
171
172 * ADVANCED FIND AND REPLACE
173
174
175
176 * BUILD/INSTALLATION
177
178 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
179
180 - Building against Qt < 4.7 no longer fails.
181
182 - Fix monolithic builds with autotools on Mac OS X.
183
184 - Avoid 'ar' warning with recent binutils versions.