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