X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=f903ed3ae969ccea03bc5a5b75f7970549d90fdc;hb=b32c9ae8af3a9e5c422214b859e928c84a946dbc;hp=4b782d54069881062a0446b2c4cc4e4b73e6de9e;hpb=dc4823e7590de9891b5f04de298f046fa33f71b0;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 4b782d5406..f903ed3ae9 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -7,6 +7,19 @@ changes happened in particular if possible. A good example would be ----------------------- +2020-03-13 Jürgen Spitzmüller + * Format incremented to 593: Buffer param \maintain_unincluded_children is not longer a bool + (true|false) but has three states: "no" (formerly "false"), "strict" (formerly "true") and + "mostly" (a new intermediate state). + +2020-01-11 Jürgen Spitzmüller + * Format incremented to 592: Add tabular column/row tag changed="[added|deleted] id time" + which tracks whether a whole row/column has been inserted/deleted in ct. + +2020-01-10 Jürgen Spitzmüller + * Format incremented to 591: Add buffer param \postpone_fragile_content + (option to toggle the movement of labels and stuff of moving arguments). + 2019-12-24 Jürgen Spitzmüller * Format incremented to 590: Add native changebar solution via buffer param \change_bars.