commit 7e121117bb320368a9164d3a39432a4b54789538
Author: Juergen Spitzmueller <[email protected]>
Date:   Sun Aug 13 11:53:41 2017 +0200

    Vietnamese no longer requires any special handling.
    
    It is a normal babel support package.
---
 lib/chkconfig.ltx    |    1 -
 lib/languages        |    1 -
 src/BufferParams.cpp |    3 +--
 3 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/lib/chkconfig.ltx b/lib/chkconfig.ltx
index bccd179..8161d9c 100644
--- a/lib/chkconfig.ltx
+++ b/lib/chkconfig.ltx
@@ -379,7 +379,6 @@
 \TestPackage{url}
 \TestPackage{varioref}
 \TestPackage{varwidth}
-\TestPackage[vietnamese.ldf]{vietnamese}
 \TestPackage{wallpaper}
 \TestPackage{wrapfig}
 \TestPackage{xargs}
diff --git a/lib/languages b/lib/languages
index 2828130..282d902 100644
--- a/lib/languages
+++ b/lib/languages
@@ -1198,7 +1198,6 @@ Language vietnamese
        QuoteStyle       english
        Encoding         utf8
        LangCode         vi_VN
-       Requires         vietnamese
 End
 
 Language welsh
diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index c16c308..a92c4c5 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -2050,13 +2050,12 @@ bool BufferParams::writeLaTeX(otexstream & os, 
LaTeXFeatures & features,
        // http://www.mail-archive.com/[email protected]/msg144349.html
        os << from_ascii(features.getColorOptions());
 
-       // If we use hyperref, jurabib, japanese, varioref or vietnamese,
+       // If we use hyperref, jurabib, japanese or varioref,
        // we have to call babel before
        if (use_babel
            && (features.isRequired("jurabib")
                || features.isRequired("hyperref")
                || features.isRequired("varioref")
-               || features.isRequired("vietnamese")
                || features.isRequired("japanese"))) {
                        os << features.getBabelPresettings();
                        // FIXME UNICODE

Reply via email to