]> 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 94c311dbba7b84b2aae671f44349b820cfb61c5a..6bb13e67301433b1827912b33c3941178471e90b 100644 (file)
@@ -20,6 +20,15 @@ What's new
 - It possible to anonymize document's content for bug submissions
   via buffer-anonymize lfun (bug 7259).
 
+- Support rotation of multi-page tables via (pdf)lscape (bug 9194).
+
+- 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
 
@@ -64,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).
 
@@ -84,6 +95,10 @@ What's new
 
 - Change Settings -> Local Layout to Fixed-width Font and Nowrap (bug 10992).
 
+- Allow LFUN_UNICODE_INSERT to take multiple arguments (bug 11084).
+
+- Added C-M-i as a shortcut for LFUN_INSET_SETTINGS (bug 7662).
+
 
 * DOCUMENTATION AND LOCALIZATION
 
@@ -127,13 +142,23 @@ What's new
 
 - Fix polyglossia language switches for Arabic (bug 11057).
 
+- Fix language allocation after PassThru paragraphs (bug 10793).
+
 - Set correct path to (biblatex) bibliography databases that are entered
   relative to child documents (bug 11105).
 
 - 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
+  than sorted.
+
+- 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.
+
 
 * LYX2LYX
 
@@ -174,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).
 
@@ -203,8 +230,28 @@ What's new
 
 - Allow for spaces in bibliography keys (bug 9847).
 
-- Allow LFUN_UNICODE_INSERT to take multiple arguments (bug 11084).
+- Fix weird bug with counters when reloading with emergency file.
+
+- Handle math insets properly when inserting index entries (bug 6344).
+
+- When adding a label in the first paragraph after a division (section,
+  etc), use the label prefix for it (bug 10624).
+
+- Fix crash when canceling entry of macro name in a mathed subscript
+  (bug 11125).
+
+- Improve error message when document path contains spaces.
+
+- Fix blinking caret position while entering text with input method.
+
+- Do not allow paragraph styles in listings (bug 11127).
+
+- 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