]> 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 430f3a20f3d35342870f33cefa0102de5b60fb75..1003fa07741fa483a4b0debd227e5afd735ed700 100644 (file)
@@ -7,12 +7,28 @@ 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|subindex|sortkey], relating to
+         - \begin_inset IndexMacro [see|seealso|subentry|sortkey], relating to
            \index{...|see{content}} -- see
            \index{...|seealso{content}} -- seealso
-           \index{...!subindex} -- subindex
+           \index{...!subentry} -- subentry
            \index{sortkey@...} -- sortkey
            see and see also are mutually exclusive
          - \begin_inset Index