Missing bits of Uwe's file format change from yesterday.

Uwe, please add an exact decsription of the lyxline changes to
development/FORMAT: How did the old version work, and what are the changes
of the new one.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16991 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2007-01-31 20:39:46 +00:00
parent b5212255e5
commit a980f1bd61
4 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,10 @@
LyX file-format changes
-----------------------§
2007-01-30 Uwe Stöhr
* format incremented to 257: lyxline changes
2006-12-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* format incremented to 256: allow some new inputenc settings.

View File

@ -73,7 +73,7 @@ format_relation = [("0_06", [200], generate_minor_versions("0.6" , 4)),
("1_2", [220], generate_minor_versions("1.2" , 4)),
("1_3", [221], generate_minor_versions("1.3" , 7)),
("1_4", range(222,246), generate_minor_versions("1.4" , 3)),
("1_5", range(246,258), generate_minor_versions("1.5" , 0))]
("1_5", range(246,259), generate_minor_versions("1.5" , 0))]
def formats_list():

View File

@ -855,9 +855,11 @@ convert = [[246, []],
[254, [convert_esint]],
[255, []],
[256, []],
[257, [convert_caption, convert_lyxline]]]
[257, [convert_caption]],
[258, [convert_lyxline]]]
revert = [[256, [revert_caption]],
revert = [[257, []],
[256, [revert_caption]],
[255, [revert_encodings]],
[254, [revert_clearpage, revert_cleardoublepage]],
[253, [revert_esint]],

View File

@ -141,7 +141,7 @@ using std::string;
namespace {
int const LYX_FORMAT = 257;
int const LYX_FORMAT = 258;
} // namespace anon