]> git.lyx.org Git - lyx.git/blob - status.23x
Upstreaming compilation patch needed for Gentoo.
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.1.
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 - Updated Arabic, Russian and Slovakian user interface localization.
19
20
21 * TEX2LYX IMPROVEMENTS
22
23
24 * USER INTERFACE
25
26
27 * DOCUMENTATION AND LOCALIZATION
28
29
30 * BUILD/INSTALLATION
31
32 - Add support for v.2 of the enchant spell checker (bug 10986).
33
34
35
36 ** Bug fixes:
37 *************
38
39 * DOCUMENT INPUT/OUTPUT
40
41 - Properly escape labels entered for included program listings in Insert > File
42   > Child Document (part of bug 10544).
43
44 - Fix the implementation of new libertine font package.
45
46 - Properly escape braces in non-literate context in insets.
47
48 - Fix output of citation commands in child documents (bug 11083).
49
50
51 * LYX2LYX
52
53
54 * USER INTERFACE
55
56 - Fix "Paste from LaTeX" on Windows (bug 9139).
57
58 - Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed (bug 8338).
59
60 - Disable CheckTeX while buffer is processed (bug 7434).
61
62 - Do not use English, but the context language, when pasting from LaTeX
63   (bug 9199).
64
65 - Do not use English, but the context language, when pasting from math
66   (bug 2596).
67
68 - Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
69
70 - When entering a math macro name, Escape properly cancels the
71   operation (bug 9251).
72
73 - Fix list of viewable formats in view/update menu (bug 11044).
74
75 - Fix encoding problems with listings insets and non-TeX fonts (bug
76   11056).
77
78 - When only Enchant is configured as a spell checker, configure it
79   properly as default.
80
81
82 * INTERNALS
83
84 - Fix bug that TeX files were not detected when reconfiguring LyX (bug 11053).
85
86
87 * DOCUMENTATION AND LOCALIZATION
88
89 - Fix old problem with lib/fonts/test/stmary10.lyx, and update that file
90   to current format.
91
92
93 * LYXHTML
94
95
96 * TEX2LYX
97
98 - Do not force default bibliography style if none is set (bug 10673).
99
100 - Handle whitespace in table column declaration (bug 10804).
101
102 - Fix import of flalign* environment (bug 10501).
103
104
105 * ADVANCED FIND AND REPLACE
106
107
108 * BUILD/INSTALLATION
109
110 - Add support for automake 1.16.
111
112 - Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).