]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Move handling of LFUN_COPY to BufferView
[lyx.git] / status.23x
index 3213e63fe00d4cc93fed74ec322ed8b862ebdc44..048e964efeaff12bd49eaa622995692836bfb97e 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.
@@ -15,26 +15,24 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Add layout file for revtex 4.2.
 
 
-* USER INTERFACE
+* MISCELLANEOUS
 
-- Keep citation style when all selected citations are deleted (bug 11748).
 
 
-* MISCELLANEOUS
+* TEX2LYX IMPROVEMENTS
 
 
 
-* TEX2LYX IMPROVEMENTS
+* USER INTERFACE
+
 
 
 
 * DOCUMENTATION AND LOCALIZATION
 
-- Updated Brazilian Portuguese, German, Interlingua, Russian and Slovak
-  user interface localization.
+
 
 
 * BUILD/INSTALLATION
@@ -47,126 +45,67 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
-
-- Fix crash with non-encodable glyph in class options (bug 11865).
-
-- Support for Inkscape 1.0 (new command line syntax) (bug 11742).
-
-- Fix problems with non-ASCII characters in file path with recent LaTeX
-  (bug 11146).
-
-- Fix problems with recent LaTeX when \input@path contains tilde and space
-  (bug 11699).
-
-- Fix output with class-provided geometry package (bug 11724).
-
-- Fix erroneous space in output caused by changebar module (bug 11473).
-
-- Correctly strike out deleted text after deleted display math (bug 11716).
-
-- Fix loading of amsmath in beamer article classes (bug 11768).
-
-- Prevent polyglossia options from being output to PDF TOC (bug 11813).
-
-- Use real typographic quotation marks in PDF TOC (with pdflatex).
-
-- Fix problems with apostrophe in path on Windows (bug 9368).
+- Fix Open Document (tex4ht) output converter.
 
-- Don't open a new instance just because no files are given (bug 11635).
-
-- Fix tablefootnote loading order (bug 11841).
-
-- Fix reloading of changed include inset (bug 11842).
-
-- Don't output \maketitle twice with branches (bug 11787).
-
-- Output \PassOptionsToPackage before any package is loaded (bug 11862).
+- Fix output of bibliography environment to make backref work
+  (bug 12041).
 
 
 * USER INTERFACE
 
-- Avoid crash in some cases where a dialog is shown during operation
-  (bug 11763).
-
-- Fix crash with nested insets when spaces are removed automatically (bug 11777).
+- Re-enable input of non-LyX files (e.g., tex, pgf) (bug 12056).
 
-- Fix a crash reported on lyx users.
-  There was an uninitialized buffer member of MathData in LFUN dispatch.
+- Fix problem with display of menus on Gnome Wayland (bug 11746).
 
-- Fix backspace deletion of selected items with change tracking (bug 11630).
+- Improve error message for VCS file registration when RCS package
+  is not installed.
 
-- Fix display glitch where the change tracking cue blinks with the cursor
-  (bug 11684).
+- Make bibliographies work with grandchildren (bug 12033).
 
-- Consider shorthand in biblatex cite display (bug 11696).
+- Do not close spellchecker after "Replace All" action (bug 11310).
 
-- Properly resize columns of child document table widget.
+- Fix width of collapsible insets with sublabels (bug 12046).
 
-- Fix problem with validation of InsetLayout.
+- Fix Hebrew characters overflow in insets (bug 12030).
 
-- Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
+- Fix unwanted scrolling of window when using "copy". (bug 11225).
 
-- Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
 
-- 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).
-
-- Improve reporting of undefined control sequences in preamble (bug 11844).
+* INTERNALS
 
-- Fix direction of some parts of text in bidi texts (bug 11691).
 
-- Do not insert \textquoteright with Hunspell (bug 11832).
 
-- Fix disappearing selection with clipboard managers on X11 (bug 11715).
 
-- Correct hierarchy level of Bib(la)tex inset in outliner if "Show in Toc"
-  is selected (bug 11863).
 
-- Don't close a document if the "close or hide" dialog is canceled (bug
-  11456).
-  
-- Disable PDF bookmarksopen level widget if booksmarksopen is false
-  (bug 11289).
+* DOCUMENTATION AND LOCALIZATION
 
-- Fix encoding issues with python 3 when generating preview snippets.
+- Updated Polish User Interface localizations.
 
 
-* 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.
 
-- Avoid many warnings with g++ 10 and clang++ 10.