]> git.lyx.org Git - features.git/commitdiff
empty file format change due to r29840.
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 25 May 2009 08:27:12 +0000 (08:27 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 25 May 2009 08:27:12 +0000 (08:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29841 a592a061-630c-0410-9148-cb99ea01b6c8

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

index cc5ee4d89fd38f6ffc368ef370e3645301196ae5..3a779eadfac0137034ce31df2aec6d6e7b659df7 100644 (file)
@@ -1,6 +1,11 @@
 LyX file-format changes
 -----------------------
 
+2009-05-25 Jürgen Spitzmüller <spitz@lyx.org>
+       * Format incremented to 361: support for custom setting of
+         bibliography (longest) label width.
+         Empty file format change.
+
 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
        * Format incremented to 360: param width for nomencl_print
        CommandInset.
index 2d562a373f22271f5af20b23fc793fc3c4b298ee..90f4d0e1e3f6d8c18ff79532b1eb14d50102d8f1 100644 (file)
@@ -726,10 +726,12 @@ convert = [[346, []],
            [357, []],
            [358, []],
            [359, [convert_nomencl_width]],
-           [360, []]
+           [360, []],
+           [361, []]
           ]
 
-revert =  [[359, [revert_nomencl_cwidth]],
+revert =  [[360, []],
+           [359, [revert_nomencl_cwidth]],
            [358, [revert_nomencl_width]],
            [357, [revert_custom_processors]],
            [356, [revert_ulinelatex]],
index ae6d82e94bacc7b8b0d51d7b9ab53b23f2ff550f..cbda6b010a06eaf4c11fd53196681e3748072b0a 100644 (file)
@@ -125,7 +125,7 @@ namespace {
 
 // Do not remove the comment below, so we get merge conflict in
 // independent branches. Instead add your own.
-int const LYX_FORMAT = 360;  // jspitzm: nomencl custom width
+int const LYX_FORMAT = 361;  // jspitzm: bibliography custom width
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;