]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
LyX build for Mac - more readable disk mount management
[lyx.git] / development / FORMAT
index 76c9682505cd3904ea46a0def01dfc9ae99c4f71..10cc86e0ea8767526b66eea94324a5eb90a3b15d 100644 (file)
@@ -5,12 +5,121 @@ Please keep the entries informative enough, i.e. try to indicate what
 changes happened in particular if possible. A good example would be
 2010-01-10 entry.
 
-Please also indicate the revision at which your change was committed.
-This will help later people understand what you did, especially as
-adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
-
 -----------------------
 
+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
+         can be passed to LaTeX either verbatim or latexified.
+
+2017-01-21 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 531: Support for qualified citation lists.
+         \begin_inset CommandInset citation
+           New params: pretextlist, posttextlist
+           A tab-separated list consisting of a cite key, a space and the the
+           pre- or postnote associated with that specific key.
+
+2017-01-13 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 530: Support natbib & jurabib package options.
+
+
+2017-01-13 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 529:
+         \begin_inset CommandInset citation
+           New LatexCommand value: keyonly -> outputs only the key,
+           without any cite command.
+
+2017-01-08 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 528: Biblatex support
+         - New buffer param options:
+            \cite_engine biblatex | biblatex-natbib
+         - New buffer params:
+           \biblatex_bibstyle > biblatex bibliography style
+                                (package option bibstyle=)
+           \biblatex_citestyle > biblatex citation style
+                                (package option citestyle=)
+           \biblio_options > further biblatex package options
+          - \begin_inset CommandInset bibtex:
+            New param "biblatexopts" > options to \printbibliography
+         - \begin_inset CommandInset citation
+           New LatexCommand values: citebyear[][], Footcite[][],
+               Autocite[][], citetitle*[][], footfullcite[][],
+               supercite, Citeauthor*[][]
+
+2017-01-02 Richard Heck <rgheck@lyx.org>
+       * Format incremented to 526: Support plural and capitalize options
+         for refstyle-based references
+         - plural "bool"
+         - caps "bool"
+
+2017-01-02 Richard Heck <rgheck@lyx.org>
+       * Format incremented to 525: Label only option for references
+         - LaTeXCommand labelonly
+
+2016-12-29 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 524: Support Crimson/Cochineal fonts
+         - \usepackage{cochineal} > \font_roman "cochineal" "<nontexfont>"
+            - [osf] > \font_osf true
+         - \usepackage{crimson} > \font_roman "cochineal" "<nontexfont>"
+          - \usepackage[cochineal]{newtxmath} 
+             > \font_math "cochineal-ntxm" "<nontexfont>"
+
+2016-12-26 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 523: Implement cjk quotation marks.
+          - cjk (corner marks): \begin_inset Quotes j..
+          - cjkangle (angle brackets): \begin_inset Quotes k..
+
+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_quotes true|false
+
 2016-12-24 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 521:
           Introduce new quote styles:
@@ -20,7 +129,7 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
           - frenchin \begin_inset Quotes i..
           - russian \begin_inset Quotes r..
           Change default behavior of French quote style:
-          - Inner quotes are now ``..''.
+          - Inner quotes are now ``...''.
           - Former french style is now called "swiss"
 
 2016-12-21 Jürgen Spitzmüller <spitz@lyx.org>
@@ -425,11 +534,11 @@ adjustments are made to tex2lyx and bugs are fixed in lyx2lyx.
 
 2012-12-04 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 450: Support for the URW Garamond LaTeX fonts.
-         - \usepackage{garamondx} > \font_serif garamondx
+         - \usepackage{garamondx} > \font_roman garamondx
             - [osf], [osfI] > \font_osf true
          - \usepackage[garamondx]{newtxmath} > \font_math garamondx-ntxm
          Also (fallback):
-         - \renewcommand{\sffamily}{ugm} > \font_serif garamondx
+         - \renewcommand{\sffamily}{ugm} > \font_roman garamondx
 
 2012-11-29 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 449: Support for \item arguments.