]> git.lyx.org Git - lyx.git/blob - status.23x
Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.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 - It possible to anonymize document's content for bug submissions
19   via buffer-anonymize lfun (bug 7259).
20
21
22 * TEX2LYX IMPROVEMENTS
23
24 - Add support for biblatex.
25
26 - Add support for beamer overlay arguments (bug 11068).
27
28 - Add support for chapterbib.
29
30 - Add support for \includeonly.
31
32 - Update tex2lyx quotation marks detection:
33   * Consider new quote styles of LyX 2.3.
34   * Consider changed quote styles in LYX 2.3.
35   * Try to be a bit smarter with ambiguous quotation marks,
36     depending on the main quote style and the local context.
37
38 - Consider options passed via \PassOptionsToPackage.
39
40 - Add support for URW Classico, MinionPro and the new Libertine fonts.
41
42 - Add support for \lstinputlisting and \inputminted.
43
44 - Add support for the \t*{} (bottomtiebar) macro of TIPA.
45
46 - Implement better parsing of some command options (via "literate"
47   function of some insets) (bug 9563).
48
49 - Add support for alignment pseudo-environments as used inside floats
50   (bug 7857).
51
52
53 * USER INTERFACE
54
55 - Overhaul the document painting mechanism. Now the screen is updated
56   asyncronously (as all normal applications do), which makes LyX
57   snappier, especially on repeated events. As an added bonus, subpixel
58   aliasing is honored in the work area.
59
60 - Use native file dialogs on all platforms by default. It is now
61   possible to switch to LyX custom dialogs (which have extra shortcuts
62   to relevant directories) by setting the preference
63   \use_native_filedialog true
64
65 - Handle properly top/bottom of inset with mac-like cursor movement
66   (bug 10701).
67
68 - Respect the last setting of the 'literal' checkbox when adding citations
69   via the LyX server (e.g., from JabRef).
70
71 - Allow unification of graphic groups inside marked block via context
72   menu.
73
74 - Cosmetic polishment of the "Math Options" pane of Document Settings
75   (bug 10777).
76
77 - UI improvements in the graphics dialog (bug 10771).
78
79 - Set tab stop in preamble editor to four characters.
80
81 - Provide simple search functionality in preamble (bug 11099).
82
83 - Change Settings -> Local Layout to Fixed-width Font and Nowrap (bug 10992).
84
85
86 * DOCUMENTATION AND LOCALIZATION
87
88
89
90 * BUILD/INSTALLATION
91
92 - Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
93   (bug 10547).
94
95
96
97 ** Bug fixes:
98 *************
99
100 * DOCUMENT INPUT/OUTPUT
101
102 - Fix language settings and line spacing in InPreamble-titles
103   (bug 9332, 1049).
104
105 - Respect 'literal' setting when calculating longest bibitem (bug 10817).
106
107 - Do not embrace numbers in \beginL ... \endL with polyglossia in Right-
108   to-Left languages, since bidi handles the numbers automatically.
109
110 - Fix polyglossia language switches for Arabic (bug 11057).
111
112 - Set correct path to (biblatex) bibliography databases that are entered
113   relative to child documents (bug 11105).
114
115 - Load hyperref with a suitable driver (bug 6418).
116
117
118 * LYX2LYX
119
120
121
122 * USER INTERFACE
123
124 - Fix crash with server-get-xy and tall inset (bug 8120).
125
126 - Improve Undo for operations that act on several buffers (bug 10823).
127
128 - Improve rendering of square roots in math editor (bug 10814).
129
130 - Fix display of citation labels when pasting from a document
131   with other citation type (bug 10829).
132
133 - Save the list of recent files when a file is open/saved so that it
134   is up to date after a crash (bug 10712).
135
136 - Only show header for bibliography in outliner (bug 11045).
137
138 - Take actual font height into account when drawing placeholder box
139   for graphics (bug 11048).
140
141 - Correctly set default bibliography style in the Document Settings
142   dialog (bug 11088).
143
144 - Assure that the External Inset dialog is opened at first tab for
145   new insets (bug 11081).
146
147 - Ignore deleted material when generating a proposed label (bug 11102).
148
149
150 * INTERNALS
151
152
153
154 * DOCUMENTATION AND LOCALIZATION
155
156
157
158 * LYXHTML
159
160
161
162 * TEX2LYX
163
164 - Fix import of subfloats without caption (bug 10385).
165
166 - Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
167
168 - Do not add duplicate \makebeamertitle.
169
170 - Keep empty paragraph it keepempty is true (bug 11078).
171
172 - Fix parsing issue in nested CJK (bug 9562).
173
174 - Fix import of package options with comments (bug 5737).
175
176 - Fix import of xymatrix (bug 10638).
177
178
179 * ADVANCED FIND AND REPLACE
180
181
182
183 * BUILD/INSTALLATION
184