]> git.lyx.org Git - lyx.git/blob - status.22x
Fix thinko in Buffer::preview. It is possible for this routine to
[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 - Bring window to front after loading a document in single instance (bug 7875).
37
38
39 * DOCUMENTATION AND LOCALIZATION
40
41 - Updated German and Interlingua user interface localization.
42
43 - Increase the maximum value for the number of last open files that LyX can
44   remember (bug 9924).
45
46 - Change mouse cursor to indicate row/column selection in tabulars.
47
48 - Make inset-select-all select all cells only in tables.
49
50 - Automatically show the review toolbar if the document has tracked changes
51   (bug 8738), and related UI imrovements.
52
53 - Implement "Dissolve Inset" and "Show Label" context menu items for
54   arguments (bug 10150).
55
56 - Restore selected reference when using "Go to label" and "Go back" in the
57   cross-reference dialog.
58
59
60 * BUILD/INSTALLATION
61
62
63
64
65 ** Bug fixes:
66 *************
67
68 * DOCUMENT INPUT/OUTPUT
69
70 - Correctly protect the \pagebreak command when needed (bug 10092).
71
72 - Resolve problem on Windows with importing files from directories with
73   accented characters on FAT drives (bug 10218).
74
75 - InPreamble styles should be written to the preamble as many times as the
76   user requests them, even if it results in duplicate commands.
77
78 - Make sure we output all XHTML table cells, even the empty ones (bug 10153).
79
80 - .svgz images are now converted to .svg for XHTML export (bug 10160).
81
82 - Ask where to export file if not yet saved (bug 8814).
83
84 - Fix size issue with outliner icons on HiDPI monitors (bug 10125).
85
86 - Load math packages automatically with JSS template (bug 9242).
87
88 - Calling a Computer Algebra System from LyX works again (windows only bug 10262).
89
90 - Fix command clash between beamer and covington (from the Linguistics module).
91
92 - Fix crash on Buffer preview when not exporting in thread.
93
94
95 * LYX2LYX
96
97 - Fix paragraph argument conversion for \labelwidthstring etc (bug 10243).
98
99
100
101 * USER INTERFACE
102
103 - CharStyles now prohibit layout changes by default (bug 10237).
104
105 - Fix display of labels in right-to-left languages (bug 10169).
106
107 - When a counter is stepped, reset recursively all subcounters (bug #10063).
108
109 - Fix on screen narrow box when using \width as box width unit (bug 10048).
110
111 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
112
113 - Fix smal typo in Reference dialog (bug 10194).
114
115 - Fix default location for RPM based hunspell dictionary search (bug 10071 and 10192).
116
117 - Fix double input of tabulations with Qt5 < Qt5.5 (bug 9218).
118
119 - Do not omit the first space of the selection when copying (bug 9995).
120
121 - Do not allow non-default layouts to be pasted into table cells that are not fixed
122   width (bug 8782).
123
124 - Display the correct column alignment and a better column spacing in AMS
125   environments (bugs 1861, 9908).
126
127 - Disable properly toggling math diplay in places where it is not
128   possible (bug 10033).
129
130 - Fix horizontal scrolling feature when inside a collapsable inset
131   with several paragraphs.
132
133 - Fix selection of large formula with the mouse when horizontal
134   scrolling kicks in (but 10094).
135
136 - Fix bug where cursor can't be put at the end of a line before an
137   inset (bug 10180).
138
139 - Fix display of collapsable insets when the same document is shown in
140   two views with different width (bug 9756).
141
142 - fix display glitches when editing changes the dimension of insets
143   (bug 6691).
144
145 - Raise GuiView on buffer switch to bring it topmost in multi-window mode.
146
147 - Fix cursor position after Redo of a document settings change (bug
148   10097).
149
150 - Handle undo after deleting end of paragraph in change tracking mode
151   (bug 10253).
152
153 - Disable Edit > Dissolve Inset in tabulars (bug 9954).
154
155 - Shortcut preferences: ask the user for removing bindings when using the
156   "restore" button (#9174).
157
158 - Shortcut preferences: fix the already-bound-key detection logic.
159
160 - Shortcut preferences: don't forget to trigger the search when it is
161   initialized with the previous value.
162
163 - Remove extra spacing around  button insets (bug 10149).
164
165 - Fix drawing of buttons by enforcing equal left/right spacing (bug 10147).
166
167 - Fix problem with drawing of lists after pasting normal text (bug 8735).
168
169 - Accessibility of the document class selector from keyboard (bug 10035).
170
171
172 * INTERNALS
173
174
175
176 * DOCUMENTATION AND LOCALIZATION
177
178 - Move documentation change logs to lib/doc (they are not distributed).
179
180
181 * LYXHTML
182
183 - Output width of table columns (bug 8168).
184
185 - Fix output of math sizes (bug 10129).
186
187 - Fix output of vertical space in the middle of a paragraph (bug 8154).
188
189 - Fix output of ABOVE and CENTERED label types (bug 8843).
190
191 - Output correct entities for named delimiters (bug 8280).
192
193 - Added class attribute for mathbb to allow customization (part of bug
194   8521).
195
196 - Use 'text-align: center;' with displayed equations (bug 8654).
197
198
199 * TEX2LYX
200
201
202
203 * ADVANCED FIND AND REPLACE
204
205
206
207 * BUILD/INSTALLATION
208
209 - Due to bug fixes, it is no longer discouraged to build against Qt 5.4.
210
211 - Building against Qt < 4.7 no longer fails.
212
213 - Fix monolithic builds with autotools on Mac OS X.
214
215 - Avoid 'ar' warning with recent binutils versions.
216
217 - LyX compiled with Microsoft Visual Studio 2015 runs now on Windows Vista (bug 10186)
218
219 - Add some missing oxygen and IPA icons to the distribution.
220