]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Remove python warning
[lyx.git] / status.23x
index 67a3f0d3862fcaa1b02bf9d133f30996296508d2..4660c725d9cbd6db4e101e601a7b8fd33e321c83 100644 (file)
@@ -1,6 +1,6 @@
 -*- 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.
@@ -15,10 +15,14 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Fix nested underwave (\uwave) (bug 12922).
+
+- Update lilypond converter settings (bug 12618).
 
 
 * MISCELLANEOUS
 
+- Fix crash when missing python3 on MacOS (bug 12523).
 
 
 * TEX2LYX IMPROVEMENTS
@@ -27,26 +31,20 @@ What's new
 
 * USER INTERFACE
 
-- Backspace at the very start of a cell part of eqnarray or align environments
-  does not move the cursor out of the whole equation anymore and is now
-  equivalent to hitting the left arrow key (bug 11678).
-
-- Other than directly inserted, now references can also be pasted as insets
-  into an equation, instead of simply as text (bug 11539). 
+- Add a few missing autocorrect combinations and allow cycling through arrows
+  (bug 12711).
 
-- Add support for High DPI screens in Windows and Linux (bug 12060).
-
-- Add Qt platform name in About dialog.
+- 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
 
 
-
-
 * BUILD/INSTALLATION
 
-
+- Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
 
 
 ** Bug fixes:
@@ -54,75 +52,42 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix Open Document (tex4ht) output converter.
-
-- Fix output of bibliography environment to make backref work
-  (bug 12041).
-
-- Fix tables in title.
-
-- Fix issue causing the coalesce of an empty description list item and an
-  immediately following nested itemize environment when loading documents
-  created with version 2.1 or earlier (bug 12148).
-
-- Fix export of the optional argument of \sqrt when it contains other
-  commands with optional arguments (bug 3294).
+- 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
 
-- Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
-
-- Fix problem with display of menus on Gnome Wayland (bug 11746).
-
-- Improve error message for VCS file registration when RCS package
-  is not installed.
-
-- Make bibliographies work with grandchildren (bug 12033).
-
-- Do not close spellchecker after "Replace All" action (bug 11310).
+- Avoid crashing on a recursive macro definition (bug 12633).
 
-- Fix width of collapsible insets with sublabels (bug 12046).
+- Fix several problems where insets did not react on click on
+  the Mac (bugs 12279, 12418, 12820).
 
-- Fix Hebrew characters overflow in insets (bug 12030).
-
-- Fix unwanted scrolling of window when using "copy". (bug 11225).
-
-- Disable direct insertion of multiple spaces in mathed text (bug 1311).
-
-- Fix crash in tabular when an empty paragraph is removed
-  automatically (bug 12117).
-
-- On screen, show upper case greek letters in \mathbf as bold (bug 3751).
-
-- Fix coloring of text-mode material in math equations (bug 11007).
-
-- Fix crash with undo when the document has errors (bug 12163).
-
-- Fix Thesaurus usage with large text selection (#10528).
+- Fix issue with on-screen instant preview and the mathpazo package.
 
+- 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
 
-- Updated Polish and French User Interface localizations.
-
-- Updated French Customization.lyx
-
 
 * LYX2LYX
 
-
+- Fixed a bug in reversion to 1.6.
 
 
 * TEX2LYX
 
-
+- Fix import of umlauts and ß in math (bug 12739).
 
 
 * LYXHTML
@@ -137,9 +102,9 @@ What's new
 
 * BUILD/INSTALLATION
 
-- Remove use of deprecated Qt methods.
+- update included boost library to version 1.75.0.
+
+- fix warning when configuring with Qt 5.15.1x.
 
-- Update in-tree hunspell library to 1.7.0.
+- do not halt compilation because of a too new autoconf or automake version
 
-- The WM class of LyX for X Window environment is now the package name, typically
-  "lyx" or "lyx[suffix]" (bug 11930).