texinfo-commits
[Top][All Lists]
Advanced

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

[7313] 6.1.90 pretest


From: gavinsmith0123
Subject: [7313] 6.1.90 pretest
Date: Sat, 13 Aug 2016 11:17:32 +0000 (UTC)

Revision: 7313
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7313
Author:   gavin
Date:     2016-08-13 11:17:32 +0000 (Sat, 13 Aug 2016)
Log Message:
-----------
6.1.90 pretest

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/configure.ac
    trunk/doc/version-stnd.texi
    trunk/doc/version.texi
    trunk/man/pod2texi.1
    trunk/texindex/texindex.awk
    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/Parser.pm
    trunk/tp/Texinfo/Structuring.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/ChangeLog     2016-08-13 11:17:32 UTC (rev 7313)
@@ -1,5 +1,9 @@
 2016-08-13  Gavin Smith  <address@hidden>
 
+       * pretest 6.1.90
+
+2016-08-13  Gavin Smith  <address@hidden>
+
        * doc/texinfo-tex-test.texi (Document encoding): Test glyph 
        commands in section title.
 

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/configure.ac  2016-08-13 11:17:32 UTC (rev 7313)
@@ -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.1dev], address@hidden)
+AC_INIT([GNU Texinfo], [6.1.90], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

Modified: trunk/doc/version-stnd.texi
===================================================================
--- trunk/doc/version-stnd.texi 2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/doc/version-stnd.texi 2016-08-13 11:17:32 UTC (rev 7313)
@@ -1,4 +1,4 @@
 @set UPDATED 6 February 2016
 @set UPDATED-MONTH February 2016
address@hidden EDITION 6.1
address@hidden VERSION 6.1
address@hidden EDITION 6.1.90
address@hidden VERSION 6.1.90

Modified: trunk/doc/version.texi
===================================================================
--- trunk/doc/version.texi      2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/doc/version.texi      2016-08-13 11:17:32 UTC (rev 7313)
@@ -1,4 +1,4 @@
address@hidden UPDATED 6 February 2016
address@hidden UPDATED-MONTH February 2016
address@hidden EDITION 6.1
address@hidden VERSION 6.1
address@hidden UPDATED 30 July 2016
address@hidden UPDATED-MONTH July 2016
address@hidden EDITION 6.1.90
address@hidden VERSION 6.1.90

Modified: trunk/man/pod2texi.1
===================================================================
--- trunk/man/pod2texi.1        2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/man/pod2texi.1        2016-08-13 11:17:32 UTC (rev 7313)
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "POD2TEXI 1"
-.TH POD2TEXI 1 "2015-02-25" "perl v5.18.1" "User Contributed Perl 
Documentation"
+.TH POD2TEXI 1 "2016-02-06" "perl v5.18.1" "User Contributed Perl 
Documentation"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -222,7 +222,7 @@
 Texinfo home page: <http://www.gnu.org/software/texinfo/>
 .SH "COPYRIGHT"
 .IX Header "COPYRIGHT"
-Copyright 2015 Free Software Foundation, Inc.
+Copyright 2016 Free Software Foundation, Inc.
 .PP
 This program is free software; you can redistribute it and/or modify
 it under the terms of the \s-1GNU\s0 General Public License as published by

Modified: trunk/texindex/texindex.awk
===================================================================
--- trunk/texindex/texindex.awk 2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/texindex/texindex.awk 2016-08-13 11:17:32 UTC (rev 7313)
@@ -161,7 +161,7 @@
   EXIT_SUCCESS = 0
   EXIT_FAILURE = 1
   
-  Texindex_version = "6.1"
+  Texindex_version = "6.1.90"
   if (! Invocation_name) {
     # provide fallback in case it's not passed in.
     Invocation_name = "texindex"

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Common.pm  2016-08-13 11:17:32 UTC (rev 7313)
@@ -71,7 +71,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2016-08-13 11:17:32 UTC (rev 
7313)
@@ -60,7 +60,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2016-08-13 11:17:32 UTC (rev 7313)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2016-08-13 11:17:32 UTC (rev 7313)
@@ -56,7 +56,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.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    2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2016-08-13 11:17:32 UTC (rev 7313)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2016-08-13 11:17:32 UTC (rev 
7313)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/Info.pm    2016-08-13 11:17:32 UTC (rev 7313)
@@ -45,7 +45,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm       2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm       2016-08-13 11:17:32 UTC (rev 
7313)
@@ -49,7 +49,7 @@
 BEGIN {
 
 my $module = "Texinfo::Convert::XSParagraph::XSParagraph";
-our $VERSION = '6.1';
+our $VERSION = '6.1.90';
 # Module interface number, to be changed when the XS interface changes.  
 # The value used for the .xs file compilation is set in configure.ac.  
 # Both should correspond, but it should be manually changed here to make

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2016-08-13 11:17:32 UTC (rev 
7313)
@@ -57,7 +57,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.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 2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2016-08-13 11:17:32 UTC (rev 7313)
@@ -47,7 +47,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.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     2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2016-08-13 11:17:32 UTC (rev 
7313)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2016-08-13 10:45:34 UTC (rev 
7312)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2016-08-13 11:17:32 UTC (rev 
7313)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Convert/Text.pm    2016-08-13 11:17:32 UTC (rev 7313)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Parser.pm  2016-08-13 11:17:32 UTC (rev 7313)
@@ -91,7 +91,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2016-08-13 10:45:34 UTC (rev 7312)
+++ trunk/tp/Texinfo/Structuring.pm     2016-08-13 11:17:32 UTC (rev 7313)
@@ -73,7 +73,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.1';
+$VERSION = '6.1.90';
 
 
 my %types_to_enter;




reply via email to

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