]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Remove python warning
[lyx.git] / status.23x
index e6194efd3a500a7a18418d74f72975d472f134c1..4660c725d9cbd6db4e101e601a7b8fd33e321c83 100644 (file)
@@ -1,6 +1,6 @@
 -*- text -*-
 
 -*- text -*-
 
-This file describes what has been done in the preparation of LyX 2.3.6.
+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,45 +15,36 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
 
 * DOCUMENT INPUT/OUTPUT
 
-- Added layout for American Psychological Association (APA), v. 7 (apa7).
+- Fix nested underwave (\uwave) (bug 12922).
 
 
+- Update lilypond converter settings (bug 12618).
 
 
-* USER INTERFACE
-
-- Improve UI of math matrix dialog UI (bug 11888).
 
 
-- Fix display of 'by chapter' labels in AMS classes (bug 11741).
-
-- Add support for the doublestroke package in mathed (bug 11887).
+* MISCELLANEOUS
 
 
-- Fix behavior of text style dialog when "Immediate Apply" is checked (bug 11926).
+- Fix crash when missing python3 on MacOS (bug 12523).
 
 
-- Focus keyword field in Thesaurus dialog.
 
 
-- Allow creation of a child file from the include dialog (bug 4475).
+* TEX2LYX IMPROVEMENTS
 
 
-- Make sure to load the correct math fonts in certain cases.
 
 
 
 
-* MISCELLANEOUS
+* USER INTERFACE
 
 
-- Adjust debug output for fonts by not breaking lines that should go together.
+- Add a few missing autocorrect combinations and allow cycling through arrows
+  (bug 12711).
 
 
-
-* TEX2LYX IMPROVEMENTS
+- 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
 
-- update French translation of Customization manual
-
 
 * BUILD/INSTALLATION
 
 
 * BUILD/INSTALLATION
 
-- Wininstaller, temporary remove the option to run LyX from the finish page
-  due to upcoming fix of the issue where after installing LyX as admin, this option
-  would execute LyX as admin too.
-
+- Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
 
 
 ** Bug fixes:
 
 
 ** Bug fixes:
@@ -61,73 +52,59 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix output of titles in branches and other insets (follow-up to bug 11787).
+- 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
 
-- Fix crash when pasting math grid with more rows in source than target
-  (bug 11897).
-
-- Fix problem with drawing of auto-opened insets (bug 11870).
-
-- Fix crash when rejecting changes and the cursor is in an inset that will be
-  deleted (bug 10316).
-
-- Ask to save hidden dirty documents (bug 11405).
-
-- Fix background color of collapsible insets with sublabel.
+- Avoid crashing on a recursive macro definition (bug 12633).
 
 
-- Do not paste tabulators when pasting multiple cell outside table (bug 4449).
+- Fix several problems where insets did not react on click on
+  the Mac (bugs 12279, 12418, 12820).
 
 
-- Fix language when pasting multiple cell outside table (bug 11898).
+- Fix issue with on-screen instant preview and the mathpazo package.
 
 
-- Fix input of decimal numbers in RtL context (bug 11900).
+- Hide multi-keystroke accelerators in Mac menu (bug 12693).
 
 
-- Fix the LyX icon in the Wayland dash (bug 11847).
+* INTERNALS
 
 
-- Fix display bug when typing in a paragraph where row heights change (bug 11601).
+- Fix wrong computation of what is an obviously fake PID number.
 
 
-- Fix spacing of limits of sum-like operators in display style.
+- remove a pair of static methods that were unused and hid another
+  one.
 
 
-- Fix positioning of super- and subscripts with integral signs.
 
 
-- Fix counter in bibliography inset (bug 11920).
+* DOCUMENTATION AND LOCALIZATION
 
 
-- Do not allow editing of math package list in Document > Settings > Math Options,
-  thus preventing a crash (bug 11931).
 
 
-- Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
+* LYX2LYX
 
 
-- Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
-  (bug 11952).
+- Fixed a bug in reversion to 1.6.
 
 
-- Fix behavior of Edit button in Include dialog.
 
 
+* TEX2LYX
 
 
-* INTERNALS
+- Fix import of umlauts and ß in math (bug 12739).
 
 
 
 
-* DOCUMENTATION AND LOCALIZATION
+* LYXHTML
 
 
 
 
-* LYX2LYX
 
 
 
 
-* TEX2LYX
+* ADVANCED FIND AND REPLACE
 
 
 
 
-* LYXHTML
 
 
 
 
-* ADVANCED FIND AND REPLACE
+* BUILD/INSTALLATION
 
 
+- update included boost library to version 1.75.0.
 
 
-* BUILD/INSTALLATION
+- fix warning when configuring with Qt 5.15.1x.
 
 
-- Wininstaller, fix bug where previous installations, with emergency version
-  greater than 1, could not be seen in registry on overinstall
+- do not halt compilation because of a too new autoconf or automake version
 
 
-- Do not break configuration if a module file is not decodable (file
-  not encoded in utf-8). Rather than that, issue a warning and skip
-  that file (a variant of bug 11736).