X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FFORMAT;h=7dc61bb28e1c78f67d9d81b356830d1399fe1640;hb=7868bdc44b5497950098ce9ae99a1827aa645b60;hp=08f3ed1446dcc90844085b94e64aadee34b66fec;hpb=9fd8a869616cad617d0db8b022119c35855ea39d;p=lyx.git diff --git a/development/FORMAT b/development/FORMAT index 08f3ed1446..7dc61bb28e 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,5 +1,32 @@ LyX file-format changes -----------------------§ +2007-02-22 José Matos + + * format incremented to 263: changes in the language names (overdue): + brazil -> brazilian + portuges -> portuguese + +2007-02-16 Georg Baum + + * format incremented to 262: Allow ascii \inputencoding + +2007-02-14 Georg Baum + + * format incremented to 261: \output_changes is now considered + even if \tracking_changes is false. This allows to output existing + changes even if future changes are not tracked anymore. + The old combination + + \tracking_changes false + \output_changes true + + is therefore converted to + + \tracking_changes false + \output_changes false + + on upgrade. Nothing is done on downgrade since the new behaviour is + not supported in older formats. 2007-02-13 Georg Baum