X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=status.23x;h=516a38c6f977382100fb3a98c3e625881be41a44;hb=c7f7affd5017f209b4b35406bc237360fff8420b;hp=a4a74224e5cd8f92ecacc61e356298a30fa5808c;hpb=a9890828bd4cab4842b294f7ff2e81d019d67282;p=lyx.git diff --git a/status.23x b/status.23x index a4a74224e5..516a38c6f9 100644 --- a/status.23x +++ b/status.23x @@ -1,6 +1,6 @@ -*- text -*- -This file describes what has been done in the preparation of LyX 2.3.3. +This file describes what has been done in the preparation of LyX 2.3.4. All comments are welcome. We try to group things by topic and in decreasing order of importance. @@ -15,7 +15,6 @@ What's new * DOCUMENT INPUT/OUTPUT -- Preserving .lyx file permission when saving on linux systems (Qt5-only). * MISCELLANEOUS @@ -28,30 +27,27 @@ What's new * USER INTERFACE -- Allow external editing of preamble and ERT (bugs 991, 7404). +- The "Rows & Columns" optional submenu has been added to the math context menu. -- Allow nameref in math references (bug 9798). +- Avoid using text mode for unicode symbols representable in math mode (bug 9616). -- Make tab movement visible (bug 10733). +- Do not issue error dialog when no tag is found in git repository for + tree-revision info inset. -- Add "Reset" and "Reset All Fields" buttons to Text Properties - dialog (bug 11415). +- Fix display with Wayland (bug 11692). -- 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). +* DOCUMENTATION AND LOCALIZATION -- The function textstyle-update now only changes explicitly stated font - attributes (bug 11111). +- New section about references in the example file colored-boxes.lyx. +- The Dutch user interface localization has been revived, and the Dutch docs + revised. -* DOCUMENTATION AND LOCALIZATION +- The Russian Tutorial has been updated. -- Minor rework of the thesis example file in order to clear some confusion about - the included bibliography (bug 10748). +- Updated localizations include Arabic, Bulgarian, Czech, German, Hebrew, + Brazilian Portuguese, Slovak, and Ukrainian. * BUILD/INSTALLATION @@ -64,73 +60,149 @@ What's new * DOCUMENT INPUT/OUTPUT -- Fix problems with non-ASCII characters in path with recent LaTeX versions - (bug 11146). +- Prevent crash due to unencodable path (bug 11688). + +- Fix crash with polyglossia when the "Auto End" language preference setting + is off and titles are used. + +- (Re-)fix problems with activated equal sign and graphic options in Turkish + and Latin documents (bug 2005). + +- Correctly set language after intitle paragraphs (bug 11514). + +- Fix toprule with booktabs/longtable and captions (bug 11589). + +- Avoid adding spaces when parsing an array in a macro template (bug 10499). + +- Avoid superfluous braces in the optional argument of a macro (bug 11552). + +- Do not replace a latex command with the corresponding symbol in the + unicodesymbols file, unless it can be encoded in the document encoding + (bug 11586). + +- Fix problems with paths that contain the tilde (~) character. + +- Fix nomenclature processing with LuaTeX (bug 11571). + +- Fix problem on Windows with saving files in Dropbox folders (bug 10091). + +- Find local bib files when they exist in the same directory as the LyX + file (bug 11588). + +- Fix table column order with RTL documents and LuaTeX (part of bug 9686). + +- Fix paragraph alignment with RTL documents and LuaTeX (part of bug 11399). + +- Fix direction of brackets with RTL documents and LuaTeX (part of bug 11187). + +- Fix direction of roman numbers with RTL documents and LuaTeX. + +- Fix direction of numbered citations outside XeTeX/bidi (bug 3005). + +- Fix direction of references with XeTeX/bidi (bug 11626). + +- Fix interplay of the memoir class and custom page size/geometry (bug 10970). -- Fix parsing of math-macro optional arguments after save-reopen (bug 11346). +- Fix compilation of Hebrew Article with XeTeX and LuaTeX (bug 10525). -- Fix problem with wrongly inserted separator. +- Fix greyedout note with RTL documents (bug 8647). + +- Fix colored and shaded boxes with RTL documents (bug 8642). + +- Fix loading order problem with rotfloat/rotating and graphicx (bug 11502). + +- Fix LaTeX error with Canadian French as second language. LyX now uses + the (recommended) babel option "acadian" rather than "canadien". + +- Do not create unnecessary directories when exporting from the command + line (bug 11636). + +- Fix problem with included objects with Linkback service on Mac (bug 6961). + +- Fix termination of commands after math insets (bug 11667). + +- Fix \binom command clash in beamer. * USER INTERFACE -- Fix reloading of local layout file (bug 11120). +- Fix configure process with Python 3 (bug 11642). + +- Fix some numbering issues with bibitems (bug 2743, 8499). + +- Deal properly with orphaned bibitems (bug 7160). + +- Fix endless loop when a macro definition references itself (bug 11595). -- Check for dirty hidden child documents when closing (bug 11405). +- Use the selection as the argument of a macro also when the macro has only + optional arguments (bug 10498). -- Fix selection of unmarked RtL characters with Qt 5.11 (bug 11284). +- Correctly close a language opened in a branch inset (bug 9633). -- Fix on-screen display of macros whose name is a single non-letter symbol - (part of bug 11158). +- Fix additional problem with display of inline equations in outliner + (bug 11423). -- Do not swallow backspaces in custom viewer/editor paths (bug 9622). +- Preserve "all authors" state when switching citation style via context + menu (bug 11439). -- Fix broken space dialog in mathed (bug 7747). +- Fix right and left layout alignment (in workarea) with RTL (bug 11606). -- Fix undo in some cases involving nesting (bug 11292). +- Show filenames for verbatim includes in outliner (bug 11612). -- Fix some display problems in the Text Properties dialog (bug 11385). +- Enable change tracking if paragraph break change (bug 11629). -- Accept/reject changes inside selection only if there are changes (bug - 10338). +- Fix crash when deleting column in math grid (bug 11623). -- Fix missing TOC update (and related bugs) when setting default master (bug - 11422). +- Hide "LaTeX (Clipboard)" entry from import menu (bug 11657). -- Fix problem with undo of document settings (bug 9004). +- Enable dissolve in undefined Flex inset context menu (bug 8650). -- Fix size of layout combo (bug 6096). +- Fix bad caret position when row scrolls horizontally (bug 11603). -- Completion popup context menu now properly responds to Esc key. +- Fix crash when inserting some insets in math split insets (bug 11686). + +- Properly remember cursor position when many files have been opened + (bug 10310). * INTERNALS +- Fix TeX file listing with the Nix package manager. + +- Fix Python detection routines, and so instant preview on some platforms + (bug 11282). * DOCUMENTATION AND LOCALIZATION +- Fix string direction in Hebrew localization (bug 11607). * LYX2LYX -- Speed up some lyx2lyx conversions (bug 11200). -- Fix routine that left some old parameters unremoved (bug 11373). * TEX2LYX +- Significantly improve support for modules (bug 11259, 8229). + +- Prevent multiplication of preamble code on (re-)import (bug 8229). + +- Fix import of custom float definitions. + + +* LYXHTML + + * ADVANCED FIND AND REPLACE -- Pay attention to layout modules in Advanced F&R (bug 11138). -* BUILD/INSTALLATION -- Fix build with boost 1.69 (bug 11349). +* BUILD/INSTALLATION -- Update bundled boost distribution to 1.68. +- avoid annoying warnings with g++ 9.