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