texinfo-commits
[Top][All Lists]
Advanced

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

[5235] Update MANIFEST and version in modules.


From: Patrice Dumas
Subject: [5235] Update MANIFEST and version in modules.
Date: Thu, 14 Mar 2013 01:59:21 +0000

Revision: 5235
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5235
Author:   pertusus
Date:     2013-03-14 01:59:19 +0000 (Thu, 14 Mar 2013)
Log Message:
-----------
Update MANIFEST and version in modules.

Modified Paths:
--------------
    trunk/tp/MANIFEST
    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/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
    trunk/tp/maintain/MANIFEST_generated_files

Modified: trunk/tp/MANIFEST
===================================================================
--- trunk/tp/MANIFEST   2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/MANIFEST   2013-03-14 01:59:19 UTC (rev 5235)
@@ -11,8 +11,8 @@
 LocaleData/eo/LC_MESSAGES/texinfo_document.mo
 LocaleData/es.us-ascii/LC_MESSAGES/texinfo_document.mo
 LocaleData/es/LC_MESSAGES/texinfo.mo
-LocaleData/fr.us-ascii/LC_MESSAGES/texinfo_document.mo
 LocaleData/fr/LC_MESSAGES/texinfo.mo
+LocaleData/fr/LC_MESSAGES/texinfo_document.mo
 LocaleData/he/LC_MESSAGES/texinfo.mo
 LocaleData/hr/LC_MESSAGES/texinfo.mo
 LocaleData/hu/LC_MESSAGES/texinfo.mo
@@ -123,7 +123,7 @@
 po_document/de.us-ascii.po
 po_document/eo.po
 po_document/es.us-ascii.po
-po_document/fr.us-ascii.po
+po_document/fr.po
 po_document/hu.po
 po_document/it.po
 po_document/nl.po

Modified: trunk/tp/Texinfo/Common.pm
===================================================================
--- trunk/tp/Texinfo/Common.pm  2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Common.pm  2013-03-14 01:59:19 UTC (rev 5235)
@@ -67,7 +67,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # i18n
 sub N__($)

Modified: trunk/tp/Texinfo/Convert/Converter.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Converter.pm       2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/Texinfo/Convert/Converter.pm       2013-03-14 01:59:19 UTC (rev 
5235)
@@ -59,7 +59,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,

Modified: trunk/tp/Texinfo/Convert/DocBook.pm
===================================================================
--- trunk/tp/Texinfo/Convert/DocBook.pm 2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/DocBook.pm 2013-03-14 01:59:19 UTC (rev 5235)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 my $mdash = '&#'.hex('2014').';';
 my $ndash = '&#'.hex('2013').';';

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2013-03-14 01:59:19 UTC (rev 5235)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # 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    2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/IXIN.pm    2013-03-14 01:59:19 UTC (rev 5235)
@@ -54,7 +54,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 my $ixin_version = 1;
 

Modified: trunk/tp/Texinfo/Convert/IXINSXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/IXINSXML.pm        2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/Texinfo/Convert/IXINSXML.pm        2013-03-14 01:59:19 UTC (rev 
5235)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 my %defaults = (
   'ENABLE_ENCODING'      => 0,

Modified: trunk/tp/Texinfo/Convert/Info.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Info.pm    2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/Info.pm    2013-03-14 01:59:19 UTC (rev 5235)
@@ -45,7 +45,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 my $STDIN_DOCU_NAME = 'stdin';
 

Modified: trunk/tp/Texinfo/Convert/Plaintext.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Plaintext.pm       2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/Texinfo/Convert/Plaintext.pm       2013-03-14 01:59:19 UTC (rev 
5235)
@@ -53,7 +53,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # 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 2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/Texinfo.pm 2013-03-14 01:59:19 UTC (rev 5235)
@@ -46,7 +46,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 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     2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/Texinfo/Convert/TexinfoSXML.pm     2013-03-14 01:59:19 UTC (rev 
5235)
@@ -50,7 +50,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # SXML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/TexinfoXML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/TexinfoXML.pm      2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/Texinfo/Convert/TexinfoXML.pm      2013-03-14 01:59:19 UTC (rev 
5235)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # XML specific
 my %defaults = (

Modified: trunk/tp/Texinfo/Convert/Text.pm
===================================================================
--- trunk/tp/Texinfo/Convert/Text.pm    2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Convert/Text.pm    2013-03-14 01:59:19 UTC (rev 5235)
@@ -52,7 +52,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 # 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  2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Parser.pm  2013-03-14 01:59:19 UTC (rev 5235)
@@ -87,7 +87,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 sub N__($)
 {

Modified: trunk/tp/Texinfo/Structuring.pm
===================================================================
--- trunk/tp/Texinfo/Structuring.pm     2013-03-12 22:56:31 UTC (rev 5234)
+++ trunk/tp/Texinfo/Structuring.pm     2013-03-14 01:59:19 UTC (rev 5235)
@@ -68,7 +68,7 @@
 @EXPORT = qw(
 );
 
-$VERSION = '5.0';
+$VERSION = '5.1';
 
 
 my %types_to_enter;

Modified: trunk/tp/maintain/MANIFEST_generated_files
===================================================================
--- trunk/tp/maintain/MANIFEST_generated_files  2013-03-12 22:56:31 UTC (rev 
5234)
+++ trunk/tp/maintain/MANIFEST_generated_files  2013-03-14 01:59:19 UTC (rev 
5235)
@@ -7,8 +7,8 @@
 LocaleData/eo/LC_MESSAGES/texinfo.mo
 LocaleData/es/LC_MESSAGES/texinfo.mo
 LocaleData/es.us-ascii/LC_MESSAGES/texinfo_document.mo
+LocaleData/fr/LC_MESSAGES/texinfo_document.mo
 LocaleData/fr/LC_MESSAGES/texinfo.mo
-LocaleData/fr.us-ascii/LC_MESSAGES/texinfo_document.mo
 LocaleData/he/LC_MESSAGES/texinfo.mo
 LocaleData/hr/LC_MESSAGES/texinfo.mo
 LocaleData/hu/LC_MESSAGES/texinfo_document.mo
@@ -42,7 +42,7 @@
 po_document/de.us-ascii.po
 po_document/eo.po
 po_document/es.us-ascii.po
-po_document/fr.us-ascii.po
+po_document/fr.po
 po_document/hu.po
 po_document/it.po
 po_document/Makefile




reply via email to

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