]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Change size policy of buffer combo in refs dialog
[lyx.git] / status.23x
index 6f5cec884ab25d335dee28b371649ecb10530798..e0b2ec571f9d0e28002edb6c9ca7596a7230a2c8 100644 (file)
@@ -15,16 +15,31 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
-- Updated Arabic, Russian and Slovakian user interface localization.
+- Updated Arabic, Chinese (Simplified), German, Russian and Slovakian user interface
+  localization.
 
 - 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).
+
+- Fix problems with default conversion script for graphics (part of bug 11186).
+
 
 * TEX2LYX IMPROVEMENTS
 
+- Add support for biblatex.
 
-* USER INTERFACE
+- Add support for chapterbib.
+
+- Add support for \includeonly.
 
 - Add support for beamer overlay arguments (bug 11068).
 
@@ -61,6 +76,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).
 
@@ -81,6 +98,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
 
@@ -92,6 +113,8 @@ What's new
 - Support new hunspell C++ ABI if LyX is built against hunspell >= 1.5
   (bug 10547).
 
+- Fix spurious warning when compiling with Qt 5.10.
+
 
 
 ** Bug fixes:
@@ -122,11 +145,27 @@ 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.
+
+- Correctly strike-out deleted math immediately following a float (bug 11174).
+
+- Fix problem with unwanted spaces caused by math macro definitions (bug 11216).
+
 
 * LYX2LYX
 
@@ -140,6 +179,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).
 
@@ -163,10 +204,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).
 
@@ -186,12 +232,68 @@ What's new
 
 - Ignore deleted material when generating a proposed label (bug 11102).
 
+- Reload citation list when undoing or redoing removal of bibliography
+  inset (bug 9158).
+
+- Fix some master/child issues with biblatex (bug 11083).
+
+- Recalculate citation insets when bibliography info changes as a result
+  of undo or redo (bug 11005).
+
+- Allow for spaces in bibliography keys (bug 9847).
+
+- 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).
+
+- 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.
+
+- Fix insertion of quotation marks and brackets in RTL languages
+  (bugs 11188 and 11187).
+
+- Fix nesting problem with numbers in RTL text (bug 6283).
+
+- Fix display of RTL text in tooltips (bug 10672).
+
+- Fix size policy of buffer combo in refs dialog (bug 9316).
+
 
 * INTERNALS
 
 - Fix bug that TeX files were not detected when reconfiguring LyX 
   (bug 11053).
 
+- Fix language code of Austrian (old spelling).
+
+- When reconfiguring LyX, correctly detect commands specified with a
+  full path with spaces (bug 11214).
+
 
 * DOCUMENTATION AND LOCALIZATION
 
@@ -235,3 +337,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.