]> git.lyx.org Git - lyx.git/blobdiff - status.23x
#11142 correct list of previous versions to check for user directory contents
[lyx.git] / status.23x
index 4228e96113e686383bc2a746bbee44690406ba3f..6bb13e67301433b1827912b33c3941178471e90b 100644 (file)
@@ -25,6 +25,10 @@ What's new
 - Added LFUN_MASTER_BUFFER_EXPORT, which exports the master buffer, along
   the lines of LFUN_MASTER_BUFFER_VIEW (bug 11118).
 
+- Needauth is not needed for exporting R code (only when executing the code).
+
+- Center longtable explicitly for compatibility with some packages (bug 10690).
+
 
 * TEX2LYX IMPROVEMENTS
 
@@ -69,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).
 
@@ -143,6 +149,8 @@ What's new
 
 - Load hyperref with a suitable driver (bug 6418).
 
+- Fix LaTeX errors with nested ulem commands.
+
 - Recompile grandchildren when they have updated (bug 11112).
 
 - Output list of bibliography files in the order given in the dialog, rather
@@ -191,6 +199,8 @@ What's new
 
 - 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).
 
@@ -238,6 +248,10 @@ 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).
 
 * INTERNALS