texinfo-commits
[Top][All Lists]
Advanced

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

[7842] 6.4


From: gavinsmith0123
Subject: [7842] 6.4
Date: Fri, 23 Jun 2017 02:47:27 -0400 (EDT)

Revision: 7842
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7842
Author:   gavin
Date:     2017-06-23 02:47:27 -0400 (Fri, 23 Jun 2017)
Log Message:
-----------
6.4

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/NEWS
    trunk/README
    trunk/configure.ac
    trunk/doc/refcard/txirefcard.tex
    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
    trunk/tp/tests/formatting/res_parser/cond_xml/cond.xml
    trunk/tp/tests/formatting/res_parser/split_for_format_not_split/simplest.xml
    trunk/tp/tests/layout/res_parser/formatting_xml/formatting.xml
    trunk/util/pdftexi2dvi
    trunk/util/texi2dvi
    trunk/util/texi2pdf

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/ChangeLog     2017-06-23 06:47:27 UTC (rev 7842)
@@ -1,3 +1,10 @@
+2017-06-23  Gavin Smith  <address@hidden>
+
+       6.4 release.
+       * configure.ac, NEWS, util/texi2dvi, util/texi2pdf,
+       doc/refcard/txirefcard.tex: Version number.
+       * configure.ac (TEXINFO_DTD_VERSION): Change to 6.4.
+
 2017-06-21  Gavin Smith  <address@hidden>
 
        * util/texi2dvi (sorted_index_filter) <latex input>: Don't

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/NEWS  2017-06-23 06:47:27 UTC (rev 7842)
@@ -11,6 +11,7 @@
   notice and this notice are preserved.
 
 -------------------------------------------------------------------------------
+6.4 (23 June 2017)
 * texi2any:
   . for HTML output, place section names before the manual in page
     titles, instead of after them, so it is easier to distinguish pages

Modified: trunk/README
===================================================================
--- trunk/README        2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/README        2017-06-23 06:47:27 UTC (rev 7842)
@@ -3,7 +3,7 @@
 the preferred documentation format for GNU software.
 
   Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
-  2002, 2003, 2004, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+  2002, 2003, 2004, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
   Free Software Foundation, Inc.
 
   Copying and distribution of this file, with or without modification,

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac  2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/configure.ac  2017-06-23 06:47:27 UTC (rev 7842)
@@ -2,7 +2,7 @@
 # $Id$
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
-# 2012, 2013, 2014, 2015, 2016 Free Software Foundation, Inc.
+# 2012, 2013, 2014, 2015, 2016, 2017 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
@@ -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.92], address@hidden)
+AC_INIT([GNU Texinfo], [6.4], address@hidden)
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
@@ -35,7 +35,7 @@
 # 3. It may be kept as is in case there were no change in the DTD
 #    between releases.  This is rare, but has happened.
 #
-TEXINFO_DTD_VERSION=6.3dev
+TEXINFO_DTD_VERSION=6.4
 AC_SUBST([TEXINFO_DTD_VERSION])
 
 # Conditional texi2html support.

Modified: trunk/doc/refcard/txirefcard.tex
===================================================================
--- trunk/doc/refcard/txirefcard.tex    2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/doc/refcard/txirefcard.tex    2017-06-23 06:47:27 UTC (rev 7842)
@@ -49,8 +49,8 @@
 % Much of the text is based on, and sometimes copied from, the @-Command
 % Summary node in the Texinfo manual, originally written by Bob Chassell.
 
-\def\versionyear{2016}          % year manual was updated
-\def\versionTexinfo{6.3}        % version of Texinfo this manual is for
+\def\versionyear{2017}          % year manual was updated
+\def\versionTexinfo{6.4}        % version of Texinfo this manual is for
 
 \def\copyrightnotice{%
 \vskip 1ex plus 1filll\begingroup\small

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Common.pm  2017-06-23 06:47:27 UTC (rev 7842)
@@ -71,7 +71,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2017-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2017-06-23 06:47:27 UTC (rev 
7842)
@@ -60,7 +60,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2017-06-23 06:47:27 UTC (rev 7842)
@@ -55,7 +55,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 my $nbsp = '&#'.hex('00A0').';';
 my $mdash = '&#'.hex('2014').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2017-06-23 06:47:27 UTC (rev 7842)
@@ -64,7 +64,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # 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-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2017-06-23 06:47:27 UTC (rev 7842)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2017-06-23 06:47:27 UTC (rev 
7842)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/Info.pm    2017-06-23 06:47:27 UTC (rev 7842)
@@ -49,7 +49,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Paragraph.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Paragraph.pm       2017-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/Paragraph.pm       2017-06-23 06:47:27 UTC (rev 
7842)
@@ -20,7 +20,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.3.92';
+our $VERSION = '6.4';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2017-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2017-06-23 06:47:27 UTC (rev 
7842)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # 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-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2017-06-23 06:47:27 UTC (rev 7842)
@@ -47,7 +47,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 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-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2017-06-23 06:47:27 UTC (rev 
7842)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-06-23 05:54:43 UTC (rev 
7841)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2017-06-23 06:47:27 UTC (rev 
7842)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Convert/Text.pm    2017-06-23 06:47:27 UTC (rev 7842)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 # 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-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/MiscXS.pm  2017-06-23 06:47:27 UTC (rev 7842)
@@ -22,7 +22,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '6.3.92';
+our $VERSION = '6.4';
 
 use Texinfo::XSLoader;
 

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Parser.pm  2017-06-23 06:47:27 UTC (rev 7842)
@@ -106,7 +106,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/Structuring.pm     2017-06-23 06:47:27 UTC (rev 7842)
@@ -70,7 +70,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '6.3.92';
+$VERSION = '6.4';
 
 
 my %types_to_enter;

