[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[7756] 6.3.90 pretest
From: |
gavinsmith0123 |
Subject: |
[7756] 6.3.90 pretest |
Date: |
Sun, 23 Apr 2017 12:54:48 -0400 (EDT) |
Revision: 7756
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7756
Author: gavin
Date: 2017-04-23 12:54:48 -0400 (Sun, 23 Apr 2017)
Log Message:
-----------
6.3.90 pretest
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-04-23 13:33:06 UTC (rev 7755)
+++ trunk/ChangeLog 2017-04-23 16:54:48 UTC (rev 7756)
@@ -1,5 +1,10 @@
2017-04-23 Gavin Smith <address@hidden>
+ * pretest 6.3.90.
+ * configure.ac: Update version. Add dist-xz to options.
+
+2017-04-23 Gavin Smith <address@hidden>
+
* texindex/ti.twjr,
* info/info.c,
* tp/texi2any.pl: Copyright 2017.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/configure.ac 2017-04-23 16:54:48 UTC (rev 7756)
@@ -12,13 +12,13 @@
# 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.3dev], address@hidden)
+AC_INIT([GNU Texinfo], [6.3.90], address@hidden)
dnl Must come before AM_INIT_AUTOMAKE.
AC_CONFIG_AUX_DIR([build-aux])
dnl tar-ustar because we have long filenames for some test files.
dnl parallel-tests as recommended by stefano.
-AM_INIT_AUTOMAKE([1.14
+AM_INIT_AUTOMAKE([1.14 dist-xz
info-in-builddir parallel-tests readme-alpha tar-ustar])
# Where to generate output; srcdir location.
Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Common.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -71,7 +71,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# i18n
sub N__($)
Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm 2017-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/Converter.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -60,7 +60,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my %defaults = (
'ENABLE_ENCODING' => 1,
Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -55,7 +55,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my $nbsp = '&#'.hex('00A0').';';
my $mdash = '&#'.hex('2014').';';
Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/HTML.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -64,7 +64,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# 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-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/IXIN.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -54,7 +54,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my $ixin_version = 1;
Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm 2017-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -53,7 +53,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my %defaults = (
'ENABLE_ENCODING' => 0,
Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/Info.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -49,7 +49,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my $STDIN_DOCU_NAME = 'stdin';
Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm 2017-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -20,7 +20,7 @@
use strict;
use warnings;
-our $VERSION = '6.3dev';
+our $VERSION = '6.3.90';
use Texinfo::XSLoader;
Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm 2017-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -70,7 +70,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# 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-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -47,7 +47,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
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-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -50,7 +50,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# SXML specific
my %defaults = (
Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm 2017-04-23 13:33:06 UTC (rev
7755)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm 2017-04-23 16:54:48 UTC (rev
7756)
@@ -52,7 +52,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# XML specific
my %defaults = (
Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Convert/Text.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -53,7 +53,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
# 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-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/MiscXS.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -22,7 +22,7 @@
use strict;
use warnings;
-our $VERSION = '6.3dev';
+our $VERSION = '6.3.90';
use Texinfo::XSLoader;
Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Parser.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -106,7 +106,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
sub N__($)
{
Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/Structuring.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -70,7 +70,7 @@
@EXPORT = qw(
);
-$VERSION = '6.3dev';
+$VERSION = '6.3.90';
my %types_to_enter;
Modified: trunk/tp/Texinfo/XSLoader.pm
===================================================================
--- trunk/tp/Texinfo/XSLoader.pm 2017-04-23 13:33:06 UTC (rev 7755)
+++ trunk/tp/Texinfo/XSLoader.pm 2017-04-23 16:54:48 UTC (rev 7756)
@@ -23,7 +23,7 @@
our $TEXINFO_XS;
-our $VERSION = '6.3dev';
+our $VERSION = '6.3.90';
our $disable_XS;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [7756] 6.3.90 pretest,
gavinsmith0123 <=