]> git.lyx.org Git - lyx.git/blobdiff - status.23x
Status for last two commits.
[lyx.git] / status.23x
index 14989d55927a16f4f0e855f31ca07e5ec4042568..45136970ee4766648fc3f2fd5eb0e672f530c6e2 100644 (file)
@@ -23,6 +23,8 @@ What's new
 
 - Add support for biblatex.
 
+- Add support for beamer overlay arguments (bug 11068).
+
 - Add support for chapterbib.
 
 - Add support for \includeonly.
@@ -33,13 +35,20 @@ What's new
   * 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
 
@@ -48,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).
 
@@ -57,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
 
@@ -65,6 +88,7 @@ What's new
 * BUILD/INSTALLATION
 
 
+
 ** Bug fixes:
 *************
 
@@ -84,6 +108,7 @@ What's new
 * LYX2LYX
 
 
+
 * USER INTERFACE
 
 - Fix crash with server-get-xy and tall inset (bug 8120).
@@ -103,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
 
@@ -111,6 +142,7 @@ What's new
 * DOCUMENTATION AND LOCALIZATION
 
 
+
 * LYXHTML
 
 
@@ -121,16 +153,18 @@ What's new
 
 - Import straight quotations marks (e.g. babel shorthands) as ERT (bug 75).
 
-- Consider options passed via \PassOptionsToPackage.
+- Do not add duplicate \makebeamertitle.
 
-- Add support for alignment pseudo-environments as used inside floats
-  (bug 7857).
+- 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