]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Try yet again try to fix bug #9158.
[lyx.git] / development / FORMAT
index 6f5ee2e48dcfe51ae2da98ba29d5539534232595..e54fddbadc60681a27732c236024b325c6344710 100644 (file)
@@ -7,7 +7,70 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
-2018-04-24  Jürgen Spitzmüller <spitz@lyx.org>
+
+2018-08-16  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 563: New inset argument type "listpreamble". The content will
+          be inserted between environment begin and first \item of a list.
+
+2018-08-13  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 562: New info-inset type l7n. This returns a localized version
+          of a string (in the GUI language) if available, removing trailing colons and
+          accelerator marks.
+
+2018-08-10  Kornel Benko <kornel@lyx.org>
+       * format incremented to 561: Added DejaVu and IBM Plex fonts.
+
+2018-08-07  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 560: Time-related info insets: time, modtime, fixtime;
+          new buffer info inset type: name-noext.
+
+2018-08-04  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 559: Date-related info insets: date, moddate, fixdate.
+
+2018-07-30  Kornel Benko <kornel@lyx.org>
+       * format incremented to 558: Remove Begin/EndFrontmatter styles from elsarticle layout.
+
+2018-07-29  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 557: Separate vcs Info inset from buffer Info inset.
+
+2018-07-07  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 556: Support for bib file encoding.
+          - New param "encoding" for CommandInset bibtex
+          This will be used for biblatex output as bibencoding package option,
+          for BibTeX, \bibliography will be wrapped into 
+          \bgroup\inputencoding{<enc>}...\egroup
+
+2018-07-01  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 555: Support varwidth's V tabular column type.
+          This effectively enables linebreaks, multipars and layout changes in
+          non-fixed width (i.e., standard) table columns.
+
+2018-06-23  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 554: Support tabularx and xltabular:
+         - add column flag "varwidth=true", which will output column type 'X'
+           with either tabularx or xltabular (for multi-page tables) environment.
+
+2018-05-21  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 553: Support \cite command in tufte classes.
+         This builds on an extension of the natbib CiteEngine by tufte.
+
+2018-05-10  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 552: support for float alignment
+         - add buffer param \float_alignment [class|left|center|right]
+         - add buffer param \float_placement class
+         - add float param alignment [class|document|left|center|right]
+         - add float param placement class (=> new param)
+         - add float param placement document(=> like formerly empty param)
+
+2018-05-06  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 551: add font info param \nospellcheck that prevents
+          text from being spellchecked.
+
+2018-04-22  Jürgen Spitzmüller <spitz@lyx.org>
+       * format incremented to 550: rename \fontencoding global to \fontencoding auto.
+         Semantic change: this is now automatically set depending on the document fonts.
+
+2018-04-21  Jürgen Spitzmüller <spitz@lyx.org>
        * format incremented to 549: change \textcyr to \textcyrillic.
          Dummy format change for now (in case it turns out we need to do something).