texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo/Convert Converter.pm HTML.pm...


From: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert Converter.pm HTML.pm...
Date: Sat, 01 Oct 2011 15:26:12 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/01 15:26:12

Modified files:
        tp/Texinfo/Convert: Converter.pm HTML.pm Plaintext.pm 

Log message:
        empty_lines_count is not a configuration variable.
        Put footnotestyle default for all converters.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Converter.pm?cvsroot=texinfo&r1=1.50&r2=1.51
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.162&r2=1.163
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.168&r2=1.169

Patches:
Index: Converter.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Converter.pm,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- Converter.pm        1 Oct 2011 15:14:21 -0000       1.50
+++ Converter.pm        1 Oct 2011 15:26:11 -0000       1.51
@@ -33,7 +33,6 @@
 
 my %defaults = (
   'ENABLE_ENCODING'      => 1,
-  'footnotestyle'        => 'end',
 #  'perl_encoding'        => 'ascii',
 #  'encoding_name'      => 'us-ascii',
   'OUTFILE'              => undef,
@@ -58,6 +57,7 @@
   'paragraphindent'      => 3,
   'firstparagraphindent' => 'none',
   'allowcodebreaks'      => 'true',
+  'footnotestyle'        => 'end',
 
   'DEBUG'                => 0,
   'TEST'                 => 0,

Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- HTML.pm     1 Oct 2011 15:14:22 -0000       1.162
+++ HTML.pm     1 Oct 2011 15:26:12 -0000       1.163
@@ -835,7 +835,6 @@
 our %defaults = (
   'ENABLE_ENCODING'      => 0,
   'SHOW_MENU'            => 1,
-  'footnotestyle'        => 'end',
   'perl_encoding'        => 'utf8',
   'encoding_name'        => 'utf-8',
   #'encoding_name'        => undef,

Index: Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -b -r1.168 -r1.169
--- Plaintext.pm        1 Oct 2011 15:14:22 -0000       1.168
+++ Plaintext.pm        1 Oct 2011 15:26:12 -0000       1.169
@@ -280,13 +280,11 @@
   'EXTENSION'            => 'info',
   'USE_SETFILENAME_EXTENSION' => 1,
 
-  'footnotestyle'        => 'end',
   'encoding_name'        => undef,
   'perl_encoding'        => undef,
   'OUTFILE'              => undef,
   'SUBDIR'               => undef,
   'documentlanguage'     => undef,
-  'empty_lines_count'    => undef,
 
   'output_format'        => '',
 );
@@ -331,6 +329,7 @@
 
   $self->{'context'} = [];
   $self->{'format_context'} = [];
+  $self->{'empty_lines_count'} = undef;
   $self->push_top_formatter('_Root_context');
   push @{$self->{'count_context'}}, {'lines' => 0, 'bytes' => 0,
                                      'locations' => []};



reply via email to

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