]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
LyX build for Mac - more readable disk mount management
[lyx.git] / development / FORMAT
index d03a6b4547d65be1ed88ab3726d91c940eb15aed..10cc86e0ea8767526b66eea94324a5eb90a3b15d 100644 (file)
@@ -7,6 +7,52 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
+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|subsection}
+            LaTeX support either via biblatex option "refsection" or bibtopic's
+            btUnit environment.
+          - New btprint value "bibbysection" of CommandInset bibtex:
+            outputs \bibbysection instead of \printbibliography.
+
 2017-01-28 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 532: literal command inset parameter.
          With this, inset command params with ParamInfo::HANDLING_LATEXIFY
@@ -72,7 +118,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: