From 6bf507826c9b3d21d8065f7177623026d403c89a Mon Sep 17 00:00:00 2001 From: John Levon Date: Mon, 10 Feb 2003 11:48:54 +0000 Subject: [PATCH] Document change tracking file format changes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6082 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/ChangeLog | 4 ++++ development/FORMAT | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) 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.