empty file format change due to r29840.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29841 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-05-25 08:27:12 +00:00
parent 322eb96219
commit 1d494512fc
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,11 @@
LyX file-format changes 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> 2009-05-22 Jürgen Spitzmüller <spitz@lyx.org>
* Format incremented to 360: param width for nomencl_print * Format incremented to 360: param width for nomencl_print
CommandInset. CommandInset.

View File

@ -726,10 +726,12 @@ convert = [[346, []],
[357, []], [357, []],
[358, []], [358, []],
[359, [convert_nomencl_width]], [359, [convert_nomencl_width]],
[360, []] [360, []],
[361, []]
] ]
revert = [[359, [revert_nomencl_cwidth]], revert = [[360, []],
[359, [revert_nomencl_cwidth]],
[358, [revert_nomencl_width]], [358, [revert_nomencl_width]],
[357, [revert_custom_processors]], [357, [revert_custom_processors]],
[356, [revert_ulinelatex]], [356, [revert_ulinelatex]],

View File

@ -125,7 +125,7 @@ namespace {
// Do not remove the comment below, so we get merge conflict in // Do not remove the comment below, so we get merge conflict in
// independent branches. Instead add your own. // 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<string, bool> DepClean;
typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache; typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;