]> git.lyx.org Git - lyx.git/blob - status.22x
492f08b8bf03a58c93300ec90577334db68d6a44
[lyx.git] / status.22x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.2.3.
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
20 * TEX2LYX IMPROVEMENTS
21
22
23
24 * USER INTERFACE
25
26 - The title bar is now set according to platform UI. Read-only and
27   version control are shown by indicators in the status bar.
28
29 - The citation dialog has been redesigned, following user suggestions.
30
31 - Remember citation style settings both within and between sessions
32   (bug 10256).
33
34 - Improve cross-references dialog design.
35
36 - Implement wrap-around in change tracking's next-change function (bug 10388).
37
38 - Document Settings > "Output" has been renamed to "Formats" now that it
39   also contains the option "Save transient properties".
40
41 - The title of the source pane now reflects the format being previewed,
42   e.g. "LaTeX (pdflatex) Preview".
43
44 - Improve information preview of bibliographic references (e.g. in the Citation
45   dialog), particularly for bibtex databases that use biblatex features.
46
47 - When using Return in an empty paragraph and the depth is reduced,
48   the layout of the paragraph is now changed accordingly.
49
50 - Issue an error message if incompatible languages (in terms of language package
51   requirements) are used (bug 10456).
52
53
54 * DOCUMENTATION AND LOCALIZATION
55
56 - new Arabic translation of the Intro manual and the Shortcuts
57   documentation file
58 - Updated Arabic, Swedish and Ukrainian user interface localization.
59
60
61 * BUILD/INSTALLATION
62
63
64
65 ** Bug fixes:
66 *************
67
68 * DOCUMENT INPUT/OUTPUT
69
70 - Fix nested language handling with polyglossia (bug 9633).
71
72 - Fix usage of multiple varieties of the same polyglossia language.
73
74 - Fix LaTeX output of fixed-width cells with decimal separator (bug 9568).
75
76 - Fix strike out of deleted display math with track-changes and pdf
77   output (bug 9678).
78
79 - Do not hardcode required packages for Note inset.
80
81 - Make *-lyxformat-* backup files use .lyx~ extension.
82
83 - Quote filenames used for forward-search with SumatraPDF (bug 10342).
84
85 - The '|' special character in index insets must no longer be inserted via
86   TeX-mode.
87
88 - Fix preview of language switching commands for single paragraphs in some
89   corner cases.
90
91 - Show symbol name and description in plaintext export of nomenclature
92   entries (bug 10459)
93
94
95 * LYX2LYX
96
97
98
99 * USER INTERFACE
100
101 - Fix wrap-around on (simple) replace and in the spellchecker (bug 10378).
102
103 - Fix logic of OK/Apply buttons in cross-references dialog (bug 10376).
104
105 - Fix display of Examples and Sub-Examples labels in linguistics module.
106
107 - LyX keyboard shortcuts now take precedence over Qt accelerators. In
108   particular, under KDE, the automatic accelerator reassignment no longer steals
109   keys from LyX shortcuts (but can still leave some accelerators
110   inoperable). (bug 10261, see http://www.lyx.org/trac/ticket/10261#comment:16
111   for a workaround to KDE's bug.)
112
113 - Do not issue an error on missing characters in 'nullfont' (bug 10394).
114
115 - Fix on-screen display of font changes for text-in-math, so that now
116   $\textbf{\textsc{a}}$ is also boldened on screen other than in output.
117
118 - When selecting special logos, set their color correctly.
119
120 - Fix display of Arabic text when compiling with Qt5 (bug 10436).
121
122 - Fix selection painting in right-to-left texts (bug 10424).
123
124 - Fix cursor movement when the document contains high-plane Unicode
125   characters (bug 10443).
126
127 - Allow using colors supported by xcolor inside mathed (bug 10417).
128
129 - Change description of "frame of button" color to "button frame" (bug
130   10135).
131
132 - Fix height of cursor inside insets (bug 10478).
133
134 - Fix bad painting of collapsable insets sub-label when selecting (bug 10475).
135
136 - Always prefer breaking lines at word boundaries even for very long words. This
137   fixes line breaking issues most noticeably in languages where spaces are rare
138   such as Chinese (bug 10299).
139
140 * INTERNALS
141
142
143 * DOCUMENTATION AND LOCALIZATION
144
145
146
147 * LYXHTML
148
149
150
151 * TEX2LYX
152
153
154 * ADVANCED FIND AND REPLACE
155
156
157 * BUILD/INSTALLATION
158
159 - Update boost source to 1.62.
160
161 - fix compiler warnings from clang 3.9 and gcc 6.