]> git.lyx.org Git - lyx.git/blob - status.22x
fix last traces of bug #10068
[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
64 * DOCUMENTATION AND LOCALIZATION
65
66 - new Arabic translation of the Intro and Tutorial manuals and the Shortcuts
67   documentation file
68 - Updated Arabic, German, Italian, Slovakian, Swedish and Ukrainian user
69   interface localization.
70
71
72 * BUILD/INSTALLATION
73
74
75
76 ** Bug fixes:
77 *************
78
79 * DOCUMENT INPUT/OUTPUT
80
81 - Fix nested language handling with polyglossia (bug 9633).
82
83 - Fix usage of multiple varieties of the same polyglossia language.
84
85 - Fix LaTeX output of fixed-width cells with decimal separator (bug 9568).
86
87 - Fix strike out of deleted display math with track-changes and pdf
88   output (bug 9678).
89
90 - Do not hardcode required packages for Note inset.
91
92 - Make *-lyxformat-* backup files use .lyx~ extension.
93
94 - Quote filenames used for forward-search with SumatraPDF (bug 10342).
95
96 - The '|' special character in index insets must no longer be inserted via
97   TeX-mode.
98
99 - Fix preview of language switching commands for single paragraphs in some
100   corner cases.
101
102 - Show symbol name and description in plaintext export of nomenclature
103   entries (bug 10459).
104
105 - Correct encoding for Baltic languages like Lithuanian (bug 10474).
106
107 - Fix some quote inset bugs (bug 10451):
108   # Adjoining closing Single + double quote becomes double + single quote
109     (for English, Swedish and German). 
110   # French double quotes are converted to << >> in the LaTeX file and to double
111     inverted question/interrogation marks in the output, if the font encoding is
112     set to [None] or OT1 but the global default is T1.
113   # Quote type ignored for LyXHTML: always "English" quotes used. 
114
115 - Output correct identifier for DocBook XML.
116
117 - Correctly escape hyperlinks for DocBook output.
118
119
120 * LYX2LYX
121
122
123
124 * USER INTERFACE
125
126 - Fix wrap-around on (simple) replace and in the spellchecker (bug 10378).
127
128 - Fix logic of OK/Apply buttons in cross-references dialog (bug 10376).
129
130 - Fix display of Examples and Sub-Examples labels in linguistics module.
131
132 - LyX keyboard shortcuts now take precedence over Qt accelerators. In
133   particular, under KDE, the automatic accelerator reassignment no longer steals
134   keys from LyX shortcuts (but can still leave some accelerators
135   inoperable). (bug 10261, see http://www.lyx.org/trac/ticket/10261#comment:16
136   for a workaround to KDE's bug.)
137
138 - Do not issue an error on missing characters in 'nullfont' (bug 10394).
139
140 - Fix on-screen display of font changes for text-in-math, so that now
141   $\textbf{\textsc{a}}$ is also boldened on screen other than in output.
142
143 - When selecting special logos, set their color correctly.
144
145 - Fix display of Arabic text when compiling with Qt5 (bug 10436).
146
147 - Fix selection painting in right-to-left texts (bug 10424).
148
149 - Fix cursor movement when the document contains high-plane Unicode
150   characters (bug 10443).
151
152 - Allow using colors supported by xcolor inside mathed (bug 10417).
153
154 - Change description of "frame of button" color to "button frame" (bug
155   10135).
156
157 - Fix height of cursor inside insets (bug 10478).
158
159 - Fix bad painting of collapsable insets sub-label when selecting (bug 10475).
160
161 - Always prefer breaking lines at word boundaries even for very long words. This
162   fixes line breaking issues most noticeably in languages where spaces are rare
163   such as Chinese (bug 10299).
164
165 - Do not use the clipboard stack when transforming selection into an
166   inset (bug 6570).
167
168 - Fix display and output of math macros with optional arguments appearing
169   in the optional argument of another macro.
170
171 - Do not prematurely cut selected text when inserting a Hyperref (bug 10306).
172
173 - Consider the argument of the hyperref-insert function even if there is a
174   selection.
175
176
177 * INTERNALS
178
179 - Squash annoying warning from Qt when attempting to delete a non-existent
180   file.
181
182
183 * DOCUMENTATION AND LOCALIZATION
184
185 - Fix compilation of the Fexynman diagram example file.
186
187
188 * LYXHTML
189
190
191
192 * TEX2LYX
193
194
195 * ADVANCED FIND AND REPLACE
196
197
198 * BUILD/INSTALLATION
199
200 - Update boost source to 1.62.
201
202 - fix compiler warnings from clang 3.9 and gcc 6.