]> git.lyx.org Git - lyx.git/blobdiff - status.22x
Fix compilation with --disable-cxx11
[lyx.git] / status.22x
index 5ae18f127bf93654d7994dad30729d61d27f8671..0b24b8e611530b085f29e0ee125dab50b10d7637 100644 (file)
@@ -15,6 +15,8 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Allow use of verbatim and quotation environments with IOP articles
+  (bug 10505).
 
 
 * TEX2LYX IMPROVEMENTS
@@ -39,6 +41,8 @@ What's new
 
 - Implement wrap-around in change tracking's next-change function (bug 10388).
 
+- The Math Delimiters dialog now has a "Swap & Reverse" button (bug 10457).
+
 - Document Settings > "Output" has been renamed to "Formats" now that it
   also contains the option "Save transient properties".
 
@@ -54,13 +58,18 @@ What's new
 - Issue an error message if incompatible languages (in terms of language package
   requirements) are used (bug 10456).
 
+- Improve display speed, especially when compiled against Qt 4.x.
+
+- Polish the BibTeX add dialog (bug 9795).
+
 
 * DOCUMENTATION AND LOCALIZATION
 
 - new Arabic translation of the Intro and Tutorial manuals and the Shortcuts
   documentation file
-- Updated Arabic, German, Italian, Slovakian, Swedish and Ukrainian user
-  interface localization.
+- updated translation of the French EmbeddedObjects and UserGuide manuals
+- Updated Arabic, Brazilian, German, Italian, Slovakian, Swedish, Ukrainian
+  and French user interface localization.
 
 
 * BUILD/INSTALLATION
@@ -98,9 +107,24 @@ What's new
 
 - Correct encoding for Baltic languages like Lithuanian (bug 10474).
 
+- Fix some quote inset bugs (bug 10451):
+  # Adjoining closing Single + double quote becomes double + single quote
+    (for English, Swedish and German). 
+  # French double quotes are converted to << >> in the LaTeX file and to double
+    inverted question/interrogation marks in the output, if the font encoding is
+    set to [None] or OT1 but the global default is T1.
+  # Quote type ignored for LyXHTML: always "English" quotes used. 
+
+- Output correct identifier for DocBook XML.
+
+- Correctly escape hyperlinks for DocBook output.
+
+- Fix mathtools, amsmath and amssymb not loading automatically for some
+  symbols (bug 10467)
 
 * LYX2LYX
 
+- Do not convert "--" to "\twohyphens" in formula macros.
 
 
 * USER INTERFACE
@@ -150,13 +174,27 @@ What's new
 - Fix display and output of math macros with optional arguments appearing
   in the optional argument of another macro.
 
+- Do not prematurely cut selected text when inserting a Hyperref (bug 10306).
+
+- Consider the argument of the hyperref-insert function even if there is a
+  selection.
+
+- Fix size of Section* headings in amsart.
+
+
 * INTERNALS
 
+- Squash annoying warning from Qt when attempting to delete a non-existent
+  file.
+
 
 * DOCUMENTATION AND LOCALIZATION
 
 - Fix compilation of the Fexynman diagram example file.
 
+- Added some comments to User Guide section 6.1 about defining formatted
+  references (bug 10545).
+
 
 * LYXHTML