]> git.lyx.org Git - lyx.git/blob - status.22x
Fix compilation with --disable-cxx11
[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 - Allow use of verbatim and quotation environments with IOP articles
19   (bug 10505).
20
21
22 * TEX2LYX IMPROVEMENTS
23
24
25
26 * USER INTERFACE
27
28 - The title bar is now set according to platform UI. Read-only and
29   version control are shown by indicators in the status bar.
30
31 - The toolbar context menu and the View>Toobars menus are now
32   identical. Both allow to change icon size and to enable individual
33   toolbars.
34
35 - The citation dialog has been redesigned, following user suggestions.
36
37 - Remember citation style settings both within and between sessions
38   (bug 10256).
39
40 - Improve cross-references dialog design.
41
42 - Implement wrap-around in change tracking's next-change function (bug 10388).
43
44 - The Math Delimiters dialog now has a "Swap & Reverse" button (bug 10457).
45
46 - Document Settings > "Output" has been renamed to "Formats" now that it
47   also contains the option "Save transient properties".
48
49 - The title of the source pane now reflects the format being previewed,
50   e.g. "LaTeX (pdflatex) Preview".
51
52 - Improve information preview of bibliographic references (e.g. in the Citation
53   dialog), particularly for bibtex databases that use biblatex features.
54
55 - When using Return in an empty paragraph and the depth is reduced,
56   the layout of the paragraph is now changed accordingly.
57
58 - Issue an error message if incompatible languages (in terms of language package
59   requirements) are used (bug 10456).
60
61 - Improve display speed, especially when compiled against Qt 4.x.
62
63 - Polish the BibTeX add dialog (bug 9795).
64
65
66 * DOCUMENTATION AND LOCALIZATION
67
68 - new Arabic translation of the Intro and Tutorial manuals and the Shortcuts
69   documentation file
70 - updated translation of the French EmbeddedObjects and UserGuide manuals
71 - Updated Arabic, Brazilian, German, Italian, Slovakian, Swedish, Ukrainian
72   and French user interface localization.
73
74
75 * BUILD/INSTALLATION
76
77
78
79 ** Bug fixes:
80 *************
81
82 * DOCUMENT INPUT/OUTPUT
83
84 - Fix nested language handling with polyglossia (bug 9633).
85
86 - Fix usage of multiple varieties of the same polyglossia language.
87
88 - Fix LaTeX output of fixed-width cells with decimal separator (bug 9568).
89
90 - Fix strike out of deleted display math with track-changes and pdf
91   output (bug 9678).
92
93 - Do not hardcode required packages for Note inset.
94
95 - Make *-lyxformat-* backup files use .lyx~ extension.
96
97 - Quote filenames used for forward-search with SumatraPDF (bug 10342).
98
99 - The '|' special character in index insets must no longer be inserted via
100   TeX-mode.
101
102 - Fix preview of language switching commands for single paragraphs in some
103   corner cases.
104
105 - Show symbol name and description in plaintext export of nomenclature
106   entries (bug 10459).
107
108 - Correct encoding for Baltic languages like Lithuanian (bug 10474).
109
110 - Fix some quote inset bugs (bug 10451):
111   # Adjoining closing Single + double quote becomes double + single quote
112     (for English, Swedish and German). 
113   # French double quotes are converted to << >> in the LaTeX file and to double
114     inverted question/interrogation marks in the output, if the font encoding is
115     set to [None] or OT1 but the global default is T1.
116   # Quote type ignored for LyXHTML: always "English" quotes used. 
117
118 - Output correct identifier for DocBook XML.
119
120 - Correctly escape hyperlinks for DocBook output.
121
122 - Fix mathtools, amsmath and amssymb not loading automatically for some
123   symbols (bug 10467)
124
125 * LYX2LYX
126
127 - Do not convert "--" to "\twohyphens" in formula macros.
128
129
130 * USER INTERFACE
131
132 - Fix wrap-around on (simple) replace and in the spellchecker (bug 10378).
133
134 - Fix logic of OK/Apply buttons in cross-references dialog (bug 10376).
135
136 - Fix display of Examples and Sub-Examples labels in linguistics module.
137
138 - LyX keyboard shortcuts now take precedence over Qt accelerators. In
139   particular, under KDE, the automatic accelerator reassignment no longer steals
140   keys from LyX shortcuts (but can still leave some accelerators
141   inoperable). (bug 10261, see http://www.lyx.org/trac/ticket/10261#comment:16
142   for a workaround to KDE's bug.)
143
144 - Do not issue an error on missing characters in 'nullfont' (bug 10394).
145
146 - Fix on-screen display of font changes for text-in-math, so that now
147   $\textbf{\textsc{a}}$ is also boldened on screen other than in output.
148
149 - When selecting special logos, set their color correctly.
150
151 - Fix display of Arabic text when compiling with Qt5 (bug 10436).
152
153 - Fix selection painting in right-to-left texts (bug 10424).
154
155 - Fix cursor movement when the document contains high-plane Unicode
156   characters (bug 10443).
157
158 - Allow using colors supported by xcolor inside mathed (bug 10417).
159
160 - Change description of "frame of button" color to "button frame" (bug
161   10135).
162
163 - Fix height of cursor inside insets (bug 10478).
164
165 - Fix bad painting of collapsable insets sub-label when selecting (bug 10475).
166
167 - Always prefer breaking lines at word boundaries even for very long words. This
168   fixes line breaking issues most noticeably in languages where spaces are rare
169   such as Chinese (bug 10299).
170
171 - Do not use the clipboard stack when transforming selection into an
172   inset (bug 6570).
173
174 - Fix display and output of math macros with optional arguments appearing
175   in the optional argument of another macro.
176
177 - Do not prematurely cut selected text when inserting a Hyperref (bug 10306).
178
179 - Consider the argument of the hyperref-insert function even if there is a
180   selection.
181
182 - Fix size of Section* headings in amsart.
183
184
185 * INTERNALS
186
187 - Squash annoying warning from Qt when attempting to delete a non-existent
188   file.
189
190
191 * DOCUMENTATION AND LOCALIZATION
192
193 - Fix compilation of the Fexynman diagram example file.
194
195 - Added some comments to User Guide section 6.1 about defining formatted
196   references (bug 10545).
197
198
199 * LYXHTML
200
201
202
203 * TEX2LYX
204
205
206 * ADVANCED FIND AND REPLACE
207
208
209 * BUILD/INSTALLATION
210
211 - Update boost source to 1.62.
212
213 - fix compiler warnings from clang 3.9 and gcc 6.