Modified: trunk/tp/Texinfo/XSLoader.pm
===================================================================
--- trunk/tp/Texinfo/XSLoader.pm        2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/Texinfo/XSLoader.pm        2017-06-23 06:47:27 UTC (rev 7842)
@@ -23,7 +23,7 @@
 
 our $TEXINFO_XS;
 
-our $VERSION = '6.3.92';
+our $VERSION = '6.4';
 
 our $disable_XS;
 

Modified: trunk/tp/tests/formatting/res_parser/cond_xml/cond.xml
===================================================================
--- trunk/tp/tests/formatting/res_parser/cond_xml/cond.xml      2017-06-23 
05:54:43 UTC (rev 7841)
+++ trunk/tp/tests/formatting/res_parser/cond_xml/cond.xml      2017-06-23 
06:47:27 UTC (rev 7842)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.3dev//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.3dev/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.4//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.4/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="cond.xml"></filename>
 <preamble>\input texinfo

Modified: 
trunk/tp/tests/formatting/res_parser/split_for_format_not_split/simplest.xml
===================================================================
--- 
trunk/tp/tests/formatting/res_parser/split_for_format_not_split/simplest.xml    
    2017-06-23 05:54:43 UTC (rev 7841)
+++ 
trunk/tp/tests/formatting/res_parser/split_for_format_not_split/simplest.xml    
    2017-06-23 06:47:27 UTC (rev 7842)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.3dev//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.3dev/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.4//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.4/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="simplest.xml"></filename>
 <preamble>\input texinfo @c -*-texinfo-*-

Modified: trunk/tp/tests/layout/res_parser/formatting_xml/formatting.xml
===================================================================
--- trunk/tp/tests/layout/res_parser/formatting_xml/formatting.xml      
2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/tp/tests/layout/res_parser/formatting_xml/formatting.xml      
2017-06-23 06:47:27 UTC (rev 7842)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.3dev//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.3dev/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V6.4//EN" 
"http://www.gnu.org/software/texinfo/dtd/6.4/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="formatting.xml"></filename>
 <preamble>\input texinfo @c -*-texinfo-*-

Modified: trunk/util/pdftexi2dvi
===================================================================
--- trunk/util/pdftexi2dvi      2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/util/pdftexi2dvi      2017-06-23 06:47:27 UTC (rev 7842)
@@ -25,9 +25,9 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.3) $rcs_version
+texi2pdf (GNU Texinfo 6.4) $rcs_version
 
-Copyright (C) 2016 Free Software Foundation, Inc.
+Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Modified: trunk/util/texi2dvi
===================================================================
--- trunk/util/texi2dvi 2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/util/texi2dvi 2017-06-23 06:47:27 UTC (rev 7842)
@@ -4,7 +4,7 @@
 #
 # Copyright 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
-# 2014, 2015, 2016 Free Software Foundation, Inc.
+# 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -219,9 +219,9 @@
 version ()
 {
   cat <<EOF
-texi2dvi (GNU Texinfo 6.3) $rcs_version
+texi2dvi (GNU Texinfo 6.4) $rcs_version
 
-Copyright (C) 2016 Free Software Foundation, Inc.
+Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

Modified: trunk/util/texi2pdf
===================================================================
--- trunk/util/texi2pdf 2017-06-23 05:54:43 UTC (rev 7841)
+++ trunk/util/texi2pdf 2017-06-23 06:47:27 UTC (rev 7842)
@@ -25,9 +25,9 @@
 # obliged to.
 if test "x$1" = x--version; then
   cat <<EOF
-texi2pdf (GNU Texinfo 6.3) $rcs_version
+texi2pdf (GNU Texinfo 6.4) $rcs_version
 
-Copyright (C) 2016 Free Software Foundation, Inc.
+Copyright (C) 2017 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.




reply via email to

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