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