diff --git a/development/ChangeLog b/development/ChangeLog index 09bed536cb..f79a5b413f 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,7 @@ +2003-02-10 John Levon + + * FORMAT: document 2.22 + 2003-01-12 Lars Gullik Bjønnes * Makefile.am (EXTRA_DIST): dist generated spec file as well. diff --git a/development/FORMAT b/development/FORMAT index dd2c93ebc6..386323e4a9 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,26 @@ Changes to the LyX format since version 220 (LyX 1.2.0) was released. ===================================================================== +2003-02-10 John Levon + + Format bumped to 222 + + Added \\tracking_changes 0|1 to the header. + + Added \\author to the header. This can be present multiple + times, and is of the form : + + \\author "Real Name" email@address.com + + Added \\change_deleted, \\change_inserted. Each of these does not + span a paragraph, and is delimited by "\\change_unchanged\n". Both are + of the form : + + \\change_inserted author time + + where author is an integer ID reference into the author list in + the header, and time is time_t. + 2002-10-24 Rob Lahaye * insetgraphicsParams.h (scale): is now a float, not an unsigned int.