]> git.lyx.org Git - lyx.git/blobdiff - status.23x
de.po
[lyx.git] / status.23x
index 73665f109fa7719eff61b5cfac4cefacf81393c1..2b96fd2690dcfd35ccf98eac28b5ed0992021362 100644 (file)
@@ -15,6 +15,9 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Support \bigtimes from the mathtools package (bug 11223).
+
+- Support 0x019b via tipa (bug 12426).
 
 
 * MISCELLANEOUS
@@ -42,24 +45,18 @@ What's new
 
 - Add Qt platform name in About dialog.
 
-- Fix broken modifier handling for Qt-5.12 on Mac (bug 12247).
-
 - Add new pref variable \draw_strategy to fix some cases where display
   is blinking (bug 12119).
 
 
-* DOCUMENTATION AND LOCALIZATION
 
+* DOCUMENTATION AND LOCALIZATION
 
+- Update the H-P-Statments example document.
 
 
 * BUILD/INSTALLATION
 
-- Fix framework name case error for QtDBus on Mac (bug 12305)
-
-- Fix directory permission of .app bundle on Mac (bug 12150)
-
-
 
 ** Bug fixes:
 *************
@@ -80,6 +77,15 @@ What's new
 - Fix export of the optional argument of \sqrt when it contains other
   commands with optional arguments (bug 3294).
 
+- Fix loading subscript package with only LaTeX < 2005/12/01 (bug 12387).
+
+- Fix modernCV.lyx for Texlive 2021 (bug 12311).
+
+- Fix validating a macro definitions (bug 12524).
+
+- Fix crashing due to uncodable character in math macro name (bug 11855).
+
+
 
 * USER INTERFACE
 
@@ -105,6 +111,10 @@ What's new
 - Fix crash in tabular when an empty paragraph is removed
   automatically (bug 12117).
 
+- Fix crash in tabular when resetting font (bug 12566).
+
+- Fix crash when using Hebrew (bug 12464).
+
 - On screen, show upper case greek letters in \mathbf as bold (bug 3751).
 
 - Fix coloring of text-mode material in math equations (bug 11007).
@@ -126,6 +136,29 @@ What's new
 
 - Fix reverse search on Mac (bug 12063).
 
+- Fix misaligned math frame decoration (bug 11491).
+
+- Fix painting of nested environment overlaping with inset (bug 12243).
+
+- Fix outline filter search for "\" symbol (bug 12359).
+
+- Fix inset cornes painting on HiDPI screens (bug 12336).
+
+- Fix instant preview foreground color in Beamer documents (bug 12563).
+
+- Properly update font info at cursor position after toggling
+  (bug 12450).
+
+- Fix broken modifier handling for Qt-5.12 on Mac (bug 12247).
+
+- Limit zoom value to 1000% to avoid crashes (bug 12452).
+
+- Limit graphics scaling in LyX to 1--1000% to avoid crashes (12353).
+
+- Fix potential crash with 32bit ucs4 codepoints (bug 12519).
+
+- Catch warnings from packages that contain a hyphen in their name
+  in the Log dialog.
 
 
 * INTERNALS
@@ -163,6 +196,8 @@ What's new
 
 * BUILD/INSTALLATION
 
+- compilation with configure now defaults to Qt5, use --disable-qt5 to compile with Qt4.
+
 - Remove use of deprecated Qt methods.
 
 - Update in-tree hunspell library to 1.7.0.
@@ -174,3 +209,12 @@ What's new
 
 - Fix warnings with autoconf 2.71.
 
+- Fix framework name case error for QtDBus on Mac (bug 12305)
+
+- Fix directory permission of .app bundle on Mac (bug 12150)
+
+- Fix configuration bug on Windows which prevented LyX from 
+  installing (bug 12369).
+
+- With autoconf, fix the "distcheck" make target.
+: