]> git.lyx.org Git - features.git/commitdiff
Fileformat++ as a safety measure.
authorPavel Sanda <sanda@lyx.org>
Fri, 12 Feb 2010 01:57:49 +0000 (01:57 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 12 Feb 2010 01:57:49 +0000 (01:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33430 a592a061-630c-0410-9148-cb99ea01b6c8

development/FORMAT
lib/lyx2lyx/lyx_2_0.py
src/Buffer.cpp

index 5a861d808d92f9539e94f663e16604f5daf26c92..e7c3fbd6ee640f2c017a3b9a7c4406c536a6aae0 100644 (file)
@@ -1,6 +1,12 @@
 LyX file-format changes
 -----------------------
 
+2010-02-12 Pavel Sanda <sanda@lyx.org>
+       * Format incremented to 378: support for revision InsetInfo.
+         Various "vcs-*" strings could be argument of arg parameter
+         in InsetInfo. This entry is a safety measure, no lyx2lyx
+         conversion is needed in fact.
+
 2010-02-11 Uwe Stöhr <uwestoehr@web.de> and Edwin Leuven <e.leuven@uva.nl>
        * Format incremented to 377: support for multirow cells in
          tables
index 18bc549fd09549d2020822d55a16f074aad2e29f..1d8e8d2bf06eba8f083f449230729630f2a95f34 100644 (file)
@@ -1241,10 +1241,12 @@ convert = [[346, []],
            [374, []],
            [375, []],
            [376, []],
-           [377, []]
+           [377, []],
+           [378, []]
           ]
 
-revert =  [[376, [revert_multirow]],
+revert =  [[377, []],
+           [376, [revert_multirow]],
            [375, [revert_includeall]],
            [374, [revert_includeonly]],
            [373, [revert_html_options]],
index 7aa037a580107408d659cd31f0c7745c8bdc2ffb..a5bef3a7324a854e6904a7957e609700005a5be7 100644 (file)
@@ -126,7 +126,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 377; // uwestoehr: support for multirows
+int const LYX_FORMAT = 378; // ps: rev insetinfo
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;