]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Update status
[lyx.git] / status.23x
index cb41997c5e6d3944e8af00ab378f207bdd5f4313..28559c54ee0763438385c1bf1147b91f7c8ccda3 100644 (file)
@@ -22,22 +22,45 @@ What's new
 
 - Improve UI of math matrix dialog UI (bug 11888).
 
+- Fix display of 'by chapter' labels in AMS classes (bug 11741).
+
 - 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.
 
+- 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
 
+- Adjust debug output for fonts by not breaking lines that should go together.
+
 
 * TEX2LYX IMPROVEMENTS
 
 
 * DOCUMENTATION AND 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.
+
 
 
 ** Bug fixes:
@@ -47,6 +70,9 @@ What's new
 
 - 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).
+
 
 * USER INTERFACE
 
@@ -70,6 +96,34 @@ What's new
 
 - Fix the LyX icon in the Wayland dash (bug 11847).
 
+- Fix display bug when typing in a paragraph where row heights change (bug 11601).
+
+- Fix wrong marking-text-behavior with doubleclick on notebook touchpads (Windows)
+
+- Fix spacing of limits of sum-like operators in display style.
+
+- Fix positioning of super- and subscripts with integral signs.
+
+- Fix counter in bibliography inset (bug 11920).
+
+- Do not allow editing of math package list in Document > Settings > Math Options,
+  thus preventing a crash (bug 11931).
+
+- Maintain standard layout for separating paragraphs when switching layouts (bug 11936).
+
+- Prevent permanent disabling of widgets in Vertical/Horizontal Space dialogs
+  (bug 11952).
+
+- Fix behavior of Edit button in Include dialog.
+
+- Localize some previously unlocalized strings (bug 11954 ).
+
+- Fix bug where cursor blinks at the wrong position after changing layout (bug 11912).
+
+- Fix PrettyFormat for Part (bug 11986).
+
+- Fix on-screen display of special math fonts (bug 11802).
+
 
 * INTERNALS
 
@@ -93,3 +147,7 @@ What's new
 
 - 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).