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