]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Status for last two commits.
[lyx.git] / status.23x
index 1a7312f84a858e80f7c004313cd4ae30144f468e..45136970ee4766648fc3f2fd5eb0e672f530c6e2 100644 (file)
@@ -21,6 +21,33 @@ What's new
 
 * TEX2LYX IMPROVEMENTS
 
+- Add support for biblatex.
+
+- Add support for beamer overlay arguments (bug 11068).
+
+- Add support for chapterbib.
+
+- Add support for \includeonly.
+
+- Update tex2lyx quotation marks detection:
+  * Consider new quote styles of LyX 2.3.
+  * Consider changed quote styles in LYX 2.3.
+  * Try to be a bit smarter with ambiguous quotation marks,
+    depending on the main quote style and the local context.
+
+- Consider options passed via \PassOptionsToPackage.
+
+- Add support for URW Classico, MinionPro and the new Libertine fonts.
+
+- Add support for \lstinputlisting and \inputminted.
+
+- Add support for the \t*{} (bottomtiebar) macro of TIPA.
+
+- Implement better parsing of some command options (via "literate"
+  function of some insets) (bug 9563).
+
+- Add support for alignment pseudo-environments as used inside floats
+  (bug 7857).
 
 
 * USER INTERFACE
@@ -30,6 +57,11 @@ What's new
   snappier, especially on repeated events. As an added bonus, subpixel
   aliasing is honored in the work area.
 
+- Use native file dialogs on all platforms by default. It is now
+  possible to switch to LyX custom dialogs (which have extra shortcuts
+  to relevant directories) by setting the preference
+  \use_native_filedialog true
+
 - Handle properly top/bottom of inset with mac-like cursor movement
   (bug 10701).
 
@@ -39,6 +71,15 @@ What's new
 - Allow unification of graphic groups inside marked block via context
   menu.
 
+- Cosmetic polishment of the "Math Options" pane of Document Settings
+  (bug 10777).
+
+- UI improvements in the graphics dialog (bug 10771).
+
+- Set tab stop in preamble editor to four characters.
+
+- Provide simple search functionality in preamble (bug 11099).
+
 
 * DOCUMENTATION AND LOCALIZATION
 
@@ -47,6 +88,7 @@ What's new
 * BUILD/INSTALLATION
 
 
+
 ** Bug fixes:
 *************
 
@@ -57,10 +99,16 @@ What's new
 
 - Respect 'literal' setting when calculating longest bibitem (bug 10817).
 
+- Do not embrace numbers in \beginL ... \endL with polyglossia in Right-
+  to-Left languages, since bidi handles the numbers automatically.
+
+- Fix polyglossia language switches for Arabic (bug 11057).
+
 
 * LYX2LYX
 
 
+
 * USER INTERFACE
 
 - Fix crash with server-get-xy and tall inset (bug 8120).
@@ -80,6 +128,12 @@ What's new
 - Take actual font height into account when drawing placeholder box
   for graphics (bug 11048).
 
+- Correctly set default bibliography style in the Document Settings
+  dialog (bug 11088).
+
+- Assure that the External Inset dialog is opened at first tab for
+  new insets (bug 11081).
+
 
 * INTERNALS
 
@@ -88,16 +142,29 @@ What's new
 * DOCUMENTATION AND LOCALIZATION
 
 
+
 * LYXHTML
 
 
 
 * TEX2LYX
 
+- Fix import of subfloats without caption (bug 10385).
+
+- Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
+
+- Do not add duplicate \makebeamertitle.
+
+- Keep empty paragraph it keepempty is true (bug 11078).
+
+- Fix parsing issue in nested CJK (bug 9562).
+
+- Fix import of package options with comments (bug 5737).
 
 
 * ADVANCED FIND AND REPLACE
 
 
+
 * BUILD/INSTALLATION