]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Remove python warning
[lyx.git] / status.23x
index c5bd905bcca96ac3dbdf12b20b233e234e5b94b7..4660c725d9cbd6db4e101e601a7b8fd33e321c83 100644 (file)
@@ -1,6 +1,6 @@
 -*- text -*-
 
 -*- text -*-
 
-This file describes what has been done in the preparation of LyX 2.3.7.
+This file describes what has been done in the preparation of LyX 2.3.8.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
@@ -15,10 +15,14 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
 
 * DOCUMENT INPUT/OUTPUT
 
+- Fix nested underwave (\uwave) (bug 12922).
+
+- Update lilypond converter settings (bug 12618).
 
 
 * MISCELLANEOUS
 
 
 
 * MISCELLANEOUS
 
+- Fix crash when missing python3 on MacOS (bug 12523).
 
 
 * TEX2LYX IMPROVEMENTS
 
 
 * TEX2LYX IMPROVEMENTS
@@ -27,17 +31,20 @@ What's new
 
 * USER INTERFACE
 
 
 * USER INTERFACE
 
+- Add a few missing autocorrect combinations and allow cycling through arrows
+  (bug 12711).
 
 
+- Reflect in the on-screen representation of math insets the fact that some
+  insets, such as \text, \mbox, \fbox and \makebox, inherit the text font
+  of the containing inset (bug 12950).
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 
-
-
 * BUILD/INSTALLATION
 
 * BUILD/INSTALLATION
 
-
+- Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
 
 
 ** Bug fixes:
 
 
 ** Bug fixes:
@@ -45,33 +52,42 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
 
 * DOCUMENT INPUT/OUTPUT
 
-
+- Fix leaking of linespace settings between paragraphs if they have
+  different alignment (bug 12638).
+  
+- Do not load mathrsfs if unicode-math is required (bug 12734).
 
 
 * USER INTERFACE
 
 
 
 * USER INTERFACE
 
+- Avoid crashing on a recursive macro definition (bug 12633).
 
 
+- Fix several problems where insets did not react on click on
+  the Mac (bugs 12279, 12418, 12820).
 
 
+- Fix issue with on-screen instant preview and the mathpazo package.
 
 
-* INTERNALS
+- Hide multi-keystroke accelerators in Mac menu (bug 12693).
 
 
+* INTERNALS
 
 
+- Fix wrong computation of what is an obviously fake PID number.
 
 
+- remove a pair of static methods that were unused and hid another
+  one.
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 
-
-
 * LYX2LYX
 
 * LYX2LYX
 
-
+- Fixed a bug in reversion to 1.6.
 
 
 * TEX2LYX
 
 
 
 * TEX2LYX
 
-
+- Fix import of umlauts and ß in math (bug 12739).
 
 
 * LYXHTML
 
 
 * LYXHTML
@@ -86,3 +102,9 @@ What's new
 
 * BUILD/INSTALLATION
 
 
 * BUILD/INSTALLATION
 
+- update included boost library to version 1.75.0.
+
+- fix warning when configuring with Qt 5.15.1x.
+
+- do not halt compilation because of a too new autoconf or automake version
+