]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Collapsable -> Collapsible (part 1)
[lyx.git] / development / FORMAT
index 49d377b42e1e1020425557abfeac182e606b97b6..5e0c5bf0cc9d4f4ba518b5228b299204aa9bf720 100644 (file)
@@ -7,9 +7,69 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
+2017-06-06 Enrico Forestieri <forenr@lyx.org>
+       * Format incremented to 544: support for minted.
+         The listings inset now supports also the minted package.
+         - New buffer param \use_minted {true|false}
+
+2017-05-13 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 543: rename buffer parameter
+         math_number_before to math_numbering_side
+
+2017-04-25 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 542: support for document class option "leqno"
+         New buffer parameter \math_number_before
+
+2017-04-19 Günter Milde <milde@lyx.org>
+       * Format incremented to 541: changes \SpecialChar:
+         - new argument "allowbreak" to mark an optional line break
+           without inserting a hyphen (= ZWSP). See #10585.
+
+2017-04-15 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 540: support for rotated float placements
+         - no new LFUN or buffer parameters
+
+2017-04-08 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 539: support for \baselineskip.
+         - new length unit BLS
+
+2017-04-05 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 538: support for document class option "fleqn"
+         and for length \mathindent.
+         New buffer parameters
+         - \is_math_indent
+         - \math_indentation
+
+2017-04-04 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 537: support for \xout.
+         Character style via ulem's \xout. New
+         LFUN_FONT_CROSSOUT
+
+2017-04-04 Uwe Stöhr <uwestoehr@web.de>
+       * Format incremented to 536: support for Noto fonts.
+         - \usepackage[rm]{noto} > \font_roman "NotoSerif-TLF" "<nontexfont>"
+         - \usepackage[sf]{noto} > \font_sans "NotoSans-TLF" "<nontexfont>"
+         - \renewcommand{\ttdefault}{NotoMono-TLF} 
+                 > \font_typewriter "NotoMono-TLF" "<nontexfont>"
+
+2017-03-19 Enrico Forestieri <forenr@lyx.org>
+       * Format incremented to 535: support for en/em-dash as ligatures.
+         The en- and em-dashes (U+2013 and U+2014) are now exported as
+         the font ligatures -- and --- when they would have been exported
+         as the macros \textendash and \textemdash, unless instructed
+         otherwise by a document preference.
+         - New buffer param \use_dash_ligatures {true|false}
+
+2017-02-04 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 534: Support for chapterbib
+          - New buffer param value \multibib child
+            LaTeX support either via biblatex's \newrefsection at the beginning
+            of child documents, chapterbib or bibtopic's btUnit environment
+            embracing the child content (if subdivided bibliography is requested).
+
 2017-02-04 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 533: Support for multiple bibliographies
-          - New buffer param \multibib {none|part|chapter|section|subsetion}
+          - New buffer param \multibib {none|part|chapter|section|subsection}
             LaTeX support either via biblatex option "refsection" or bibtopic's
             btUnit environment.
           - New btprint value "bibbysection" of CommandInset bibtex:
@@ -80,7 +140,7 @@ changes happened in particular if possible. A good example would be
 2016-12-25 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 522: Implement dynamic quotation marks.
           \begin_inset Quotes x..
-          New buffer param \dynamic_quotation true|false
+          New buffer param \dynamic_quotes true|false
 
 2016-12-24 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 521:
@@ -1290,7 +1350,7 @@ changes happened in particular if possible. A good example would be
        * Format incremented to 290: Add table wrap floats
 
 2007-10-03 Martin Vermeer <martin.vermeer@tkk.fi>
-       * Format incremented to 289: make Index a collapsable inset.
+       * Format incremented to 289: make Index a collapsible inset.
 
 2007-09-25 Richard Heck <rgheck@lyx.org>
        * Format incremented to 288: Change how command insets are
@@ -1333,7 +1393,7 @@ changes happened in particular if possible. A good example would be
 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>
 
        * format incremented to 280: the show_label parameter
-         is depreciated in favour of (Collapsable) status.
+         is depreciated in favour of (Collapsible) status.
 
 2007-08-17 Martin Vermeer <martin.vermeer@tkk.fi>