]> git.lyx.org Git - lyx.git/blob - status.22x
Update sk.po
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.2.
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 - .xlsx is now a suggested extension in the spreadsheet external template.
19
20 - Improve systemlyxdir handling.
21
22
23 * TEX2LYX IMPROVEMENTS
24
25
26 * USER INTERFACE
27
28 - When changing zoom level, show current value in status bar (bug
29   10212).
30
31 - Names containing @ are now recognised by the syntax highlighter in the
32   preamble.
33
34 - Replace Insert>Caption submenu by a normal entry when there is only one
35   caption type.
36
37
38 * DOCUMENTATION AND LOCALIZATION
39
40 - Updated Brazilian, French, German, Italian and Slovak user interface localization.
41
42 - Updated French Customizaion, Math, Tutorial and UserGuide manuals.
43
44 - Update beamer manual with regard to the new Separator usage.
45
46
47 * BUILD/INSTALLATION
48
49 - If available, use qtchooser to select correct Qt tools when configuring.
50
51
52
53 ** Bug fixes:
54 *************
55
56 * DOCUMENT INPUT/OUTPUT
57
58 - We no longer attempt to convert images for which we cannot find an
59   input format.
60
61 - Fixed fen2ascii script.
62
63 - Fixed preview of external material with plaintext and DocBook.
64
65 - Fixed substitution for $$Contents in external templates.
66
67 - Fixed usage of new module "Title and Preamble Hacks" (bug 10320).
68
69 - Fix error with older versions of the covington package in the
70   Linguistics module (bug 10340).
71
72 - Fix LaTeX error with recent LuaTeX versions when using landscape.
73
74 - Fix data loss with [ in first cell of aligned environment (bug 10361).
75
76
77 * LYX2LYX
78
79 - Fix hang with some IEEEtran documents (bug 10307).
80
81 - Fix export of compressed files to previous versions that were not
82   recognised on windows (bug 10273).
83
84
85 * USER INTERFACE
86
87 - Avoid crashing in release mode if we stumble across an unrealized font.
88
89 - Correctly return exit code from spawned processes on Windows (bug 10327).
90
91 - Fix display of citations with two authors.
92
93 - Fix display of multi-author citations when the GUI language is not English.
94
95 - Fix bug where change tracking marks are lost under math insets (bug
96   10265).
97
98 - Fix display glitch when switching to Description layout with an inset
99   at the beginning of the paragraph (bug 10163)
100
101 - Fix display of label font for argument insets.
102
103 - Keep leading whitespace when converting local layout.
104
105 - Correct default font of beamer article layouts (bug 9977).
106
107 - Remove extra whitespace around Preview and IPA insets (bug 10304).
108
109 - Let M-x give focus to minibuffer when it is already open.
110
111 - When doing a selection with Shift-click, make sure that the selection anchor
112   is correct.
113
114 - Avoid to overwrite end-of-proof character with text on screen (bug
115   10344).
116
117 - Use proper dialog titles in InsetParams-derived dialogs (bug 10329).
118
119 - Fix "scroll here" feature of scrollbar (bug 10311).
120
121 - Fix the minimum size of the citation dialog on first time (bug 10019).
122
123 - When Enter does nothing (empty paragraph), do not record undo (bug 10089).
124
125 - Remove duplicate context menu item for Argument insets (bug 10368).
126
127 - Fix display of vertical lines inside math matrices (bug 10363).
128
129 * INTERNALS
130
131
132 * DOCUMENTATION AND LOCALIZATION
133
134
135 * LYXHTML
136
137 - Enable export of external material (bug 8693).
138
139 - Fix problem with output of branches (bug 8022).
140
141 - Fix output of table borders (bug 10154).
142
143 - Fix display of several math symbols (bug 8844).
144
145 - Use scaling factor for export of images (bug 8742).
146
147 - Fix display of listings (bug 8362).
148
149 - Fix output of floats, etc, inside environments (bug 9094).
150
151 - Simplify XHTML output for floats, etc (bug 8605).
152
153 - Add "dir='auto'" to body tag, which should help a lot with export of
154   RTL languages (bug 8279, partly).
155
156 - Fix display of cases and matrices (bugs 8753, 8755).
157
158 - Fixed output of logos to the TOC.
159
160
161 * TEX2LYX
162
163
164 * ADVANCED FIND AND REPLACE
165
166
167
168 * BUILD/INSTALLATION