commit 7a9b3a57aacdd27dc652daae9a1a4c4df91a324a
Author: Richard Heck <[email protected]>
Date:   Fri Nov 6 15:51:13 2015 -0500

    The cite engine info is needed by makeDocumentClass().
    
    Fixes both #9797 and #9848.
    
    (cherry picked from commit ba99ea5b88850daa09a8a2af25e3a242bafe3acb)

diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index 955f803..aed2506 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -347,6 +347,8 @@ BufferParams::BufferParams()
        : pimpl_(new Impl)
 {
        setBaseClass(defaultBaseclass());
+       cite_engine_.push_back("basic");
+       cite_engine_type_ = ENGINE_TYPE_DEFAULT;
        makeDocumentClass();
        paragraph_separation = ParagraphIndentSeparation;
        quotes_language = InsetQuotes::EnglishQuotes;
@@ -356,8 +358,6 @@ BufferParams::BufferParams()
        papersize = PAPER_DEFAULT;
        orientation = ORIENTATION_PORTRAIT;
        use_geometry = false;
-       cite_engine_.push_back("basic");
-       cite_engine_type_ = ENGINE_TYPE_DEFAULT;
        biblio_style = "plain";
        use_bibtopic = false;
        use_indices = false;
diff --git a/status.21x b/status.21x
index 98bca4e..3701ba5 100644
--- a/status.21x
+++ b/status.21x
@@ -103,6 +103,10 @@ What's new
 
 - Disable setting vertical lines when using a formal table (bug 9816).
 
+- Fix two bibliography related bugs: No default style shown in bibliography
+  dialog in certain cases, and bad enabling-disabling behavior in Document>
+  Settings> Bibliography (bugs 9797 and 9848).
+
 
 * INTERNALS
 

Reply via email to