]> git.lyx.org Git - lyx.git/blob - status.23x
Remove python warning
[lyx.git] / status.23x
1 -*- text -*-
2
3 This file describes what has been done in the preparation of LyX 2.3.8.
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 - Fix nested underwave (\uwave) (bug 12922).
19
20 - Update lilypond converter settings (bug 12618).
21
22
23 * MISCELLANEOUS
24
25 - Fix crash when missing python3 on MacOS (bug 12523).
26
27
28 * TEX2LYX IMPROVEMENTS
29
30
31
32 * USER INTERFACE
33
34 - Add a few missing autocorrect combinations and allow cycling through arrows
35   (bug 12711).
36
37 - Reflect in the on-screen representation of math insets the fact that some
38   insets, such as \text, \mbox, \fbox and \makebox, inherit the text font
39   of the containing inset (bug 12950).
40
41
42 * DOCUMENTATION AND LOCALIZATION
43
44
45 * BUILD/INSTALLATION
46
47 - Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
48
49
50 ** Bug fixes:
51 *************
52
53 * DOCUMENT INPUT/OUTPUT
54
55 - Fix leaking of linespace settings between paragraphs if they have
56   different alignment (bug 12638).
57   
58 - Do not load mathrsfs if unicode-math is required (bug 12734).
59
60
61 * USER INTERFACE
62
63 - Avoid crashing on a recursive macro definition (bug 12633).
64
65 - Fix several problems where insets did not react on click on
66   the Mac (bugs 12279, 12418, 12820).
67
68 - Fix issue with on-screen instant preview and the mathpazo package.
69
70 - Hide multi-keystroke accelerators in Mac menu (bug 12693).
71
72 * INTERNALS
73
74 - Fix wrong computation of what is an obviously fake PID number.
75
76 - remove a pair of static methods that were unused and hid another
77   one.
78
79
80 * DOCUMENTATION AND LOCALIZATION
81
82
83 * LYX2LYX
84
85 - Fixed a bug in reversion to 1.6.
86
87
88 * TEX2LYX
89
90 - Fix import of umlauts and ß in math (bug 12739).
91
92
93 * LYXHTML
94
95
96
97
98 * ADVANCED FIND AND REPLACE
99
100
101
102
103 * BUILD/INSTALLATION
104
105 - update included boost library to version 1.75.0.
106
107 - fix warning when configuring with Qt 5.15.1x.
108
109 - do not halt compilation because of a too new autoconf or automake version
110