]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Backport QTime related deprecation fix
[lyx.git] / status.23x
index 098a40013e437596281c864608bb3c45050963c6..2e3615dd2ff2d78322f900e8d1970a6d460a9611 100644 (file)
@@ -1,6 +1,6 @@
 -*- text -*-
 
-This file describes what has been done in the preparation of LyX 2.3.5.
+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.
@@ -27,12 +27,21 @@ What's new
 
 * USER INTERFACE
 
-- Keep citation style when all selected citations are deleted (bug 11748).
+- 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
 
-- Updated German, Interlingua and Slovak user interface localization.
+
 
 
 * BUILD/INSTALLATION
@@ -45,102 +54,97 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
+- Fix Open Document (tex4ht) output converter.
 
-- Fix problems with non-ASCII characters in file path with recent LaTeX
-  (bug 11146).
+- Fix output of bibliography environment to make backref work
+  (bug 12041).
 
-- Fix problems with recent LaTeX when \input@path contains tilde and space
-  (bug 11699).
+- Fix tables in title.
 
-- Fix output with class-provided geometry package (bug 11724).
+- 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 erroneous space in output caused by changebar module (bug 11473).
+- Fix export of the optional argument of \sqrt when it contains other
+  commands with optional arguments (bug 3294).
 
-- Correctly strike out deleted text after deleted display math (bug 11716).
 
-- Fix loading of amsmath in beamer article classes (bug 11768).
+* USER INTERFACE
 
-- Prevent polyglossia options from being output to PDF TOC (bug 11813).
+- Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
 
-- Use real typographic quotation marks in PDF TOC (with pdflatex).
+- Fix problem with display of menus on Gnome Wayland (bug 11746).
 
-- Fix problems with apostrophe in path on Windows (bug 9368).
+- Improve error message for VCS file registration when RCS package
+  is not installed.
 
-- Don't open a new instance just because no files are given (bug 11635).
+- Make bibliographies work with grandchildren (bug 12033).
 
-- Fix tablefootnote loading order (bug 11841).
+- Do not close spellchecker after "Replace All" action (bug 11310).
 
-- Fix reloading of changed include inset (11842).
+- Fix width of collapsible insets with sublabels (bug 12046).
 
+- Fix Hebrew characters overflow in insets (bug 12030).
 
-* USER INTERFACE
+- Fix unwanted scrolling of window when using "copy". (bug 11225).
 
-- Avoid crash in some cases where a dialog is shown during operation
-  (bug 11763).
+- Disable direct insertion of multiple spaces in mathed text (bug 1311).
 
-- Fix crash with nested insets when spaces are removed automatically (bug 11777).
+- Fix crash in tabular when an empty paragraph is removed
+  automatically (bug 12117).
 
-- Fix a crash reported on lyx users.
-  There was an uninitialized buffer member of MathData in LFUN dispatch.
+- On screen, show upper case greek letters in \mathbf as bold (bug 3751).
 
-- Fix backspace deletion of selected items with change tracking (bug 11630).
+- Fix coloring of text-mode material in math equations (bug 11007).
 
-- Fix display glitch where the change tracking cue blinks with the cursor
-  (bug 11684).
+- Fix crash with undo when the document has errors (bug 12163).
 
-- Consider shorthand in biblatex cite display (bug 11696).
+- Fix Thesaurus usage with large text selection (#10528).
 
-- Properly resize columns of child document table widget.
+- Fix wrap-around of spellchecker (#10383).
 
-- Fix problem with validation of InsetLayout.
+- Avoid pointless 'undefined flex inset' errors when changing document
+  settings (bug 12163).
 
-- Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
 
-- Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
+* INTERNALS
 
-- Remove newlines from LFUNs entered in the shortcut dialog.
 
-- Add copy, paste, etc, to math context menu (but 11799).
 
-- Avoid bleeding of inset background outside of inset (bug 11786).
 
-- Disallow adding columns with gathered environment as this is not
-  supported (bug 11812).
 
-- Preserve paragraph spacing when breaking a paragraph at the start
-  (bug 11817).
+* DOCUMENTATION AND LOCALIZATION
 
-- Improve reporting of undefined control sequences in preamble (bug 11844).
+- Updated Polish and French User Interface localizations.
 
-- Fix direction of some parts of text in bidi texts (bug 11691).
+- Updated French Customization.lyx
 
 
-* INTERNALS
+* LYX2LYX
 
 
-* DOCUMENTATION AND LOCALIZATION
 
 
-* LYX2LYX
+* TEX2LYX
 
 
-* TEX2LYX
 
 
 * LYXHTML
 
-- Don't output LaTeX preamble snippets with HTML (bug 11780).
+
 
 
 * ADVANCED FIND AND REPLACE
 
 
 
+
 * BUILD/INSTALLATION
 
-- Do not break configuration if a layout file is not decodable. Rather than that, 
-  issue a warning and skip that file (bug 11736).
+- Remove use of deprecated Qt methods.
 
-- Download dictionary and thesaurus files, on Windows, from our SVN repo (bug 11192).
+- 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).