]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Don't need to remove the file if it doesn't exist. (This would cause a five second...
[lyx.git] / status.23x
index cb0e367c585dfd2167bc5543a5ac04d196d67187..4de5e0179e69d0222658bde630d56f77e6b3bf38 100644 (file)
@@ -34,6 +34,10 @@ What's new
 - Do not issue error dialog when no tag is found in git repository for
   tree-revision info inset.
 
+- Fix display with Wayland (bug 11692).
+
+- Improve editing performance when there are Include insets that point to
+  non-existing files. (bug 11656).
 
 
 * DOCUMENTATION AND LOCALIZATION
@@ -45,7 +49,10 @@ What's new
 
 - The Russian Tutorial has been updated.
 
-- Updated localizations include Arabic, German, Hebrew, and Slovak.
+- Updated localizations include Arabic, Bulgarian, Czech, Dutch, German, Hebrew, 
+  Italian, Brazilian Portuguese, Slovak, Swedish, and Ukrainian.
+
+- Fixed index processor in some manuals (bug 11708).
 
 
 * BUILD/INSTALLATION
@@ -58,9 +65,16 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- 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).
@@ -88,15 +102,37 @@ What's new
 
 - 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 compilation of Hebrew Article with XeTeX and LuaTeX (bug 10525).
 
+- 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 configure process with Python 3 (bug 11642).
+
 - Fix some numbering issues with bibitems (bug 2743, 8499).
 
 - Deal properly with orphaned bibitems (bug 7160).
@@ -118,11 +154,30 @@ What's new
 
 - Show filenames for verbatim includes in outliner (bug 11612).
 
+- Enable change tracking if paragraph break change (bug 11629).
+
+- Fix crash when deleting column in math grid (bug 11623).
+
+- Hide "LaTeX (Clipboard)" entry from import menu (bug 11657).
+
+- Enable dissolve in undefined Flex inset context menu (bug 8650).
+
+- Enable dissolve in context menu of element in table cells.
+
+- Fix bad caret position when row scrolls horizontally (bug 11603).
+
+- 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
@@ -132,7 +187,8 @@ What's new
 
 * LYX2LYX
 
-
+- Fix typo in the code that converts from file formats older than lyx 2.1
+  (thanks to Salvatore Falco).
 
 
 * TEX2LYX
@@ -156,3 +212,5 @@ What's new
 
 * BUILD/INSTALLATION
 
+- avoid annoying warnings with g++ 9.
+