]> git.lyx.org Git - features.git/commitdiff
Document change tracking file format changes.
authorJohn Levon <levon@movementarian.org>
Mon, 10 Feb 2003 11:48:54 +0000 (11:48 +0000)
committerJohn Levon <levon@movementarian.org>
Mon, 10 Feb 2003 11:48:54 +0000 (11:48 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6082 a592a061-630c-0410-9148-cb99ea01b6c8

development/ChangeLog
development/FORMAT

index 09bed536cb1e74e499e59d52d5cfe91fc3e289fc..f79a5b413fd0d82f4d9eba8f50609730481ea38b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-10  John Levon  <levon@movementarian.org>
+
+       * FORMAT: document 2.22
+
 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
 
        * Makefile.am (EXTRA_DIST): dist generated spec file as well.
index dd2c93ebc6ccd0785dbfaa5e7503bcc4b753d2ef..386323e4a9e5d46ea9ce9583d2793fab54758d2a 100644 (file)
@@ -1,6 +1,26 @@
 Changes to the LyX format since version 220 (LyX 1.2.0) was released.
 =====================================================================
 
+2003-02-10  John Levon  <levon@movementarian.org>
+
+       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  <lahaye@snu.ac.kr>
 
        * insetgraphicsParams.h (scale): is now a float, not an unsigned int.