]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Backport QTime related deprecation fix
[lyx.git] / status.23x
index 080634f74e865b89c5baf09c6685fc6ca1895717..2e3615dd2ff2d78322f900e8d1970a6d460a9611 100644 (file)
@@ -1,6 +1,6 @@
 -*- 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.7.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
@@ -15,32 +15,37 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Added layout for American Psychological Association (APA), v. 7 (apa7).
 
 
-* USER INTERFACE
+* MISCELLANEOUS
 
-- Improve UI of math matrix dialog UI (bug 11888).
 
-- Add support for the doublestroke package in mathed (bug 11887).
 
-- Focus keyword field in Thesaurus dialog.
+* TEX2LYX IMPROVEMENTS
 
 
-* MISCELLANEOUS
 
+* USER INTERFACE
 
-* TEX2LYX IMPROVEMENTS
+- 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 support for High DPI screens in Windows and Linux (bug 12060).
+
+- Add Qt platform name in About dialog.
 
 
 * DOCUMENTATION AND LOCALIZATION
 
 
+
+
 * 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.
 
 
 
@@ -49,57 +54,97 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix output of titles in branches and other insets (follow-up to bug 11787).
+- 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).
 
 
 * USER INTERFACE
 
-- Fix crash when pasting math grid with more rows in source than target
-  (bug 11897).
+- 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.
 
-- Fix problem with drawing of auto-opened insets (bug 11870).
+- Make bibliographies work with grandchildren (bug 12033).
 
-- Fix crash when rejecting changes and the cursor is in an inset that will be
-  deleted (bug 10316).
+- Do not close spellchecker after "Replace All" action (bug 11310).
 
-- Ask to save hidden dirty documents (bug 11405).
+- Fix width of collapsible insets with sublabels (bug 12046).
 
-- Fix background color of collapsible insets with sublabel.
+- Fix Hebrew characters overflow in insets (bug 12030).
 
-- Do not paste tabulators when pasting multiple cell outside table (bug 4449).
+- Fix unwanted scrolling of window when using "copy". (bug 11225).
 
-- Fix language when pasting multiple cell outside table (bug 11898).
+- Disable direct insertion of multiple spaces in mathed text (bug 1311).
 
-- Fix input of decimal numbers in RtL context (bug 11900).
+- Fix crash in tabular when an empty paragraph is removed
+  automatically (bug 12117).
 
-- Fix the LyX icon in the Wayland dash (bug 11847).
+- On screen, show upper case greek letters in \mathbf as bold (bug 3751).
 
-- Fix display bug when typing in a paragraph where row heights change (bug 11601).
+- Fix coloring of text-mode material in math equations (bug 11007).
 
-- Fix spacing of limits of sum-like operators in display style.
+- Fix crash with undo when the document has errors (bug 12163).
 
-- Fix positioning of super- and subscripts with integral signs.
+- Fix Thesaurus usage with large text selection (#10528).
+
+- Fix wrap-around of spellchecker (#10383).
+
+- Avoid pointless 'undefined flex inset' errors when changing document
+  settings (bug 12163).
 
 
 * INTERNALS
 
 
+
+
+
 * DOCUMENTATION AND LOCALIZATION
 
+- Updated Polish and French User Interface localizations.
+
+- Updated French Customization.lyx
+
 
 * LYX2LYX
 
 
+
+
 * TEX2LYX
 
 
+
+
 * LYXHTML
 
 
+
+
 * ADVANCED FIND AND REPLACE
 
 
+
+
 * BUILD/INSTALLATION
 
-- Wininstaller, fix bug where previous installations, with emergency version
-  greater than 1, could not be seen in registry on overinstall
+- Remove use of deprecated Qt methods.
+
+- Update in-tree hunspell library to 1.7.0.
+
+- The WM class of LyX for X Window environment is now the package name, typically
+  "lyx" or "lyx[suffix]" (bug 11930).