]> git.lyx.org Git - lyx.git/blob - status.23x
Update sk.po
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.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
10 What's new
11 ==========
12
13 ** Updates:
14 ***********
15
16 * DOCUMENT INPUT/OUTPUT
17
18 - Updated Arabic, German, Russian and Slovakian user interface localization.
19
20 - It possible to anonymize document's content for bug submissions
21   via buffer-anonymize lfun (bug 7259).
22
23
24 * TEX2LYX IMPROVEMENTS
25
26 - Add support for biblatex.
27
28 - Add support for chapterbib.
29
30 - Add support for \includeonly.
31
32 - Add support for beamer overlay arguments (bug 11068).
33
34 - Update tex2lyx quotation marks detection:
35   * Consider new quote styles of LyX 2.3.
36   * Consider changed quote styles in LYX 2.3.
37   * Try to be a bit smarter with ambiguous quotation marks,
38     depending on the main quote style and the local context.
39
40 - Consider options passed via \PassOptionsToPackage.
41
42 - Add support for URW Classico, MinionPro and the new Libertine fonts.
43
44 - Add support for \lstinputlisting and \inputminted.
45
46 - Add support for the \t*{} (bottomtiebar) macro of TIPA.
47
48 - Implement better parsing of some command options (via "literate"
49   function of some insets) (bug 9563).
50
51 - Add support for alignment pseudo-environments as used inside floats
52   (bug 7857).
53
54
55 * USER INTERFACE
56
57 - Overhaul the document painting mechanism. Now the screen is updated
58   asyncronously (as all normal applications do), which makes LyX
59   snappier, especially on repeated events. As an added bonus, subpixel
60   aliasing is honored in the work area.
61
62 - Use native file dialogs on all platforms by default. It is now
63   possible to switch to LyX custom dialogs (which have extra shortcuts
64   to relevant directories) by setting the preference
65   \use_native_filedialog true
66
67 - Handle properly top/bottom of inset with mac-like cursor movement
68   (bug 10701).
69
70 - Respect the last setting of the 'literal' checkbox when adding citations
71   via the LyX server (e.g., from JabRef).
72
73 - Allow unification of graphic groups inside marked block via context
74   menu.
75
76 - Cosmetic polishment of the "Math Options" pane of Document Settings
77   (bug 10777).
78
79 - UI improvements in the graphics dialog (bug 10771).
80
81 - Set tab stop in preamble editor to four characters.
82
83 - Provide simple search functionality in preamble (bug 11099).
84
85 - Change Settings -> Local Layout to Fixed-width Font and Nowrap (bug 10992).
86
87
88 * DOCUMENTATION AND LOCALIZATION
89
90
91 * BUILD/INSTALLATION
92
93 - Add support for v.2 of the enchant spell checker (bug 10986).
94
95 - Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
96   (bug 10547).
97
98
99
100 ** Bug fixes:
101 *************
102
103 * DOCUMENT INPUT/OUTPUT
104
105 - Properly escape labels entered for included program listings in Insert > File
106   > Child Document (part of bug 10544).
107
108 - Fix the implementation of new libertine font package.
109
110 - Properly escape braces in non-literate context in insets.
111
112 - Fix output of citation commands in child documents (bug 11083).
113
114 - Use normal footnote (rather than \tablefootnote) for tables in minipages.
115
116 - Fix detection of Open Document files.
117
118 - Fix language settings and line spacing in InPreamble-titles
119   (bug 9332, 1049).
120
121 - Respect 'literal' setting when calculating longest bibitem (bug 10817).
122
123 - Do not embrace numbers in \beginL ... \endL with polyglossia in Right-
124   to-Left languages, since bidi handles the numbers automatically.
125
126 - Fix polyglossia language switches for Arabic (bug 11057).
127
128 - Set correct path to (biblatex) bibliography databases that are entered
129   relative to child documents (bug 11105).
130
131 - Load hyperref with a suitable driver (bug 6418).
132
133 - Recompile grandchildren when they have updated (bug 11112).
134
135
136 * LYX2LYX
137
138
139 * USER INTERFACE
140
141 - Fix "Paste from LaTeX" on Windows (bug 9139).
142
143 - Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed
144   (bug 8338).
145
146 - Disable CheckTeX while buffer is processed (bug 7434).
147
148 - Do not use English, but the context language, when pasting from LaTeX
149   (bug 9199).
150
151 - Do not use English, but the context language, when pasting from math
152   (bug 2596).
153
154 - Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
155
156 - When entering a math macro name, Escape properly cancels the
157   operation (bug 9251).
158
159 - Fix list of viewable formats in view/update menu (bug 11044).
160
161 - Fix encoding problems with listings insets and non-TeX fonts (bug
162   11056).
163
164 - When only Enchant is configured as a spell checker, configure it
165   properly as default.
166
167 - Do not show errors from master when compiling child (bug 11106).
168
169 - Fix crash with server-get-xy and tall inset (bug 8120).
170
171 - Improve Undo for operations that act on several buffers (bug 10823).
172
173 - Improve rendering of square roots in math editor (bug 10814).
174
175 - Fix display of citation labels when pasting from a document
176   with other citation type (bug 10829).
177
178 - Save the list of recent files when a file is open/saved so that it
179   is up to date after a crash (bug 10712).
180
181 - Only show header for bibliography in outliner (bug 11045).
182
183 - Take actual font height into account when drawing placeholder box
184   for graphics (bug 11048).
185
186 - Correctly set default bibliography style in the Document Settings
187   dialog (bug 11088).
188
189 - Assure that the External Inset dialog is opened at first tab for
190   new insets (bug 11081).
191
192 - Ignore deleted material when generating a proposed label (bug 11102).
193
194 - Reload citation list when undoing or redoing removal of bibliography
195   inset (bug 9158).
196
197 - Fix some master/child issues with biblatex (bug 11083).
198
199 - Recalculate citation insets when bibliography info changes as a result
200   of undo or redo (bug 11005).
201
202
203 * INTERNALS
204
205 - Fix bug that TeX files were not detected when reconfiguring LyX 
206   (bug 11053).
207
208
209 * DOCUMENTATION AND LOCALIZATION
210
211 - Fix old problem with lib/fonts/test/stmary10.lyx, and update that file
212   to current format.
213
214
215 * LYXHTML
216
217
218 * TEX2LYX
219
220 - Do not force default bibliography style if none is set (bug 10673).
221
222 - Handle whitespace in table column declaration (bug 10804).
223
224 - Fix import of flalign* environment (bug 10501).
225
226 - Fix import of subfloats without caption (bug 10385).
227
228 - Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
229
230 - Do not add duplicate \makebeamertitle.
231
232 - Keep empty paragraph it keepempty is true (bug 11078).
233
234 - Fix parsing issue in nested CJK (bug 9562).
235
236 - Fix import of package options with comments (bug 5737).
237
238 - Fix import of xymatrix (bug 10638).
239
240
241 * ADVANCED FIND AND REPLACE
242
243
244 * BUILD/INSTALLATION
245
246 - Add support for automake 1.16.
247
248 - Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).
249
250 - Fix some compiler warnings.