]> git.lyx.org Git - lyx.git/blobdiff - development/FORMAT
Do not wrap forceTLR in \L with babel and unicode engines
[lyx.git] / development / FORMAT
index dd95edf75edc059e010d622d923e8b7e46dac29b..1003fa07741fa483a4b0debd227e5afd735ed700 100644 (file)
@@ -7,6 +7,36 @@ changes happened in particular if possible. A good example would be
 
 -----------------------
 
+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