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