texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: 6.8


From: Gavin D. Smith
Subject: branch master updated: 6.8
Date: Sat, 03 Jul 2021 05:32:37 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 598e673  6.8
598e673 is described below

commit 598e673b5f1c24766d52f32552db06f5949d160d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sat Jul 3 10:32:17 2021 +0100

    6.8
    
    * configure.ac, NEWS, util/texi2dvi, util/texi2pdf: versionn
    * tp/Texinfo/Documentlanguages.pm: Regenerate.
---
 ChangeLog                            |   7 +
 NEWS                                 |   1 +
 configure.ac                         |   4 +-
 tp/Texinfo/Common.pm                 |   2 +-
 tp/Texinfo/Convert/Converter.pm      |   2 +-
 tp/Texinfo/Convert/DocBook.pm        |   2 +-
 tp/Texinfo/Convert/HTML.pm           |   2 +-
 tp/Texinfo/Convert/IXIN.pm           |   2 +-
 tp/Texinfo/Convert/IXINSXML.pm       |   2 +-
 tp/Texinfo/Convert/Info.pm           |   2 +-
 tp/Texinfo/Convert/Paragraph.pm      |   2 +-
 tp/Texinfo/Convert/Plaintext.pm      |   2 +-
 tp/Texinfo/Convert/Texinfo.pm        |   2 +-
 tp/Texinfo/Convert/TexinfoSXML.pm    |   2 +-
 tp/Texinfo/Convert/TexinfoXML.pm     |   2 +-
 tp/Texinfo/Convert/Text.pm           |   2 +-
 tp/Texinfo/Documentlanguages.pm      |  59 ++++
 tp/Texinfo/MiscXS.pm                 |   2 +-
 tp/Texinfo/Parser.pm                 |   2 +-
 tp/Texinfo/ParserNonXS.pm            |   2 +-
 tp/Texinfo/Structuring.pm            |   2 +-
 tp/Texinfo/XSLoader.pm               |   2 +-
 tp/maintain/language-subtag-registry | 582 ++++++++++++++++++++++++++++++++++-
 util/pdftexi2dvi                     |   2 +-
 util/texi2dvi                        |   2 +-
 util/texi2pdf                        |   2 +-
 26 files changed, 655 insertions(+), 40 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 341558f..5cf2c94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-07-03  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       6.8
+
+       * configure.ac, NEWS, util/texi2dvi, util/texi2pdf: versionn
+       * tp/Texinfo/Documentlanguages.pm: Regenerate.
+
 2021-07-02  Gavin Smith  <gavinsmith0123@gmail.com>
 
        * INSTALL: Refer to doc/README.  From Patrice.
diff --git a/NEWS b/NEWS
index 95a2cbb..7282c1f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ See the manual for detailed information.
 
 ------------------------------------------------------------------------------
 
+6.8 (3 July 2021)
 * Language
   . new command @displaymath for formatting of mathematical notation
   . @example takes an argument to specify the language
diff --git a/configure.ac b/configure.ac
index 0c6695b..6973b0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script.
 #
-# Copyright 2002-2020 Free Software Foundation, Inc.
+# Copyright 2002-2021 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -10,7 +10,7 @@
 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 #
