]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Amend [324b8287/lyxgit]
[lyx.git] / status.23x
index b4f6abcdde260c3992c716693a554b1870ac7516..81dc9487f5c1b796fc83b7452c3e1e8ffd02bbcc 100644 (file)
@@ -1,6 +1,6 @@
 -*- text -*-
 
-This file describes what has been done in the preparation of LyX 2.3.1.
+This file describes what has been done in the preparation of LyX 2.3.3.
 All comments are welcome.
 
 We try to group things by topic and in decreasing order of importance.
@@ -15,21 +15,47 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Updated Arabic, Russian and Slovakian user interface localization.
+- Preserving .lyx file permission when saving on linux systems (Qt5-only).
+
+
+* MISCELLANEOUS
+
 
 
 * TEX2LYX IMPROVEMENTS
 
 
+
 * USER INTERFACE
 
+- Allow external editing of preamble and ERT (bugs 991, 7404).
+
+- Allow nameref in math references (bug 9798).
+
+- Make tab movement visible (bug 10733).
+
+- Add "Reset" and "Reset All Fields" buttons to Text Properties
+  dialog (bug 11415).
+
+- Add "Reset to Default" and "Reset All" buttons to Color Preferences
+  (bug 10062).
+
+- Insert new graphics inset on the correct cursor position.
+
+- Fix regression where spaces are disappearing when editing text (bug 11412).
+
+- The function textstyle-update now only changes explicitly stated font
+  attributes (bug 11111).
+
 
 * DOCUMENTATION AND LOCALIZATION
 
+- Minor rework of the thesis example file in order to clear some confusion about
+  the included bibliography (bug 10748).
+
 
 * BUILD/INSTALLATION
 
-- Add support for v.2 of the enchant spell checker (bug 10986).
 
 
 
@@ -38,77 +64,80 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Properly escape labels entered for included program listings in Insert > File
-  > Child Document (part of bug 10544).
-
-- Fix the implementation of new libertine font package.
+- Added support for aastex62 (bug 11397)
 
-- Properly escape braces in non-literate context in insets.
+- Fix problems with non-ASCII characters in path with recent LaTeX versions
+  (bug 11146).
 
-- Fix output of citation commands in child documents (bug 11083).
+- Fix parsing of math-macro optional arguments after save-reopen (bug 11346).
 
-- Use normal footnote (rather than \tablefootnote) for tables in minipages.
+- Fix problem with wrongly inserted separator.
 
+- Beamer: automatically nest column in columns.
 
-* LYX2LYX
+- Fix Autonests and IsAutonestedBy layout tags with specific layout names
+  (with space, underbar and enquoted).
 
 
 * USER INTERFACE
 
-- Fix "Paste from LaTeX" on Windows (bug 9139).
+- Fix reloading of local layout file (bug 11120).
+
+- Check for dirty hidden child documents when closing (bug 11405).
+
+- Fix selection of unmarked RtL characters with Qt 5.11 (bug 11284).
+
+- Fix on-screen display of macros whose name is a single non-letter symbol
+  (part of bug 11158).
 
-- Disable BUFFER_EXPORT and BUFFER_EXPORT_AS while buffer is processed (bug 8338).
+- Do not swallow backspaces in custom viewer/editor paths (bug 9622).
 
-- Disable CheckTeX while buffer is processed (bug 7434).
+- Fix broken space dialog in mathed (bug 7747).
 
-- Do not use English, but the context language, when pasting from LaTeX
-  (bug 9199).
+- Fix undo in some cases involving nesting (bug 11292).
 
-- Do not use English, but the context language, when pasting from math
-  (bug 2596).
+- Fix some display problems in the Text Properties dialog (bug 11385).
 
-- Fix ChkTeX on Windows (requires ChkTeX 1.7.7 at least) (bug 9989).
+- Accept/reject changes inside selection only if there are changes (bug 
+  10338).
 
-- When entering a math macro name, Escape properly cancels the
-  operation (bug 9251).
+- Fix missing TOC update (and related bugs) when setting default master (bug 
+  11422).
 
-- Fix list of viewable formats in view/update menu (bug 11044).
+- Fix problem with undo of document settings (bug 9004).
 
-- Fix encoding problems with listings insets and non-TeX fonts (bug
-  11056).
+- Fix size of layout combo (bug 6096).
 
-- When only Enchant is configured as a spell checker, configure it
-  properly as default.
+- Completion popup context menu now properly responds to Esc key.
 
 
 * INTERNALS
 
-- Fix bug that TeX files were not detected when reconfiguring LyX (bug 11053).
 
 
 * DOCUMENTATION AND LOCALIZATION
 
-- Fix old problem with lib/fonts/test/stmary10.lyx, and update that file
-  to current format.
 
 
-* LYXHTML
+* LYX2LYX
 
+- Speed up some lyx2lyx conversions (bug 11200).
 
-* TEX2LYX
+- Fix routine that left some old parameters unremoved (bug 11373).
 
-- Do not force default bibliography style if none is set (bug 10673).
 
-- Handle whitespace in table column declaration (bug 10804).
+* TEX2LYX
 
-- Fix import of flalign* environment (bug 10501).
 
 
 * ADVANCED FIND AND REPLACE
 
+- Pay attention to layout modules in Advanced F&R (bug 11138).
+
 
 * BUILD/INSTALLATION
 
-- Add support for automake 1.16.
+- Fix build with boost 1.69 (bug 11349).
+
+- Update bundled boost distribution to 1.68.
 
-- Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).