From: Angus Leeming Date: Thu, 13 May 2004 20:44:35 +0000 (+0000) Subject: Store the citation engine in BufferParams as biblio::CiteEngine rather X-Git-Tag: 1.6.10~15228 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=84242142094f0247be9cdc32bbbc534073ac2922;p=features.git Store the citation engine in BufferParams as biblio::CiteEngine rather than a triplet of bools. Results in a file format change. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8752 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/ChangeLog b/development/ChangeLog index 1d2ddf86c0..656a716481 100644 --- a/development/ChangeLog +++ b/development/ChangeLog @@ -1,3 +1,7 @@ +2004-05-12 Angus Leeming + + * FORMAT: document change to format 234. + 2003-03-07 Jürgen Spitzmüller * FORMAT: document jurabib. diff --git a/development/FORMAT b/development/FORMAT index de32b9134b..42505511fb 100644 --- a/development/FORMAT +++ b/development/FORMAT @@ -1,6 +1,19 @@ LyX file-format changes ----------------------- +2004-05-12 Angus Leeming + + * format incremented to 234. + * the citation engine is specified explicitly rather than being + deduced from 3 bools. + + \use_natbib 1 + \use_numerical_citations 0 -> \cite_engine