-AC_INIT([GNU Texinfo], [6.7.92], [bug-texinfo@gnu.org])
+AC_INIT([GNU Texinfo], [6.8], [bug-texinfo@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 3543378..1d39714 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -64,7 +64,7 @@ valid_tree_transformation
 __ __p print_tree
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # i18n
 sub N__($)
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index e4a358a..258ef30 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -49,7 +49,7 @@ xml_accents
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,
diff --git a/tp/Texinfo/Convert/DocBook.pm b/tp/Texinfo/Convert/DocBook.pm
index 7a9b500..a689976 100644
--- a/tp/Texinfo/Convert/DocBook.pm
+++ b/tp/Texinfo/Convert/DocBook.pm
@@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';
diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index a4066f0..bd48b79 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -83,7 +83,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;
diff --git a/tp/Texinfo/Convert/IXIN.pm b/tp/Texinfo/Convert/IXIN.pm
index f58b665..6647059 100644
--- a/tp/Texinfo/Convert/IXIN.pm
+++ b/tp/Texinfo/Convert/IXIN.pm
@@ -47,7 +47,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my $ixin_version = 1;
 
diff --git a/tp/Texinfo/Convert/IXINSXML.pm b/tp/Texinfo/Convert/IXINSXML.pm
index 0316426..e2f5135 100644
--- a/tp/Texinfo/Convert/IXINSXML.pm
+++ b/tp/Texinfo/Convert/IXINSXML.pm
@@ -46,7 +46,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 1d1e5da..af4fbee 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -43,7 +43,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my $STDIN_DOCU_NAME = 'stdin';
 
diff --git a/tp/Texinfo/Convert/Paragraph.pm b/tp/Texinfo/Convert/Paragraph.pm
index 3694018..e32891f 100644
--- a/tp/Texinfo/Convert/Paragraph.pm
+++ b/tp/Texinfo/Convert/Paragraph.pm
@@ -20,7 +20,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '6.7.92';
+our $VERSION = '6.8';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Convert/Plaintext.pm b/tp/Texinfo/Convert/Plaintext.pm
index 85506eb..7402eb9 100644
--- a/tp/Texinfo/Convert/Plaintext.pm
+++ b/tp/Texinfo/Convert/Plaintext.pm
@@ -61,7 +61,7 @@ sub import {
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;
diff --git a/tp/Texinfo/Convert/Texinfo.pm b/tp/Texinfo/Convert/Texinfo.pm
index 5ace408..0e01fe9 100644
--- a/tp/Texinfo/Convert/Texinfo.pm
+++ b/tp/Texinfo/Convert/Texinfo.pm
@@ -40,7 +40,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    
diff --git a/tp/Texinfo/Convert/TexinfoSXML.pm 
b/tp/Texinfo/Convert/TexinfoSXML.pm
index 2ece3eb..5098a90 100644
--- a/tp/Texinfo/Convert/TexinfoSXML.pm
+++ b/tp/Texinfo/Convert/TexinfoSXML.pm
@@ -43,7 +43,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # SXML specific
 my %defaults = (
diff --git a/tp/Texinfo/Convert/TexinfoXML.pm b/tp/Texinfo/Convert/TexinfoXML.pm
index 332fc0b..5a962a4 100644
--- a/tp/Texinfo/Convert/TexinfoXML.pm
+++ b/tp/Texinfo/Convert/TexinfoXML.pm
@@ -45,7 +45,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # XML specific
 my %defaults = (
diff --git a/tp/Texinfo/Convert/Text.pm b/tp/Texinfo/Convert/Text.pm
index f62e916..22a2146 100644
--- a/tp/Texinfo/Convert/Text.pm
+++ b/tp/Texinfo/Convert/Text.pm
@@ -48,7 +48,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.
diff --git a/tp/Texinfo/Documentlanguages.pm b/tp/Texinfo/Documentlanguages.pm
index cb97616..a0ffd96 100644
--- a/tp/Texinfo/Documentlanguages.pm
+++ b/tp/Texinfo/Documentlanguages.pm
@@ -507,6 +507,7 @@ our %language_codes = (
 'aqc' => 1,
 'aqd' => 1,
 'aqg' => 1,
+'aqk' => 1,
 'aql' => 1,
 'aqm' => 1,
 'aqn' => 1,
@@ -1030,6 +1031,7 @@ our %language_codes = (
 'bpa' => 1,
 'bpb' => 1,
 'bpd' => 1,
+'bpe' => 1,
 'bpg' => 1,
 'bph' => 1,
 'bpi' => 1,
@@ -1429,6 +1431,7 @@ our %language_codes = (
 'cka' => 1,
 'ckh' => 1,
 'ckl' => 1,
+'ckm' => 1,
 'ckn' => 1,
 'cko' => 1,
 'ckq' => 1,
@@ -1556,6 +1559,7 @@ our %language_codes = (
 'cst' => 1,
 'csu' => 1,
 'csv' => 1,
+'csx' => 1,
 'csy' => 1,
 'csz' => 1,
 'cta' => 1,
@@ -1571,6 +1575,7 @@ our %language_codes = (
 'ctp' => 1,
 'ctt' => 1,
 'ctu' => 1,
+'cty' => 1,
 'ctz' => 1,
 'cua' => 1,
 'cub' => 1,
@@ -1746,6 +1751,7 @@ our %language_codes = (
 'dju' => 1,
 'djw' => 1,
 'dka' => 1,
+'dkg' => 1,
 'dkk' => 1,
 'dkl' => 1,
 'dkr' => 1,
@@ -1759,6 +1765,7 @@ our %language_codes = (
 'dmc' => 1,
 'dmd' => 1,
 'dme' => 1,
+'dmf' => 1,
 'dmg' => 1,
 'dmk' => 1,
 'dml' => 1,
@@ -1875,6 +1882,7 @@ our %language_codes = (
 'duz' => 1,
 'dva' => 1,
 'dwa' => 1,
+'dwk' => 1,
 'dwl' => 1,
 'dwr' => 1,
 'dws' => 1,
@@ -1899,6 +1907,7 @@ our %language_codes = (
 'dzl' => 1,
 'dzn' => 1,
 'eaa' => 1,
+'ebc' => 1,
 'ebg' => 1,
 'ebo' => 1,
 'ebr' => 1,
@@ -1915,6 +1924,7 @@ our %language_codes = (
 'ego' => 1,
 'egx' => 1,
 'egy' => 1,
+'ehs' => 1,
 'ehu' => 1,
 'eip' => 1,
 'eit' => 1,
@@ -1949,11 +1959,13 @@ our %language_codes = (
 'emn' => 1,
 'emo' => 1,
 'emp' => 1,
+'emq' => 1,
 'ems' => 1,
 'emu' => 1,
 'emw' => 1,
 'emx' => 1,
 'emy' => 1,
+'emz' => 1,
 'ena' => 1,
 'enc' => 1,
 'end' => 1,
@@ -2036,6 +2048,7 @@ our %language_codes = (
 'fgr' => 1,
 'fia' => 1,
 'fie' => 1,
+'fif' => 1,
 'fil' => 1,
 'fip' => 1,
 'fir' => 1,
@@ -2165,6 +2178,7 @@ our %language_codes = (
 'gea' => 1,
 'geb' => 1,
 'ged' => 1,
+'gef' => 1,
 'geg' => 1,
 'geh' => 1,
 'gei' => 1,
@@ -2213,6 +2227,7 @@ our %language_codes = (
 'gie' => 1,
 'gig' => 1,
 'gih' => 1,
+'gii' => 1,
 'gil' => 1,
 'gim' => 1,
 'gin' => 1,
@@ -2238,6 +2253,7 @@ our %language_codes = (
 'gkn' => 1,
 'gko' => 1,
 'gku' => 1,
+'glb' => 1,
 'glc' => 1,
 'gld' => 1,
 'glh' => 1,
@@ -2259,6 +2275,7 @@ our %language_codes = (
 'gml' => 1,
 'gmn' => 1,
 'gmq' => 1,
+'gmr' => 1,
 'gmu' => 1,
 'gmv' => 1,
 'gmw' => 1,
@@ -2407,6 +2424,7 @@ our %language_codes = (
 'gyo' => 1,
 'gyr' => 1,
 'gyy' => 1,
+'gyz' => 1,
 'gza' => 1,
 'gzi' => 1,
 'gzn' => 1,
@@ -2468,6 +2486,7 @@ our %language_codes = (
 'hix' => 1,
 'hka' => 1,
 'hke' => 1,
+'hkh' => 1,
 'hkk' => 1,
 'hkn' => 1,
 'hks' => 1,
@@ -2488,6 +2507,7 @@ our %language_codes = (
 'hmx' => 1,
 'hna' => 1,
 'hne' => 1,
+'hng' => 1,
 'hnh' => 1,
 'hni' => 1,
 'hnn' => 1,
@@ -2762,6 +2782,7 @@ our %language_codes = (
 'jbi' => 1,
 'jbj' => 1,
 'jbk' => 1,
+'jbm' => 1,
 'jbn' => 1,
 'jbo' => 1,
 'jbr' => 1,
@@ -2813,6 +2834,7 @@ our %language_codes = (
 'jko' => 1,
 'jkp' => 1,
 'jkr' => 1,
+'jks' => 1,
 'jku' => 1,
 'jle' => 1,
 'jls' => 1,
@@ -3773,6 +3795,7 @@ our %language_codes = (
 'lrv' => 1,
 'lrz' => 1,
 'lsa' => 1,
+'lsb' => 1,
 'lsd' => 1,
 'lse' => 1,
 'lsg' => 1,
@@ -3828,6 +3851,7 @@ our %language_codes = (
 'lwt' => 1,
 'lwu' => 1,
 'lww' => 1,
+'lxm' => 1,
 'lya' => 1,
 'lyg' => 1,
 'lyn' => 1,
@@ -4798,6 +4822,7 @@ our %language_codes = (
 'nqn' => 1,
 'nqo' => 1,
 'nqq' => 1,
+'nqt' => 1,
 'nqy' => 1,
 'nra' => 1,
 'nrb' => 1,
@@ -4817,6 +4842,7 @@ our %language_codes = (
 'nrx' => 1,
 'nrz' => 1,
 'nsa' => 1,
+'nsb' => 1,
 'nsc' => 1,
 'nsd' => 1,
 'nse' => 1,
@@ -4956,6 +4982,7 @@ our %language_codes = (
 'obu' => 1,
 'oca' => 1,
 'och' => 1,
+'ocm' => 1,
 'oco' => 1,
 'ocu' => 1,
 'oda' => 1,
@@ -4979,6 +5006,7 @@ our %language_codes = (
 'ojv' => 1,
 'oka' => 1,
 'okb' => 1,
+'okc' => 1,
 'okd' => 1,
 'oke' => 1,
 'okg' => 1,
@@ -4994,6 +5022,7 @@ our %language_codes = (
 'oku' => 1,
 'okv' => 1,
 'okx' => 1,
+'okz' => 1,
 'ola' => 1,
 'old' => 1,
 'ole' => 1,
@@ -5021,6 +5050,7 @@ our %language_codes = (
 'omv' => 1,
 'omw' => 1,
 'omx' => 1,
+'omy' => 1,
 'ona' => 1,
 'onb' => 1,
 'one' => 1,
@@ -5063,6 +5093,7 @@ our %language_codes = (
 'osa' => 1,
 'osc' => 1,
 'osi' => 1,
+'osn' => 1,
 'oso' => 1,
 'osp' => 1,
 'ost' => 1,
@@ -5600,6 +5631,7 @@ our %language_codes = (
 'ruz' => 1,
 'rwa' => 1,
 'rwk' => 1,
+'rwl' => 1,
 'rwm' => 1,
 'rwo' => 1,
 'rxd' => 1,
@@ -5687,6 +5719,7 @@ our %language_codes = (
 'sdm' => 1,
 'sdo' => 1,
 'sdp' => 1,
+'sdq' => 1,
 'sdr' => 1,
 'sds' => 1,
 'sdt' => 1,
@@ -5954,6 +5987,7 @@ our %language_codes = (
 'sqs' => 1,
 'sqt' => 1,
 'squ' => 1,
+'sqx' => 1,
 'sra' => 1,
 'srb' => 1,
 'sre' => 1,
@@ -6032,6 +6066,7 @@ our %language_codes = (
 'suk' => 1,
 'sul' => 1,
 'sum' => 1,
+'suo' => 1,
 'suq' => 1,
 'sur' => 1,
 'sus' => 1,
@@ -6618,6 +6653,7 @@ our %language_codes = (
 'tyu' => 1,
 'tyv' => 1,
 'tyx' => 1,
+'tyy' => 1,
 'tyz' => 1,
 'tza' => 1,
 'tzh' => 1,
@@ -6659,12 +6695,14 @@ our %language_codes = (
 'uka' => 1,
 'ukg' => 1,
 'ukh' => 1,
+'uki' => 1,
 'ukk' => 1,
 'ukl' => 1,
 'ukp' => 1,
 'ukq' => 1,
 'uks' => 1,
 'uku' => 1,
+'ukv' => 1,
 'ukw' => 1,
 'uky' => 1,
 'ula' => 1,
@@ -6694,6 +6732,7 @@ our %language_codes = (
 'una' => 1,
 'une' => 1,
 'ung' => 1,
+'uni' => 1,
 'unk' => 1,
 'unn' => 1,
 'unp' => 1,
@@ -6789,9 +6828,11 @@ our %language_codes = (
 'vkj' => 1,
 'vkl' => 1,
 'vkm' => 1,
+'vkn' => 1,
 'vko' => 1,
 'vkp' => 1,
 'vku' => 1,
+'vkz' => 1,
 'vlp' => 1,
 'vls' => 1,
 'vma' => 1,
@@ -6943,6 +6984,7 @@ our %language_codes = (
 'wlc' => 1,
 'wle' => 1,
 'wlg' => 1,
+'wlh' => 1,
 'wli' => 1,
 'wlk' => 1,
 'wll' => 1,
@@ -6960,6 +7002,7 @@ our %language_codes = (
 'wmc' => 1,
 'wmd' => 1,
 'wme' => 1,
+'wmg' => 1,
 'wmh' => 1,
 'wmi' => 1,
 'wmm' => 1,
@@ -7224,9 +7267,12 @@ our %language_codes = (
 'xng' => 1,
 'xnh' => 1,
 'xni' => 1,
+'xnj' => 1,
 'xnk' => 1,
+'xnm' => 1,
 'xnn' => 1,
 'xno' => 1,
+'xnq' => 1,
 'xns' => 1,
 'xnt' => 1,
 'xnu' => 1,
@@ -7244,11 +7290,16 @@ our %language_codes = (
 'xor' => 1,
 'xow' => 1,
 'xpa' => 1,
+'xpb' => 1,
 'xpc' => 1,
+'xpd' => 1,
+'xpf' => 1,
 'xpg' => 1,
+'xph' => 1,
 'xpi' => 1,
 'xpj' => 1,
 'xpk' => 1,
+'xpl' => 1,
 'xpm' => 1,
 'xpn' => 1,
 'xpo' => 1,
@@ -7258,7 +7309,11 @@ our %language_codes = (
 'xps' => 1,
 'xpt' => 1,
 'xpu' => 1,
+'xpv' => 1,
+'xpw' => 1,
+'xpx' => 1,
 'xpy' => 1,
+'xpz' => 1,
 'xqa' => 1,
 'xqt' => 1,
 'xra' => 1,
@@ -7546,6 +7601,7 @@ our %language_codes = (
 'ysd' => 1,
 'ysg' => 1,
 'ysl' => 1,
+'ysm' => 1,
 'ysn' => 1,
 'yso' => 1,
 'ysp' => 1,
@@ -7608,10 +7664,12 @@ our %language_codes = (
 'zau' => 1,
 'zay' => 1,
 'zaz' => 1,
+'zba' => 1,
 'zbc' => 1,
 'zbe' => 1,
 'zbl' => 1,
 'zbt' => 1,
+'zbu' => 1,
 'zbw' => 1,
 'zdj' => 1,
 'zea' => 1,
@@ -7647,6 +7705,7 @@ our %language_codes = (
 'zku' => 1,
 'zkv' => 1,
 'zkz' => 1,
+'zla' => 1,
 'zle' => 1,
 'zls' => 1,
 'zlw' => 1,
diff --git a/tp/Texinfo/MiscXS.pm b/tp/Texinfo/MiscXS.pm
index 79f3426..e799028 100644
--- a/tp/Texinfo/MiscXS.pm
+++ b/tp/Texinfo/MiscXS.pm
@@ -22,7 +22,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '6.7.92';
+our $VERSION = '6.8';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index 4030a6e..ff94bf8 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -20,7 +20,7 @@ use 5.00405;
 use strict;
 use warnings;
 
-our $VERSION = '6.7.92';
+our $VERSION = '6.8';
 
 use Texinfo::XSLoader;
 
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 0c7e59f..5d3054f 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -96,7 +96,7 @@ sub import {
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 sub N__($)
 {
diff --git a/tp/Texinfo/Structuring.pm b/tp/Texinfo/Structuring.pm
index 5cd82e2..220d2a1 100644
--- a/tp/Texinfo/Structuring.pm
+++ b/tp/Texinfo/Structuring.pm
@@ -65,7 +65,7 @@ use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 @EXPORT = qw(
 );
 
-$VERSION = '6.7.92';
+$VERSION = '6.8';
 
 
 my %types_to_enter;
diff --git a/tp/Texinfo/XSLoader.pm b/tp/Texinfo/XSLoader.pm
index 52797e9..8c7b643 100644
--- a/tp/Texinfo/XSLoader.pm
+++ b/tp/Texinfo/XSLoader.pm
@@ -23,7 +23,7 @@ use warnings;
 
 our $TEXINFO_XS;
 
-our $VERSION = '6.7.92';
+our $VERSION = '6.8';
 
 our $disable_XS;
 
diff --git a/tp/maintain/language-subtag-registry 
b/tp/maintain/language-subtag-registry
index c970025..3ce374c 100644
--- a/tp/maintain/language-subtag-registry
+++ b/tp/maintain/language-subtag-registry
@@ -1,4 +1,4 @@
-File-Date: 2019-09-16
+File-Date: 2021-05-11
 %%
 Type: language
 Subtag: aa
@@ -1530,7 +1530,7 @@ Added: 2005-10-16
 %%
 Type: language
 Subtag: adb
-Description: Adabe
+Description: Atauran
 Added: 2009-07-29
 %%
 Type: language
@@ -2707,6 +2707,7 @@ Type: language
 Subtag: aoh
 Description: Arma
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: aoi
@@ -2924,6 +2925,11 @@ Description: Arigidi
 Added: 2009-07-29
 %%
 Type: language
+Subtag: aqk
+Description: Aninka
+Added: 2021-02-20
+%%
+Type: language
 Subtag: aql
 Description: Algic languages
 Added: 2009-07-29
@@ -3770,6 +3776,7 @@ Type: language
 Subtag: ayy
 Description: Tayabas Ayta
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: ayz
@@ -4085,6 +4092,7 @@ Type: language
 Subtag: bbz
 Description: Babalia Creole Arabic
 Added: 2009-07-29
+Deprecated: 2020-03-28
 Macrolanguage: ar
 %%
 Type: language
@@ -4875,6 +4883,8 @@ Type: language
 Subtag: bic
 Description: Bikaru
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Preferred-Value: bir
 %%
 Type: language
 Subtag: bid
@@ -4900,6 +4910,8 @@ Type: language
 Subtag: bij
 Description: Vaghat-Ya-Bijim-Legeri
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see dkg, jbm, tyy
 %%
 Type: language
 Subtag: bik
@@ -5276,6 +5288,8 @@ Type: language
 Subtag: blg
 Description: Balau
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Preferred-Value: iba
 %%
 Type: language
 Subtag: blh
@@ -5755,6 +5769,7 @@ Type: language
 Subtag: bpb
 Description: Barbacoas
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: bpd
@@ -5762,6 +5777,11 @@ Description: Banda-Banda
 Added: 2009-07-29
 %%
 Type: language
+Subtag: bpe
+Description: Bauni
+Added: 2021-02-20
+%%
+Type: language
 Subtag: bpg
 Description: Bonggo
 Added: 2009-07-29
@@ -6011,7 +6031,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: brf
-Description: Bera
+Description: Bira
 Added: 2009-07-29
 %%
 Type: language
@@ -7374,6 +7394,7 @@ Type: language
 Subtag: cca
 Description: Cauca
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: ccc
@@ -7480,6 +7501,7 @@ Type: language
 Subtag: cdg
 Description: Chamari
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: cdh
@@ -7875,6 +7897,11 @@ Description: Cibak
 Added: 2009-07-29
 %%
 Type: language
+Subtag: ckm
+Description: Chakavian
+Added: 2020-03-28
+%%
+Type: language
 Subtag: ckn
 Description: Kaang Chin
 Added: 2013-09-10
@@ -8121,6 +8148,13 @@ Description: Con
 Added: 2009-07-29
 %%
 Type: language
+Subtag: cnp
+Description: Northern Ping Chinese
+Description: Northern Pinghua
+Added: 2020-03-28
+Macrolanguage: zh
+%%
+Type: language
 Subtag: cnr
 Description: Montenegrin
 Added: 2018-01-23
@@ -8564,6 +8598,13 @@ Description: Sochiapan Chinantec
 Added: 2009-07-29
 %%
 Type: language
+Subtag: csp
+Description: Southern Ping Chinese
+Description: Southern Pinghua
+Added: 2020-03-28
+Macrolanguage: zh
+%%
+Type: language
 Subtag: csq
 Description: Croatia Sign Language
 Added: 2009-07-29
@@ -8601,6 +8642,11 @@ Added: 2009-07-29
 Macrolanguage: cr
 %%
 Type: language
+Subtag: csx
+Description: Cambodian Sign Language
+Added: 2021-02-20
+%%
+Type: language
 Subtag: csy
 Description: Siyin Chin
 Added: 2009-07-29
@@ -8682,6 +8728,11 @@ Description: Chol
 Added: 2009-07-29
 %%
 Type: language
+Subtag: cty
+Description: Moundadan Chetty
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ctz
 Description: Zacatepec Chatino
 Added: 2009-07-29
@@ -9318,6 +9369,7 @@ Macrolanguage: doi
 Type: language
 Subtag: dgr
 Description: Dogrib
+Description: Tłı̨chǫ
 Added: 2005-10-16
 %%
 Type: language
@@ -9334,6 +9386,7 @@ Type: language
 Subtag: dgu
 Description: Degaru
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: dgw
@@ -9647,6 +9700,11 @@ Description: Dakpakha
 Added: 2009-07-29
 %%
 Type: language
+Subtag: dkg
+Description: Kadung
+Added: 2021-02-20
+%%
+Type: language
 Subtag: dkk
 Description: Dakka
 Added: 2009-07-29
@@ -9720,6 +9778,11 @@ Description: Dugwor
 Added: 2009-07-29
 %%
 Type: language
+Subtag: dmf
+Description: Medefaidrin
+Added: 2020-03-28
+%%
+Type: language
 Subtag: dmg
 Description: Upper Kinabatangan
 Added: 2009-07-29
@@ -10041,6 +10104,8 @@ Type: language
 Subtag: drr
 Description: Dororo
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Preferred-Value: kzk
 %%
 Type: language
 Subtag: drs
@@ -10330,6 +10395,11 @@ Description: Diri
 Added: 2009-07-29
 %%
 Type: language
+Subtag: dwk
+Description: Dawik Kui
+Added: 2020-03-28
+%%
+Type: language
 Subtag: dwl
 Description: Walo Kumbe Dogon
 Added: 2009-07-29
@@ -10455,6 +10525,11 @@ Description: Karenggapa
 Added: 2013-09-10
 %%
 Type: language
+Subtag: ebc
+Description: Beginci
+Added: 2020-03-28
+%%
+Type: language
 Subtag: ebg
 Description: Ebughu
 Added: 2009-07-29
@@ -10543,6 +10618,11 @@ Description: Egyptian (Ancient)
 Added: 2005-10-16
 %%
 Type: language
+Subtag: ehs
+Description: Miyakubo Sign Language
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ehu
 Description: Ehueun
 Added: 2009-07-29
@@ -10576,6 +10656,7 @@ Type: language
 Subtag: ekc
 Description: Eastern Karnic
 Added: 2013-09-10
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: eke
@@ -10729,6 +10810,11 @@ Description: Northern Emberá
 Added: 2009-07-29
 %%
 Type: language
+Subtag: emq
+Description: Eastern Minyag
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ems
 Description: Pacific Gulf Yupik
 Added: 2009-07-29
@@ -10754,6 +10840,11 @@ Description: Epigraphic Mayan
 Added: 2009-07-29
 %%
 Type: language
+Subtag: emz
+Description: Mbessa
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ena
 Description: Apali
 Added: 2009-07-29
@@ -11215,6 +11306,11 @@ Description: Fyer
 Added: 2009-07-29
 %%
 Type: language
+Subtag: fif
+Description: Faifi
+Added: 2020-06-08
+%%
+Type: language
 Subtag: fil
 Description: Filipino
 Description: Pilipino
@@ -11881,6 +11977,7 @@ Added: 2009-07-29
 Type: language
 Subtag: gdh
 Description: Gadjerawang
+Description: Gajirrabeng
 Added: 2009-07-29
 %%
 Type: language
@@ -11970,6 +12067,11 @@ Description: Gade
 Added: 2009-07-29
 %%
 Type: language
+Subtag: gef
+Description: Gerai
+Added: 2020-03-28
+%%
+Type: language
 Subtag: geg
 Description: Gengle
 Added: 2009-07-29
@@ -12223,6 +12325,11 @@ Description: Githabul
 Added: 2013-09-10
 %%
 Type: language
+Subtag: gii
+Description: Girirra
+Added: 2021-02-20
+%%
+Type: language
 Subtag: gil
 Description: Gilbertese
 Added: 2005-10-16
@@ -12298,6 +12405,8 @@ Type: language
 Subtag: gji
 Description: Geji
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see gyz, zbu
 %%
 Type: language
 Subtag: gjk
@@ -12362,6 +12471,11 @@ Description: ǂUngkue
 Added: 2015-02-12
 %%
 Type: language
+Subtag: glb
+Description: Belning
+Added: 2021-02-20
+%%
+Type: language
 Subtag: glc
 Description: Bon Gula
 Added: 2009-07-29
@@ -12381,6 +12495,8 @@ Type: language
 Subtag: gli
 Description: Guliguli
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Preferred-Value: kzk
 %%
 Type: language
 Subtag: glj
@@ -12476,6 +12592,12 @@ Added: 2009-07-29
 Scope: collection
 %%
 Type: language
+Subtag: gmr
+Description: Mirning
+Description: Mirniny
+Added: 2020-03-28
+%%
+Type: language
 Subtag: gmu
 Description: Gumalu
 Added: 2009-07-29
@@ -13155,6 +13277,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: gwc
+Description: Gawri
 Description: Kalami
 Added: 2009-07-29
 %%
@@ -13295,6 +13418,12 @@ Description: Gunya
 Added: 2009-07-29
 %%
 Type: language
+Subtag: gyz
+Description: Geji
+Description: Gyaazi
+Added: 2021-02-20
+%%
+Type: language
 Subtag: gza
 Description: Ganza
 Added: 2009-07-29
@@ -13639,6 +13768,12 @@ Description: Hunde
 Added: 2009-07-29
 %%
 Type: language
+Subtag: hkh
+Description: Khah
+Description: Poguli
+Added: 2021-02-20
+%%
+Type: language
 Subtag: hkk
 Description: Hunjara-Kaina Ke
 Added: 2009-07-29
@@ -13859,6 +13994,11 @@ Description: Chhattisgarhi
 Added: 2009-07-29
 %%
 Type: language
+Subtag: hng
+Description: Hungu
+Added: 2020-03-28
+%%
+Type: language
 Subtag: hnh
 Description: ǁAni
 Added: 2009-07-29
@@ -14140,6 +14280,7 @@ Added: 2009-07-29
 Type: language
 Subtag: huc
 Description: ǂHua
+Description: ǂʼAmkhoe
 Added: 2009-07-29
 %%
 Type: language
@@ -15340,6 +15481,11 @@ Description: Barikewa
 Added: 2012-08-12
 %%
 Type: language
+Subtag: jbm
+Description: Bijim
+Added: 2021-02-20
+%%
+Type: language
 Subtag: jbn
 Description: Nafusi
 Added: 2009-07-29
@@ -15498,7 +15644,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: jid
-Description: Bu
+Description: Bu (Kaduna State)
 Added: 2009-07-29
 %%
 Type: language
@@ -15600,6 +15746,11 @@ Description: Koro (India)
 Added: 2012-08-12
 %%
 Type: language
+Subtag: jks
+Description: Amami Koniya Sign Language
+Added: 2021-02-20
+%%
+Type: language
 Subtag: jku
 Description: Labir
 Added: 2009-07-29
@@ -15773,7 +15924,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: jrt
-Description: Jorto
+Description: Jakattoe
 Added: 2009-07-29
 %%
 Type: language
@@ -15910,6 +16061,7 @@ Added: 2009-07-29
 Type: language
 Subtag: kaa
 Description: Kara-Kalpak
+Description: Karakalpak
 Added: 2005-10-16
 %%
 Type: language
@@ -17067,8 +17219,9 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: kjf
-Description: Khalaj
+Description: Khalaj [Indo-Iranian]
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: kjg
@@ -17248,7 +17401,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: kkq
-Description: Kaiku
+Description: Kaeku
 Added: 2009-07-29
 %%
 Type: language
@@ -17344,7 +17497,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: klj
-Description: Turkic Khalaj
+Description: Khalaj
 Added: 2009-07-29
 %%
 Type: language
@@ -17706,7 +17859,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: koe
-Description: Kacipo-Balesi
+Description: Kacipo-Bale Suri
 Added: 2009-07-29
 %%
 Type: language
@@ -18497,6 +18650,7 @@ Added: 2009-07-29
 Type: language
 Subtag: kui
 Description: Kuikúro-Kalapálo
+Description: Kalapalo
 Added: 2009-07-29
 %%
 Type: language
@@ -18908,6 +19062,8 @@ Type: language
 Subtag: kxl
 Description: Nepali Kurux
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Preferred-Value: kru
 %%
 Type: language
 Subtag: kxm
@@ -18953,6 +19109,8 @@ Type: language
 Subtag: kxu
 Description: Kui (India)
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Comments: see dwk, uki
 %%
 Type: language
 Subtag: kxv
@@ -20337,6 +20495,7 @@ Type: language
 Subtag: lmz
 Description: Lumbee
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: lna
@@ -20644,6 +20803,12 @@ Description: Lasgerdi
 Added: 2009-07-29
 %%
 Type: language
+Subtag: lsb
+Description: Burundian Sign Language
+Description: Langue des Signes Burundaise
+Added: 2021-02-20
+%%
+Type: language
 Subtag: lsd
 Description: Lishana Deni
 Added: 2009-07-29
@@ -20964,6 +21129,11 @@ Description: Lewo
 Added: 2009-07-29
 %%
 Type: language
+Subtag: lxm
+Description: Lakurumau
+Added: 2021-02-20
+%%
+Type: language
 Subtag: lya
 Description: Layakha
 Added: 2009-07-29
@@ -22788,6 +22958,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: moe
+Description: Innu
 Description: Montagnais
 Added: 2009-07-29
 %%
@@ -23708,6 +23879,8 @@ Type: language
 Subtag: mvm
 Description: Muya
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see emq, wmg
 %%
 Type: language
 Subtag: mvn
@@ -25016,6 +25189,8 @@ Type: language
 Subtag: ngo
 Description: Ngoni
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see xnj, xnq
 %%
 Type: language
 Subtag: ngp
@@ -26102,6 +26277,11 @@ Description: Kyan-Karyaw Naga
 Added: 2013-09-10
 %%
 Type: language
+Subtag: nqt
+Description: Nteng
+Added: 2021-02-20
+%%
+Type: language
 Subtag: nqy
 Description: Akyaung Ari Naga
 Added: 2012-08-12
@@ -26199,6 +26379,11 @@ Description: Sangtam Naga
 Added: 2009-07-29
 %%
 Type: language
+Subtag: nsb
+Description: Lower Nossob
+Added: 2020-03-28
+%%
+Type: language
 Subtag: nsc
 Description: Nshi
 Added: 2009-07-29
@@ -26667,6 +26852,8 @@ Type: language
 Subtag: nxu
 Description: Narau
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Preferred-Value: bpp
 %%
 Type: language
 Subtag: nxx
@@ -26919,6 +27106,11 @@ Description: Old Chinese
 Added: 2009-07-29
 %%
 Type: language
+Subtag: ocm
+Description: Old Cham
+Added: 2021-02-20
+%%
+Type: language
 Subtag: oco
 Description: Old Cornish
 Added: 2009-07-29
@@ -27064,6 +27256,11 @@ Description: Okobo
 Added: 2009-07-29
 %%
 Type: language
+Subtag: okc
+Description: Kobo
+Added: 2021-02-20
+%%
+Type: language
 Subtag: okd
 Description: Okodia
 Added: 2009-07-29
@@ -27145,6 +27342,11 @@ Description: Okpe (Northwestern Edo)
 Added: 2009-07-29
 %%
 Type: language
+Subtag: okz
+Description: Old Khmer
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ola
 Description: Walungge
 Added: 2009-07-29
@@ -27283,6 +27485,11 @@ Description: Old Mon
 Added: 2009-07-29
 %%
 Type: language
+Subtag: omy
+Description: Old Malay
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ona
 Description: Ona
 Added: 2009-07-29
@@ -27518,6 +27725,11 @@ Description: Osing
 Added: 2009-07-29
 %%
 Type: language
+Subtag: osn
+Description: Old Sundanese
+Added: 2021-02-20
+%%
+Type: language
 Subtag: oso
 Description: Ososo
 Added: 2009-07-29
@@ -27804,6 +28016,8 @@ Type: language
 Subtag: pat
 Description: Papitalai
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Preferred-Value: kxr
 %%
 Type: language
 Subtag: pau
@@ -28166,7 +28380,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: pfe
-Description: Peere
+Description: Pere
 Added: 2009-07-29
 %%
 Type: language
@@ -28572,6 +28786,7 @@ Type: language
 Subtag: plp
 Description: Palpa
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: plq
@@ -28768,6 +28983,7 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: png
+Description: Pangu
 Description: Pongu
 Added: 2009-07-29
 %%
@@ -30676,6 +30892,11 @@ Description: Rwa
 Added: 2009-07-29
 %%
 Type: language
+Subtag: rwl
+Description: Ruwila
+Added: 2021-02-20
+%%
+Type: language
 Subtag: rwm
 Description: Amba (Uganda)
 Added: 2009-07-29
@@ -31132,6 +31353,8 @@ Type: language
 Subtag: sdm
 Description: Semandang
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Comments: see ebc, gef, sdq
 %%
 Type: language
 Subtag: sdn
@@ -31150,6 +31373,11 @@ Description: Sherdukpen
 Added: 2009-07-29
 %%
 Type: language
+Subtag: sdq
+Description: Semandang
+Added: 2020-03-28
+%%
+Type: language
 Subtag: sdr
 Description: Oraon Sadri
 Added: 2009-07-29
@@ -32549,6 +32777,11 @@ Description: Squamish
 Added: 2009-07-29
 %%
 Type: language
+Subtag: sqx
+Description: Kufr Qassem Sign Language (KQSL)
+Added: 2021-02-20
+%%
+Type: language
 Subtag: sra
 Description: Saruga
 Added: 2009-07-29
@@ -32964,7 +33197,13 @@ Deprecated: 2010-03-11
 Comments: see ulw, yan
 %%
 Type: language
+Subtag: suo
+Description: Bouni
+Added: 2021-02-20
+%%
+Type: language
 Subtag: suq
+Description: Tirmaga-Chai Suri
 Description: Suri
 Added: 2009-07-29
 %%
@@ -33502,6 +33741,7 @@ Type: language
 Subtag: tbb
 Description: Tapeba
 Added: 2009-07-29
+Deprecated: 2020-03-28
 %%
 Type: language
 Subtag: tbc
@@ -34219,6 +34459,8 @@ Type: language
 Subtag: thw
 Description: Thudam
 Added: 2009-07-29
+Deprecated: 2020-06-08
+Preferred-Value: ola
 %%
 Type: language
 Subtag: thx
@@ -36029,6 +36271,11 @@ Description: Teke-Tyee
 Added: 2009-07-29
 %%
 Type: language
+Subtag: tyy
+Description: Tiyaa
+Added: 2021-02-20
+%%
+Type: language
 Subtag: tyz
 Description: Tày
 Added: 2009-07-29
@@ -36240,6 +36487,11 @@ Description: Ukhwejo
 Added: 2009-07-29
 %%
 Type: language
+Subtag: uki
+Description: Kui (India)
+Added: 2020-03-28
+%%
+Type: language
 Subtag: ukk
 Description: Muak Sa-aak
 Added: 2017-02-23
@@ -36271,6 +36523,11 @@ Description: Ukue
 Added: 2009-07-29
 %%
 Type: language
+Subtag: ukv
+Description: Kuku
+Added: 2020-03-28
+%%
+Type: language
 Subtag: ukw
 Description: Ukwuani-Aboh-Ndoni
 Added: 2009-07-29
@@ -36430,6 +36687,11 @@ Description: Ngarinyin
 Added: 2009-07-29
 %%
 Type: language
+Subtag: uni
+Description: Uni
+Added: 2021-02-20
+%%
+Type: language
 Subtag: unk
 Description: Enawené-Nawé
 Added: 2009-07-29
@@ -36929,6 +37191,8 @@ Type: language
 Subtag: vki
 Description: Ija-Zuba
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see vkn, vkz
 %%
 Type: language
 Subtag: vkj
@@ -36952,6 +37216,11 @@ Description: Kamakan
 Added: 2009-07-29
 %%
 Type: language
+Subtag: vkn
+Description: Koro Nulu
+Added: 2021-02-20
+%%
+Type: language
 Subtag: vko
 Description: Kodeoha
 Added: 2009-07-29
@@ -36973,6 +37242,11 @@ Description: Kurrama
 Added: 2009-07-29
 %%
 Type: language
+Subtag: vkz
+Description: Koro Zuba
+Added: 2021-02-20
+%%
+Type: language
 Subtag: vlp
 Description: Valpei
 Added: 2009-07-29
@@ -37205,7 +37479,8 @@ Added: 2009-07-29
 %%
 Type: language
 Subtag: wad
-Description: Wandamen
+Description: Wamesa
+Description: Wondama
 Added: 2009-07-29
 %%
 Type: language
@@ -37760,6 +38035,11 @@ Description: Kunbarlang
 Added: 2009-07-29
 %%
 Type: language
+Subtag: wlh
+Description: Welaun
+Added: 2020-03-28
+%%
+Type: language
 Subtag: wli
 Description: Waioli
 Added: 2009-07-29
@@ -37845,6 +38125,11 @@ Description: Wambule
 Added: 2009-07-29
 %%
 Type: language
+Subtag: wmg
+Description: Western Minyag
+Added: 2021-02-20
+%%
+Type: language
 Subtag: wmh
 Description: Waima'a
 Added: 2009-07-29
@@ -38050,6 +38335,8 @@ Type: language
 Subtag: wra
 Description: Warapu
 Added: 2009-07-29
+Deprecated: 2021-02-20
+Comments: see bpe, suo, uni
 %%
 Type: language
 Subtag: wrb
@@ -39227,11 +39514,21 @@ Description: Ngarigu
 Added: 2013-09-10
 %%
 Type: language
+Subtag: xnj
+Description: Ngoni (Tanzania)
+Added: 2021-02-20
+%%
+Type: language
 Subtag: xnk
 Description: Nganakarti
 Added: 2013-09-10
 %%
 Type: language
+Subtag: xnm
+Description: Ngumbarl
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xnn
 Description: Northern Kankanay
 Added: 2009-07-29
@@ -39242,6 +39539,11 @@ Description: Anglo-Norman
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xnq
+Description: Ngoni (Mozambique)
+Added: 2021-02-20
+%%
+Type: language
 Subtag: xnr
 Description: Kangri
 Added: 2009-07-29
@@ -39334,22 +39636,45 @@ Description: Pirriya
 Added: 2013-09-10
 %%
 Type: language
+Subtag: xpb
+Description: Northeastern Tasmanian
+Description: Pyemmairrener
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpc
 Description: Pecheneg
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xpd
+Description: Oyster Bay Tasmanian
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpe
 Description: Liberia Kpelle
 Added: 2009-07-29
 Macrolanguage: kpe
 %%
 Type: language
+Subtag: xpf
+Description: Southeast Tasmanian
+Description: Nuenonne
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpg
 Description: Phrygian
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xph
+Description: North Midlands Tasmanian
+Description: Tyerrenoterpanner
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpi
 Description: Pictish
 Added: 2009-07-29
@@ -39365,6 +39690,11 @@ Description: Kulina Pano
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xpl
+Description: Port Sorell Tasmanian
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpm
 Description: Pumpokol
 Added: 2009-07-29
@@ -39410,11 +39740,34 @@ Description: Punic
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xpv
+Description: Northern Tasmanian
+Description: Tommeginne
+Added: 2020-03-28
+%%
+Type: language
+Subtag: xpw
+Description: Northwestern Tasmanian
+Description: Peerapper
+Added: 2020-03-28
+%%
+Type: language
+Subtag: xpx
+Description: Southwestern Tasmanian
+Description: Toogee
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xpy
 Description: Puyo
 Added: 2009-07-29
 %%
 Type: language
+Subtag: xpz
+Description: Bruny Island Tasmanian
+Added: 2020-03-28
+%%
+Type: language
 Subtag: xqa
 Description: Karakhanid
 Added: 2009-07-29
@@ -39468,6 +39821,8 @@ Type: language
 Subtag: xrq
 Description: Karranga
 Added: 2013-09-10
+Deprecated: 2020-03-28
+Preferred-Value: dmw
 %%
 Type: language
 Subtag: xrr
@@ -39700,6 +40055,8 @@ Type: language
 Subtag: xtz
 Description: Tasmanian
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Comments: see xpb, xpd, xpf, xph, xpl, xpv, xpw, xpx, xpz
 %%
 Type: language
 Subtag: xua
@@ -39729,6 +40086,7 @@ Added: 2009-07-29
 Type: language
 Subtag: xul
 Description: Ngunawal
+Description: Nunukul
 Added: 2013-09-10
 %%
 Type: language
@@ -40895,6 +41253,11 @@ Description: Yugoslavian Sign Language
 Added: 2009-07-29
 %%
 Type: language
+Subtag: ysm
+Description: Myanmar Sign Language
+Added: 2021-02-20
+%%
+Type: language
 Subtag: ysn
 Description: Sani
 Added: 2009-07-29
@@ -41321,6 +41684,11 @@ Description: Zari
 Added: 2009-07-29
 %%
 Type: language
+Subtag: zba
+Description: Balaibalan
+Added: 2020-03-28
+%%
+Type: language
 Subtag: zbc
 Description: Central Berawan
 Added: 2009-07-29
@@ -41344,6 +41712,11 @@ Description: Batui
 Added: 2009-07-29
 %%
 Type: language
+Subtag: zbu
+Description: Bu (Bauchi State)
+Added: 2021-02-20
+%%
+Type: language
 Subtag: zbw
 Description: West Berawan
 Added: 2009-07-29
@@ -41486,6 +41859,8 @@ Type: language
 Subtag: zir
 Description: Ziriya
 Added: 2009-07-29
+Deprecated: 2020-03-28
+Preferred-Value: scv
 %%
 Type: language
 Subtag: ziw
@@ -41568,6 +41943,11 @@ Description: Khazar
 Added: 2009-07-29
 %%
 Type: language
+Subtag: zla
+Description: Zula
+Added: 2021-02-20
+%%
+Type: language
 Subtag: zle
 Description: East Slavic languages
 Added: 2009-07-29
@@ -42463,6 +42843,7 @@ Type: extlang
 Subtag: bbz
 Description: Babalia Creole Arabic
 Added: 2009-07-29
+Deprecated: 2020-03-28
 Preferred-Value: bbz
 Prefix: ar
 Macrolanguage: ar
@@ -42580,6 +42961,15 @@ Prefix: zh
 Macrolanguage: zh
 %%
 Type: extlang
+Subtag: cnp
+Description: Northern Ping Chinese
+Description: Northern Pinghua
+Added: 2020-03-28
+Preferred-Value: cnp
+Prefix: zh
+Macrolanguage: zh
+%%
+Type: extlang
 Subtag: coa
 Description: Cocos Islands Malay
 Added: 2009-07-29
@@ -42647,6 +43037,15 @@ Preferred-Value: csn
 Prefix: sgn
 %%
 Type: extlang
+Subtag: csp
+Description: Southern Ping Chinese
+Description: Southern Pinghua
+Added: 2020-03-28
+Preferred-Value: csp
+Prefix: zh
+Macrolanguage: zh
+%%
+Type: extlang
 Subtag: csq
 Description: Croatia Sign Language
 Added: 2009-07-29
@@ -42661,6 +43060,13 @@ Preferred-Value: csr
 Prefix: sgn
 %%
 Type: extlang
+Subtag: csx
+Description: Cambodian Sign Language
+Added: 2021-02-20
+Preferred-Value: csx
+Prefix: sgn
+%%
+Type: extlang
 Subtag: czh
 Description: Huizhou Chinese
 Added: 2009-07-29
@@ -42713,6 +43119,13 @@ Preferred-Value: ecs
 Prefix: sgn
 %%
 Type: extlang
+Subtag: ehs
+Description: Miyakubo Sign Language
+Added: 2021-02-20
+Preferred-Value: ehs
+Prefix: sgn
+%%
+Type: extlang
 Subtag: esl
 Description: Egypt Sign Language
 Added: 2009-07-29
@@ -42997,6 +43410,13 @@ Preferred-Value: jhs
 Prefix: sgn
 %%
 Type: extlang
+Subtag: jks
+Description: Amami Koniya Sign Language
+Added: 2021-02-20
+Preferred-Value: jks
+Prefix: sgn
+%%
+Type: extlang
 Subtag: jls
 Description: Jamaican Sign Language
 Added: 2010-03-11
@@ -43110,6 +43530,14 @@ Preferred-Value: lls
 Prefix: sgn
 %%
 Type: extlang
+Subtag: lsb
+Description: Burundian Sign Language
+Description: Langue des Signes Burundaise
+Added: 2021-02-20
+Preferred-Value: lsb
+Prefix: sgn
+%%
+Type: extlang
 Subtag: lsg
 Description: Lyons Sign Language
 Added: 2009-07-29
@@ -43617,6 +44045,13 @@ Preferred-Value: sqs
 Prefix: sgn
 %%
 Type: extlang
+Subtag: sqx
+Description: Kufr Qassem Sign Language (KQSL)
+Added: 2021-02-20
+Preferred-Value: sqx
+Prefix: sgn
+%%
+Type: extlang
 Subtag: ssh
 Description: Shihhi Arabic
 Added: 2009-07-29
@@ -43907,6 +44342,13 @@ Preferred-Value: ysl
 Prefix: sgn
 %%
 Type: extlang
+Subtag: ysm
+Description: Myanmar Sign Language
+Added: 2021-02-20
+Preferred-Value: ysm
+Prefix: sgn
+%%
+Type: extlang
 Subtag: yue
 Description: Yue Chinese
 Description: Cantonese
@@ -44655,6 +45097,11 @@ Description: Osmanya
 Added: 2005-10-16
 %%
 Type: script
+Subtag: Ougr
+Description: Old Uyghur
+Added: 2021-02-12
+%%
+Type: script
 Subtag: Palm
 Description: Palmyrene
 Added: 2010-04-10
@@ -44665,6 +45112,16 @@ Description: Pau Cin Hau
 Added: 2013-12-02
 %%
 Type: script
+Subtag: Pcun
+Description: Proto-Cuneiform
+Added: 2021-02-12
+%%
+Type: script
+Subtag: Pelm
+Description: Proto-Elamite
+Added: 2021-02-12
+%%
+Type: script
 Subtag: Perm
 Description: Old Permic
 Added: 2005-10-16
@@ -44711,11 +45168,21 @@ Description: Inscriptional Parthian
 Added: 2007-12-05
 %%
 Type: script
+Subtag: Psin
+Description: Proto-Sinaitic
+Added: 2021-02-12
+%%
+Type: script
 Subtag: Qaaa..Qabx
 Description: Private use
 Added: 2005-10-16
 %%
 Type: script
+Subtag: Ranj
+Description: Ranjana
+Added: 2021-02-12
+%%
+Type: script
 Subtag: Rjng
 Description: Rejang
 Description: Redjang
@@ -44928,6 +45395,16 @@ Description: Tirhuta
 Added: 2011-08-16
 %%
 Type: script
+Subtag: Tnsa
+Description: Tangsa
+Added: 2021-03-05
+%%
+Type: script
+Subtag: Toto
+Description: Toto
+Added: 2020-05-12
+%%
+Type: script
 Subtag: Ugar
 Description: Ugaritic
 Added: 2005-10-16
@@ -44943,6 +45420,11 @@ Description: Visible Speech
 Added: 2005-10-16
 %%
 Type: script
+Subtag: Vith
+Description: Vithkuqi
+Added: 2021-03-05
+%%
+Type: script
 Subtag: Wara
 Description: Warang Citi
 Description: Varang Kshiti
@@ -46630,6 +47112,12 @@ Comments: Denotes conventions established by the 
Academia Brasileira de
   Letras in 1943 and generally used in Brazil until 2009
 %%
 Type: variant
+Subtag: akuapem
+Description: Akuapem Twi
+Added: 2017-06-05
+Prefix: tw
+%%
+Type: variant
 Subtag: alalc97
 Description: ALA-LC Romanization, 1997 edition
 Added: 2009-12-09
@@ -46648,12 +47136,6 @@ Comments: Aluku dialect of the "Busi Nenge Tongo" 
English-based Creole
   continuum in Eastern Suriname and Western French Guiana
 %%
 Type: variant
-Subtag: akuapem
-Description: Akuapem Twi
-Added: 2017-06-05
-Prefix: tw
-%%
-Type: variant
 Subtag: ao1990
 Description: Portuguese Language Orthographic Agreement of 1990 (Acordo
   Ortográfico da Língua Portuguesa de 1990)
@@ -46687,6 +47169,14 @@ Prefix: hy
 Comments: Preferred tag is hyw
 %%
 Type: variant
+Subtag: arkaika
+Description: Arcaicam Esperantom
+Description: Arkaika Esperanto
+Added: 2020-12-17
+Prefix: eo
+Comments: Archaic Esperanto variant devised by Manuel Halvelik
+%%
+Type: variant
 Subtag: asante
 Description: Asante Twi
 Description: Ashanti Twi
@@ -46878,6 +47368,16 @@ Subtag: grclass
 Description: Classical Occitan orthography
 Added: 2018-04-22
 Prefix: oc
+Prefix: oc-aranes
+Prefix: oc-auvern
+Prefix: oc-cisaup
+Prefix: oc-creiss
+Prefix: oc-gascon
+Prefix: oc-lemosin
+Prefix: oc-lengadoc
+Prefix: oc-nicard
+Prefix: oc-provenc
+Prefix: oc-vivaraup
 Comments: Classical written standard for Occitan developed in 1935 by
   Alibèrt
 %%
@@ -46886,12 +47386,25 @@ Subtag: grital
 Description: Italian-inspired Occitan orthography
 Added: 2018-04-22
 Prefix: oc
+Prefix: oc-cisaup
+Prefix: oc-nicard
+Prefix: oc-provenc
 %%
 Type: variant
 Subtag: grmistr
 Description: Mistralian or Mistralian-inspired Occitan orthography
 Added: 2018-04-22
 Prefix: oc
+Prefix: oc-aranes
+Prefix: oc-auvern
+Prefix: oc-cisaup
+Prefix: oc-creiss
+Prefix: oc-gascon
+Prefix: oc-lemosin
+Prefix: oc-lengadoc
+Prefix: oc-nicard
+Prefix: oc-provenc
+Prefix: oc-vivaraup
 Comments: Written standard developed by Romanilha in 1853 and used by
   Mistral and the Félibres, including derived standards such as Escolo
   dóu Po, Escolo Gaston Febus, and others
@@ -47129,6 +47642,16 @@ Comments: Pamaka dialect of the "Busi Nenge Tongo" 
English-based
   Creole continuum in Eastern Suriname and Western French Guiana
 %%
 Type: variant
+Subtag: peano
+Description: Latino Sine Flexione
+Description: Interlingua de API
+Description: Interlingua de Peano
+Prefix: la
+Comments: Peano’s Interlingua, created in 1903 by Giuseppe Peano as an
+  international auxiliary language
+Added: 2020-03-12
+%%
+Type: variant
 Subtag: petr1708
 Description: Petrine orthography
 Added: 2010-10-10
@@ -47266,6 +47789,23 @@ Comments: The subtag represents Branislau 
Taraskievic's Belarusian
   Miensk 2005).
 %%
 Type: variant
+Subtag: tongyong
+Description: Tongyong Pinyin romanization
+Added: 2020-06-08
+Prefix: zh-Latn
+Comments: Former official transcription standard for Mandarin Chinese in
+  Taiwan.
+%%
+Type: variant
+Subtag: tunumiit
+Description: Tunumiisiut
+Description: East Greenlandic
+Description: Østgrønlandsk
+Added: 2020-07-16
+Prefix: kl
+Comments: Also known as Tunumiit oraasiat
+%%
+Type: variant
 Subtag: uccor
 Description: Unified Cornish orthography of Revived Cornish
 Added: 2008-10-14
@@ -47318,6 +47858,14 @@ Comments: Vallader is one of the five traditional 
written standards or
   "idioms" of the Romansh language.
 %%
 Type: variant
+Subtag: vecdruka
+Description: Latvian orthography used before 1920s ("vecā druka")
+Added: 2020-09-26
+Prefix: lv
+Comments: The subtag represents the old orthography of the Latvian
+  language used during c. 1600s–1920s.
+%%
+Type: variant
 Subtag: vivaraup
 Description: Vivaro-Alpine
 Added: 2018-04-22
diff --git a/util/pdftexi2dvi b/util/pdftexi2dvi
index 9d05f8a..ca918e2 100755
--- a/util/pdftexi2dvi
+++ b/util/pdftexi2dvi
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.92)
+texi2pdf (GNU Texinfo 6.8)
 
 Copyright (C) 2021 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2dvi b/util/texi2dvi
index 037fcc0..241ad68 100755
--- a/util/texi2dvi
+++ b/util/texi2dvi
@@ -198,7 +198,7 @@ EOF
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.7.92)
+texi2dvi (GNU Texinfo 6.8)
 
 Copyright (C) 2021 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
diff --git a/util/texi2pdf b/util/texi2pdf
index 9d05f8a..ca918e2 100755
--- a/util/texi2pdf
+++ b/util/texi2pdf
@@ -21,7 +21,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.7.92)
+texi2pdf (GNU Texinfo 6.8)
 
 Copyright (C) 2021 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]