]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Use QMessageBox for toggleWarning if possible
[lyx.git] / status.23x
index 49f5458b030fa0b6991ae11a66d50c2e5de10f78..37799e5d37c11622821282755a5b9ebe32a5f3b4 100644 (file)
@@ -73,6 +73,8 @@ What's new
   to relevant directories) by setting the preference
   \use_native_filedialog true
 
+- Let caret height depend on character size in math editor.
+
 - Handle properly top/bottom of inset with mac-like cursor movement
   (bug 10701).
 
@@ -157,6 +159,8 @@ What's new
 - Fixed the last python scripts to support both python 2 and 3 (bug 11101). All 
   scripts should now be able to run in a python 3 only environment.
 
+- Correctly strike-out deleted math immediately following a float (bug 11174).
+
 
 * LYX2LYX
 
@@ -170,6 +174,8 @@ What's new
 
 - Disable CheckTeX while buffer is processed (bug 7434).
 
+- Disable completion in text when there is a selection.
+
 - Do not use English, but the context language, when pasting from LaTeX
   (bug 9199).
 
@@ -193,10 +199,15 @@ What's new
 
 - Fix crash with server-get-xy and tall inset (bug 8120).
 
+- Fix crash when opening file with non-acii file name in single
+  instance mode (bug 11167).
+
 - Improve Undo for operations that act on several buffers (bug 10823).
 
 - Improve rendering of square roots in math editor (bug 10814).
 
+- Set minimum height for math cells (bug 11050).
+
 - Fix display of citation labels when pasting from a document
   with other citation type (bug 10829).
 
@@ -244,6 +255,20 @@ What's new
 
 - Fix duplicate, disabled "Separated <Environment> Below" menu item.
 
+- Fix horizontal alignment of some Box types on screen.
+
+- Correct list of previous versions to check for user directory contents
+  (bug 11142 on Mac).
+
+- Honor the syntax highlighting package choice when adding listing params
+  without actually inserting a listing (bug 11151).
+
+- Handle correctly zero table special arguments (bug 10247).
+
+- Fix "New Inset" function in the Nomenclature list dialog.
+
+- Improve warning message dialogs.
+
 
 * INTERNALS
 
@@ -293,3 +318,7 @@ What's new
 - Fix build of lyxconvert (used on Mac) with Qt4 (bug 11094).
 
 - Fix some compiler warnings.
+
+- Support building with Qt 5.11 with CMake.
+
+- When building with CMake, require at least CMake version 3.1.0.