]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Update status
[lyx.git] / status.23x
index ebfac89035294c20909f4625d30e488345a6f98f..28559c54ee0763438385c1bf1147b91f7c8ccda3 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.6.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
@@ -15,28 +15,51 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Added layout for American Psychological Association (APA), v. 7 (apa7).
 
 
-* MISCELLANEOUS
+* USER INTERFACE
 
+- Improve UI of math matrix dialog UI (bug 11888).
 
+- Fix display of 'by chapter' labels in AMS classes (bug 11741).
 
-* TEX2LYX IMPROVEMENTS
+- Add support for the doublestroke package in mathed (bug 11887).
 
+- Fix behavior of text style dialog when "Immediate Apply" is checked (bug 11926).
 
+- Focus keyword field in Thesaurus dialog.
 
-* USER INTERFACE
+- Allow creation of a child file from the include dialog (bug 4475).
+
+- Make sure to load the correct math fonts in certain cases.
+
+- Update autocorrect in mathed so that pressing '*' after a delimiter will
+  cycle through all sizes.
+
+- Display character styles along with fonts in status bar (bug 11951).
+
+
+* MISCELLANEOUS
 
-- Keep citation style when all selected citations are deleted (bug 11748).
+- Adjust debug output for fonts by not breaking lines that should go together.
+
+
+* TEX2LYX IMPROVEMENTS
 
 
 * DOCUMENTATION AND LOCALIZATION
 
-- Updated German, Interlingua and Slovak user interface localization.
+- Update Czech, German, Italian, Slovak, Russian and French user interface localizations. 
+
+- Update French translation of Customization manual
 
 
 * 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.
 
 
 
@@ -45,63 +68,62 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Fix crash with non-encodable glyph in nomcenlature inset (bug 11584).
+- Fix output of titles in branches and other insets (follow-up to bug 11787).
+
+- Fix clipping of vector images and when exporting from command line
+  (follow-up to bug 11180).
 
-- 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).
+* USER INTERFACE
 
-- Fix output with class-provided geometry package (bug 11724).
+- Fix crash when pasting math grid with more rows in source than target
+  (bug 11897).
 
-- Fix erroneous space in output caused by changebar module (bug 11473).
+- Fix problem with drawing of auto-opened insets (bug 11870).
 
-- Correctly strike out deleted text after deleted display math (bug 11716).
+- Fix crash when rejecting changes and the cursor is in an inset that will be
+  deleted (bug 10316).
 
-- Fix loading of amsmath in beamer article classes (bug 11768).
+- Ask to save hidden dirty documents (bug 11405).
 
-- Prevent polyglossia options from being output to PDF TOC (bug 11813).
+- Fix background color of collapsible insets with sublabel.
 
-- Use real typographic quotation marks in PDF TOC (with pdflatex).
+- Do not paste tabulators when pasting multiple cell outside table (bug 4449).
 
-- Fix problems with apostrophe in path on Windows (bug 9368).
+- Fix language when pasting multiple cell outside table (bug 11898).
 
+- Fix input of decimal numbers in RtL context (bug 11900).
 
-* USER INTERFACE
+- Fix the LyX icon in the Wayland dash (bug 11847).
 
-- Fix backspace deletion of selected items with change tracking (bug 11630).
+- Fix display bug when typing in a paragraph where row heights change (bug 11601).
 
-- Fix display glitch where the change tracking cue blinks with the cursor
-  (bug 11684).
+- Fix wrong marking-text-behavior with doubleclick on notebook touchpads (Windows)
 
-- Consider shorthand in biblatex cite display (bug 11696).
+- Fix spacing of limits of sum-like operators in display style.
 
-- Properly resize columns of child document table widget.
+- Fix positioning of super- and subscripts with integral signs.
 
-- Fix a crash reported on lyx users.
-  There was an uninitialized buffer member of MathData in LFUN dispatch.
+- Fix counter in bibliography inset (bug 11920).
 
-- Fix problem with validation of InsetLayout.
+- Do not allow editing of math package list in Document > Settings > Math Options,
+  thus preventing a crash (bug 11931).
 
-- Fix over-hasty resetting of dialog in Child Documents settings (bug 11564).
+- Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
 
-- Fix problems when pasting ZERO WIDTH NON-JOINER (bug 11790).
+- Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
+  (bug 11952).
 
-- Remove newlines from LFUNs entered in the shortcut dialog.
+- Fix behavior of Edit button in Include dialog.
 
-- Add copy, paste, etc, to math context menu (but 11799).
+- Localize some previously unlocalized strings (bug 11954 ).
 
-- Avoid bleeding of inset background outside of inset (bug 11786).
+- Fix bug where cursor blinks at the wrong position after changing layout (bug 11912).
 
-- Disallow adding columns with gathered environment as this is not
-  supported (bug 11812).
+- Fix PrettyFormat for Part (bug 11986).
 
-- Preserve paragarph spacing when breaking a paragraph at the start
-  (bug 11817).
+- Fix on-screen display of special math fonts (bug 11802).
 
-- Avoid crash in some cases where a dialog is shown during operation
-  (bug 11763).
 
 * INTERNALS
 
@@ -117,17 +139,15 @@ What's new
 
 * 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).
-
-- Download dictionary and thesaurus files, on Windows, from our SVN repo (bug 11192).
+- Wininstaller, fix bug where previous installations, with emergency version
+  greater than 1, could not be seen in registry on overinstall
 
+- 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).