[Po4a-commits] "po4a/lib/Locale/Po4a Dia.pm, 1.16, 1.17 Docbook.pm, 1.32, 1.33 Guide.pm, 1.14, 1.15"

Nicolas FRANCOIS nekral-guest at alioth.debian.org
Sun Feb 22 10:20:33 UTC 2009


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory alioth:/tmp/cvs-serv12282/lib/Locale/Po4a

Modified Files:
	Dia.pm Docbook.pm Guide.pm 
Log Message:
	* lib/Locale/Po4a/Dia.pm, lib/Locale/Po4a/Docbook.pm,
	lib/Locale/Po4a/Guide.pm: Do not use tagsonly, which is not needed
	anymore and deprecated.


Index: Docbook.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Docbook.pm,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Docbook.pm	31 Jan 2009 19:07:09 -0000	1.32
+++ Docbook.pm	22 Feb 2009 10:20:31 -0000	1.33
@@ -89,7 +89,6 @@
 	my %options = @_;
 
 	$self->SUPER::initialize(%options);
-	$self->{options}{'tagsonly'}=1;
 	$self->{options}{'wrap'}=1;
 	$self->{options}{'doctype'}=$self->{options}{'doctype'} || 'docbook xml';
 

Index: Guide.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Guide.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Guide.pm	29 Dec 2008 12:51:38 -0000	1.14
+++ Guide.pm	22 Feb 2009 10:20:31 -0000	1.15
@@ -84,7 +84,6 @@
 
 #TODO: <include href="..."> includes a file
 	$self->SUPER::initialize(%options);
-	$self->{options}{'tagsonly'}=1;
 	$self->{options}{'_default_translated'}.='
 		w<abstract>
 		<author>

Index: Dia.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Dia.pm,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Dia.pm	29 Dec 2008 12:34:04 -0000	1.16
+++ Dia.pm	22 Feb 2009 10:20:31 -0000	1.17
@@ -91,7 +91,6 @@
 	my %options = @_;
 
 	$self->SUPER::initialize(%options);
-	$self->{options}{'tagsonly'}=1;
 	$self->{options}{'nostrip'}=1;
 	$self->{options}{'_default_translated'}.=' <dia:string>';
 	$self->treat_options;




More information about the Po4a-commits mailing list