]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
findadv: using \w instead of [[:word:]] makes test-case std::regex compatible; also...
[lyx.git] / development / FORMAT
index cffdfd71ada70e14970212beaec46668319f7e05..7c55968f88bff1ddba4129cd1accfb2dfd8f3f7d 100644 (file)
@@ -7,6 +7,33 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
+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
@@ -95,7 +122,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: