texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog configure.ac tp/Texinfo/Commo...


From: Patrice Dumas
Subject: texinfo ChangeLog configure.ac tp/Texinfo/Commo...
Date: Tue, 18 Dec 2012 23:38:31 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/12/18 23:38:31

Modified files:
        .              : ChangeLog configure.ac 
        tp/Texinfo     : Common.pm Parser.pm Structuring.pm 
        tp/Texinfo/Convert: Converter.pm DocBook.pm HTML.pm Info.pm 
                            Plaintext.pm Texinfo.pm Text.pm XML.pm 
        tp/t           : test_utils.pl 
        tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml: 
                                                                          
char_latin1_utf8_in_refs.xml 
        tp/tests/formatting/res_parser/cond_xml: cond.xml 
        tp/tests/layout/res_parser/formatting_xml: formatting.xml 

Log message:
                * configure.ac, tp/Texinfo/*, tp/t/*: use the correct next 
version 
                number for DTD and in other places.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1481&r2=1.1482
http://cvs.savannah.gnu.org/viewcvs/texinfo/configure.ac?cvsroot=texinfo&r1=1.131&r2=1.132
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Common.pm?cvsroot=texinfo&r1=1.166&r2=1.167
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.406&r2=1.407
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.140&r2=1.141
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Converter.pm?cvsroot=texinfo&r1=1.94&r2=1.95
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/DocBook.pm?cvsroot=texinfo&r1=1.56&r2=1.57
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.268&r2=1.269
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Info.pm?cvsroot=texinfo&r1=1.90&r2=1.91
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.230&r2=1.231
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Texinfo.pm?cvsroot=texinfo&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Text.pm?cvsroot=texinfo&r1=1.99&r2=1.100
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/XML.pm?cvsroot=texinfo&r1=1.90&r2=1.91
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/test_utils.pl?cvsroot=texinfo&r1=1.127&r2=1.128
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml?cvsroot=texinfo&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/formatting/res_parser/cond_xml/cond.xml?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/layout/res_parser/formatting_xml/formatting.xml?cvsroot=texinfo&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1481
retrieving revision 1.1482
diff -u -b -r1.1481 -r1.1482
--- ChangeLog   18 Dec 2012 01:36:11 -0000      1.1481
+++ ChangeLog   18 Dec 2012 23:38:28 -0000      1.1482
@@ -1,3 +1,8 @@
+2012-12-19  Patrice Dumas  <address@hidden>
+
+       * configure.ac, tp/Texinfo/*, tp/t/*: use the correct next version 
+       number for DTD and in other places.
+
 2012-12-17  Karl Berry  <address@hidden>
 
        * pretest 4.13.92.

Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -b -r1.131 -r1.132
--- configure.ac        18 Dec 2012 01:36:12 -0000      1.131
+++ configure.ac        18 Dec 2012 23:38:29 -0000      1.132
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.131 2012/12/18 01:36:12 karl Exp $
+# $Id: configure.ac,v 1.132 2012/12/18 23:38:29 pertusus Exp $
 #
 # Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
 # Free Software Foundation, Inc.
@@ -27,10 +27,17 @@
 AC_CONFIG_HEADERS([config.h:config.in])dnl Keep filename to 8.3 for MS-DOS.
 AC_CONFIG_SRCDIR([info/info.c])
 
-# version for the dtd.  In between releases, PACKAGE_VERSION is not set
-# to a value that corresponds to actual files on the internet.
+# version for the dtd.  It is manually set to the next version number 
+# rather than $PACKAGE_VERSION as soon as the DTD is modified.  There 
+# are 3 reasons for that:
+# 1. to avoid using a DTD from internet that wouldn't be in sync;
+# 2. to avoid unnnecessary changes in XML output file headers, in
+#    test results for instance.  Otherwise after a release the 
+#    devel version and the pretest versions would be used;
+# 3. it may be kept as is in case there were no change in the DTD
+#    between releases.  This is highly improbable, but who knows.
 # TEXINFO_DTD_VERSION=$PACKAGE_VERSION
-TEXINFO_DTD_VERSION=5.00
+TEXINFO_DTD_VERSION=5.0
 AC_SUBST([TEXINFO_DTD_VERSION])
 
 # Conditional texi2html support.

Index: tp/Texinfo/Common.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Common.pm,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -b -r1.166 -r1.167
--- tp/Texinfo/Common.pm        18 Dec 2012 00:07:15 -0000      1.166
+++ tp/Texinfo/Common.pm        18 Dec 2012 23:38:29 -0000      1.167
@@ -67,7 +67,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 # i18n
 sub N__($)

Index: tp/Texinfo/Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -b -r1.406 -r1.407
--- tp/Texinfo/Parser.pm        18 Dec 2012 00:07:15 -0000      1.406
+++ tp/Texinfo/Parser.pm        18 Dec 2012 23:38:29 -0000      1.407
@@ -87,7 +87,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 sub N__($)
 {

Index: tp/Texinfo/Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -b -r1.140 -r1.141
--- tp/Texinfo/Structuring.pm   15 Dec 2012 17:12:56 -0000      1.140
+++ tp/Texinfo/Structuring.pm   18 Dec 2012 23:38:29 -0000      1.141
@@ -68,7 +68,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 
 my %types_to_enter;

Index: tp/Texinfo/Convert/Converter.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -b -r1.94 -r1.95
--- tp/Texinfo/Convert/Converter.pm     18 Dec 2012 00:07:15 -0000      1.94
+++ tp/Texinfo/Convert/Converter.pm     18 Dec 2012 23:38:29 -0000      1.95
@@ -59,7 +59,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Index: tp/Texinfo/Convert/DocBook.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/DocBook.pm,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -b -r1.56 -r1.57
--- tp/Texinfo/Convert/DocBook.pm       16 Dec 2012 02:21:39 -0000      1.56
+++ tp/Texinfo/Convert/DocBook.pm       18 Dec 2012 23:38:29 -0000      1.57
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 my $mdash = '&#'.hex('2014').';';
 my $ndash = '&#'.hex('2013').';';

Index: tp/Texinfo/Convert/HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -b -r1.268 -r1.269
--- tp/Texinfo/Convert/HTML.pm  18 Dec 2012 00:07:15 -0000      1.268
+++ tp/Texinfo/Convert/HTML.pm  18 Dec 2012 23:38:29 -0000      1.269
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Index: tp/Texinfo/Convert/Info.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Info.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- tp/Texinfo/Convert/Info.pm  18 Dec 2012 00:07:16 -0000      1.90
+++ tp/Texinfo/Convert/Info.pm  18 Dec 2012 23:38:29 -0000      1.91
@@ -45,7 +45,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Index: tp/Texinfo/Convert/Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -b -r1.230 -r1.231
--- tp/Texinfo/Convert/Plaintext.pm     16 Dec 2012 02:21:40 -0000      1.230
+++ tp/Texinfo/Convert/Plaintext.pm     18 Dec 2012 23:38:30 -0000      1.231
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 # misc commands that are of use for formatting.
 my %formatting_misc_commands = 
%Texinfo::Convert::Text::formatting_misc_commands;

Index: tp/Texinfo/Convert/Texinfo.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Texinfo.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- tp/Texinfo/Convert/Texinfo.pm       25 Sep 2012 17:46:37 -0000      1.13
+++ tp/Texinfo/Convert/Texinfo.pm       18 Dec 2012 23:38:30 -0000      1.14
@@ -46,7 +46,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 my %misc_commands            = %Texinfo::Common::misc_commands;
 my %brace_commands           = %Texinfo::Common::brace_commands;    

Index: tp/Texinfo/Convert/Text.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Text.pm,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -b -r1.99 -r1.100
--- tp/Texinfo/Convert/Text.pm  25 Sep 2012 17:46:37 -0000      1.99
+++ tp/Texinfo/Convert/Text.pm  18 Dec 2012 23:38:30 -0000      1.100
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 # this is in fact not needed for 'footnote', 'shortcaption', 'caption'
 # when they have no brace_command_arg, see below.

Index: tp/Texinfo/Convert/XML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/XML.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- tp/Texinfo/Convert/XML.pm   15 Dec 2012 18:19:17 -0000      1.90
+++ tp/Texinfo/Convert/XML.pm   18 Dec 2012 23:38:30 -0000      1.91
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.00';
+$VERSION = '5.0';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,
@@ -60,7 +60,7 @@
   'EXTENSION'            => 'xml',
   #'output_perl_encoding' => 'utf8',
   'OUTPUT_ENCODING_NAME' => 'utf-8',
-  'TEXINFO_DTD_VERSION'  => '5.00',
+  'TEXINFO_DTD_VERSION'  => '5.0',
   'OUTFILE'              => undef,
   'SUBDIR'               => undef,
   'output_format'        => 'xml',

Index: tp/t/test_utils.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/test_utils.pl,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- tp/t/test_utils.pl  15 Dec 2012 17:12:57 -0000      1.127
+++ tp/t/test_utils.pl  18 Dec 2012 23:38:30 -0000      1.128
@@ -121,7 +121,7 @@
 ]>
 '. "<book lang=\"en\">\n", "</book>\n"],
   'xml' => ['<?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd";>
 <texinfo xml:lang="en">
 ', "</texinfo>\n"],
  'html_text' => ['<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 
Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd";>

Index: 
tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- 
tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml
       10 Dec 2012 20:00:10 -0000      1.2
+++ 
tp/t/results/converters_tests/char_latin1_latin1_in_refs/res_xml/char_latin1_utf8_in_refs.xml
       18 Dec 2012 23:38:30 -0000      1.3
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1" ?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="char_latin1_utf8_in_refs.xml"></filename>
 <preamble>\input texinfo

Index: tp/tests/formatting/res_parser/cond_xml/cond.xml
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/formatting/res_parser/cond_xml/cond.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tp/tests/formatting/res_parser/cond_xml/cond.xml    10 Dec 2012 01:34:14 
-0000      1.5
+++ tp/tests/formatting/res_parser/cond_xml/cond.xml    18 Dec 2012 23:38:30 
-0000      1.6
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="cond.xml"></filename>
 <preamble>\input texinfo

Index: tp/tests/layout/res_parser/formatting_xml/formatting.xml
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/layout/res_parser/formatting_xml/formatting.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- tp/tests/layout/res_parser/formatting_xml/formatting.xml    10 Dec 2012 
01:34:14 -0000      1.15
+++ tp/tests/layout/res_parser/formatting_xml/formatting.xml    18 Dec 2012 
23:38:30 -0000      1.16
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.00//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.00/texinfo.dtd";>
+<!DOCTYPE texinfo PUBLIC "-//GNU//DTD TexinfoML V5.0//EN" 
"http://www.gnu.org/software/texinfo/dtd/5.0/texinfo.dtd";>
 <texinfo xml:lang="en">
 <filename file="formatting.xml"></filename>
 <preamble>\input texinfo @c -*-texinfo-*-



reply via email to

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