]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
* ca/Intro.lyx from Daniel
[lyx.git] / development / FORMAT
index 2fff88521905f38f5901fc060d07abaa94874dea..2687c18a799eda30fbd9b9060568dc37c3f974a2 100644 (file)
@@ -7,6 +7,89 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
+2023-08-01 Udi Fogiel <udifoglle@gmail.com>
+       * Format incremented to 618: Hebrew quote style
+         New buffer param \quotes_style hebrew
+         \begin_inset Quotes d{l,r}{d,s}
+
+2023-07-20 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 617: Update covington support in linguistics module:
+       - Support enviroment option of example and examples
+       - Support angular item argument of examples and subexamples (this shifts item
+         argument structure)
+       - Support new optional arguments of \digloss and \trigloss (this shifts argument
+         structure)
+       - Support \expreamble, \subexpreamble \expostamble, \subexpostamble  macros
+
+2023-06-11 Enrico Forestieri <forenr@lyx.org>
+       * Format incremented to 616: Do not output LaTeX for a macro if the LaTeX part is empty
+       - This allows the user to define the LyX display for LaTeX commands
+         that are already defined (e.g., in user preamble or a package).
+       - No substantive change to file format. Format change just in case someone defined a
+         math macro with an empty LaTeX field. In that case, lyx2lyx adds {} to the LaTeX 
+         part on conversion and removes the macro altogether on reversion.
+
+2023-04-02 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 615: Unifiy spelling of "acknowledgment" styles
+         (using US spelling throughout)
+
+2022-12-25 Richard Kimberly Heck <rikiheck@lyx.org>
+       * Format incremented to 614: New "Other" type for hyperlinks
+
+2022-12-11 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 613: Support \\fonts_default_family for non-TeX fonts.
+
+2022-12-04 Daniel Ramöller <d.lyx@web.de>
+       * Format incremented to 612: Implement support for starred crossref commands (with
+         hyperref) which suppress links:
+         - \begin_inset CommandInset ref
+               LatexCommand {ref,pageref,vref,vpageref,eqref,nameref}
+               [...]
+               nolink "true"
+            => \<cmd>*{<label>}
+
+2022-11-27 Yuriy Skalko <yuriy.skalko@gmail.com>
+       * Format incremented to 611: Implement "semantic linefeeds" after punctuation marks.
+         Dummy format change for now.
+
+2022-10-29 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 610: InsetIndexMacros and new IndexInset params:
+         - \begin_inset IndexMacro [see|seealso|subentry|sortkey], relating to
+           \index{...|see{content}} -- see
+           \index{...|seealso{content}} -- seealso
+           \index{...!subentry} -- subentry
+           \index{sortkey@...} -- sortkey
+           see and see also are mutually exclusive
+         - \begin_inset Index
+            range start -- \index{...|(}
+            range end -- \index{...|)}
+            pageformat cmd -- \index{...|cmd}
+           pageformat and see[also] are mutually exclusive.
+
+2022-02-11 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 609: \\begin_metadata ... \\end_metadata buffer param.
+         This takes a list of keyvals for the new \\DocumentMetadata command
+         (introduced in LaTeX 06/2022) which must be output at the very begin
+         of the document (before \\documentclass).
+
+2021-03-23 Thibaut Cuvelier <tcuvelier@lyx.org> 
+       * Format incremented to 608: DocBook MathML-namespace prefix with the
+         \docbook_mathml_prefix buffer parameter (enumerated value:
+         MathMLNameSpacePrefix). Only common values for the prefix are proposed
+         to the user, instead of a free-form field, for simplicity.
+
+2021-03-06 Jürgen Spitzmüller <spitz@lyx.org> 
+       * Format incremented to 607: \\spellchecker_ignore buffer param.
+
+2021-01-28 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 606: Support KOMA \frontispiece.
+
+2021-01-22 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 605: Extended variable table cell support.
+         - Multicolumn now supports multiple paragraphs in non-fixed-width context.
+         - Multicolumn now supports valign in non-fixed-width context.
+         - varwidth columns now properly align horizontally and vertically.
+
 2021-01-19 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 604: Branch colors now take two values:
          \color lightmode darkmode