texinfo-commits
[Top][All Lists]
Advanced

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

[7807] pretest 6.3.91


From: gavinsmith0123
Subject: [7807] pretest 6.3.91
Date: Sat, 20 May 2017 12:47:49 -0400 (EDT)

Revision: 7807
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7807
Author:   gavin
Date:     2017-05-20 12:47:49 -0400 (Sat, 20 May 2017)
Log Message:
-----------
pretest 6.3.91

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.ac
    trunk/tp/Texinfo/Common.pm
    trunk/tp/Texinfo/Convert/Converter.pm
    trunk/tp/Texinfo/Convert/DocBook.pm
    trunk/tp/Texinfo/Convert/HTML.pm
    trunk/tp/Texinfo/Convert/IXIN.pm
    trunk/tp/Texinfo/Convert/IXINSXML.pm
    trunk/tp/Texinfo/Convert/Info.pm
    trunk/tp/Texinfo/Convert/Paragraph.pm
    trunk/tp/Texinfo/Convert/Plaintext.pm
    trunk/tp/Texinfo/Convert/Texinfo.pm
    trunk/tp/Texinfo/Convert/TexinfoSXML.pm
    trunk/tp/Texinfo/Convert/TexinfoXML.pm
    trunk/tp/Texinfo/Convert/Text.pm
    trunk/tp/Texinfo/MiscXS.pm
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/Texinfo/Structuring.pm
    trunk/tp/Texinfo/XSLoader.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/ChangeLog     2017-05-20 16:47:49 UTC (rev 7807)
@@ -1,3 +1,8 @@
+2017-04-23  Gavin Smith  <address@hidden>
+
+       * pretest 6.3.91.
+       * configure.ac: Update version.
+
 2017-05-20  Gavin Smith  <address@hidden>
 
        * info/window.c (window_delete_window): Call 'free_matches' and 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/configure.ac  2017-05-20 16:47:49 UTC (rev 7807)
@@ -12,7 +12,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.3.90], address@hidden)
+AC_INIT([GNU Texinfo], [6.3.91], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Common.pm  2017-05-20 16:47:49 UTC (rev 7807)
@@ -71,7 +71,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2017-05-20 16:47:49 UTC (rev 
7807)
@@ -60,7 +60,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2017-05-20 16:47:49 UTC (rev 7807)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2017-05-20 16:47:49 UTC (rev 7807)
@@ -64,7 +64,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/IXIN.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXIN.pm    2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2017-05-20 16:47:49 UTC (rev 7807)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-05-20 16:47:49 UTC (rev 
7807)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/Info.pm    2017-05-20 16:47:49 UTC (rev 7807)
@@ -49,7 +49,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm       2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm       2017-05-20 16:47:49 UTC (rev 
7807)
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.3.90';
+our $VERSION = '6.3.91';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2017-05-20 16:47:49 UTC (rev 
7807)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Modified: trunk/tp/Texinfo/Convert/Texinfo.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Texinfo.pm 2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2017-05-20 16:47:49 UTC (rev 7807)
@@ -47,7 +47,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    

Modified: trunk/tp/Texinfo/Convert/TexinfoSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2017-05-20 16:47:49 UTC (rev 
7807)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-05-20 16:18:38 UTC (rev 
7806)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-05-20 16:47:49 UTC (rev 
7807)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Convert/Text.pm    2017-05-20 16:47:49 UTC (rev 7807)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.

Modified: trunk/tp/Texinfo/MiscXS.pm
===================================================================
--- trunk/tp/Texinfo/MiscXS.pm  2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/MiscXS.pm  2017-05-20 16:47:49 UTC (rev 7807)
@@ -22,7 +22,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.3.90';
+our $VERSION = '6.3.91';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Parser.pm  2017-05-20 16:47:49 UTC (rev 7807)
@@ -106,7 +106,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/Structuring.pm     2017-05-20 16:47:49 UTC (rev 7807)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.90';
+$VERSION = '6.3.91';
 
 
 my %types_to_enter;

Modified: trunk/tp/Texinfo/XSLoader.pm
===================================================================
--- trunk/tp/Texinfo/XSLoader.pm        2017-05-20 16:18:38 UTC (rev 7806)
+++ trunk/tp/Texinfo/XSLoader.pm        2017-05-20 16:47:49 UTC (rev 7807)
@@ -23,7 +23,7 @@
 
 our $TEXINFO_XS;
 
-our $VERSION = '6.3.90';
+our $VERSION = '6.3.91';
 
 our $disable_XS;
 




reply via email to

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