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