texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog texi2html.init texi2html.pl...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.init texi2html.pl...
Date: Fri, 05 Oct 2007 22:55:15 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        07/10/05 22:55:15

Modified files:
        .              : ChangeLog texi2html.init texi2html.pl 
        Tests/floats_res: float_copying.html 
        Tests/formatting_res: clean.html exotic_formatting.html 
                              formatting.html formatting_html32.html 
                              fr_formatting.html heading.html 
                              icons_fr_formatting.html 
                              to_utf8_formatting.html 
                              weird_quotes_formatting.html 
        Tests/index_table_res: index_special_region.html 
                               index_special_region_1.html 
                               index_special_region_fot.html 
        doc            : texi2html.html 

Log message:
                Don't output footnote lines for footnotes not part of the 
document.
                Better id generation for headings in region.
                Better handling of anchors in special regions.
                Prefix the targets in special regions with t_h.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.280&r2=1.281
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.127&r2=1.128
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.194&r2=1.195
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/floats_res/float_copying.html?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/clean.html?cvsroot=texi2html&r1=1.30&r2=1.31
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/exotic_formatting.html?cvsroot=texi2html&r1=1.65&r2=1.66
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/formatting.html?cvsroot=texi2html&r1=1.66&r2=1.67
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/formatting_html32.html?cvsroot=texi2html&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/fr_formatting.html?cvsroot=texi2html&r1=1.59&r2=1.60
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/heading.html?cvsroot=texi2html&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/icons_fr_formatting.html?cvsroot=texi2html&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/to_utf8_formatting.html?cvsroot=texi2html&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/formatting_res/weird_quotes_formatting.html?cvsroot=texi2html&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/index_table_res/index_special_region.html?cvsroot=texi2html&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/index_table_res/index_special_region_1.html?cvsroot=texi2html&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/index_table_res/index_special_region_fot.html?cvsroot=texi2html&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.html?cvsroot=texi2html&r1=1.59&r2=1.60

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -b -r1.280 -r1.281
--- ChangeLog   5 Oct 2007 12:10:55 -0000       1.280
+++ ChangeLog   5 Oct 2007 22:55:13 -0000       1.281
@@ -6,6 +6,10 @@
        add more information relative to the special regions.
        Treat more systematically the special regions with an initialization
        code allowing to fill the state with relevant information.
+       Don't output footnote lines for footnotes not part of the document.
+       Better id generation for headings in region.
+       Better handling of anchors in special regions.
+       Prefix the targets in special regions with t_h.
        * texi2html.pl, texi2html.init: use a formatting function for 
        documentdescription and give more arguments to copying_comment.
 

Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -b -r1.127 -r1.128
--- texi2html.init      5 Oct 2007 12:10:56 -0000       1.127
+++ texi2html.init      5 Oct 2007 22:55:13 -0000       1.128
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.127 2007/10/05 12:10:56 pertusus Exp $
+# $Id: texi2html.init,v 1.128 2007/10/05 22:55:13 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -4631,6 +4631,9 @@
           &$anchor($footnote_id, $document_file . "#$place_id",
                    "($number_in_doc)")
           . "</h3>\n");
+    # this is a bit obscure, this allows to add an anchor only if formatted
+    # as part of the document.
+    $place_id = '' if ($state->{'outside_document'} or 
$state->{'multiple_pass'});
     return ($lines, &$anchor($place_id,  $footnote_file . "#$footnote_id", 
            "($number_in_doc)"));
 }

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -b -r1.194 -r1.195
--- texi2html.pl        5 Oct 2007 12:10:56 -0000       1.194
+++ texi2html.pl        5 Oct 2007 22:55:13 -0000       1.195
@@ -60,7 +60,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.194 2007/10/05 12:10:56 pertusus Exp $
+# $Id: texi2html.pl,v 1.195 2007/10/05 22:55:13 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -119,6 +119,8 @@
 my $conf_file_name = 'Config' ;
 my $texinfo_htmlxref = 'htmlxref.cnf';
 
+my $target_prefix = "t_h";
+
 # directories for texi2html init files
 my @texi2html_config_dirs = ('./');
 push @texi2html_config_dirs, "$ENV{'HOME'}/.texi2html/" if 
(defined($ENV{'HOME'}));
@@ -7214,7 +7216,7 @@
     my $state = shift;
     my $line_nr = shift;
 
-    return '' if ($state->{'region_pass'});
+    return '' if ($state->{'multiple_pass'} or $state->{'remove_texi'});
     $anchor = normalise_node($anchor);
     if (!exists($nodes{$anchor}) or !defined($nodes{$anchor}->{'id'}))
     {
@@ -8380,6 +8382,8 @@
     my $foot_state = duplicate_state($doc_state);
     fill_state($foot_state);
 
+    push_state($foot_state);
+
     my ($foot_num, $relative_foot_num);
     if (!$foot_state->{'region'})
     {
@@ -8397,6 +8401,11 @@
  
     my $docid  = "DOCF$$foot_num";
     my $footid = "FOOT$$foot_num";
+    if ($doc_state->{'region'})
+    {
+        $docid = $target_prefix . $doc_state->{'region'} . "_$docid";
+        $footid = $target_prefix . $doc_state->{'region'} . "_$footid";
+    }
     my $from_file = '';
     if ($doc_state->{'element'} and $Texi2HTML::Config::SPLIT and 
$Texi2HTML::Config::SEPARATED_FOOTNOTES)
     { 
@@ -8414,7 +8423,15 @@
     my @lines = substitute_text($foot_state, map {$_ = $_."\n"} split (/\n/, 
$text));
     my ($foot_lines, $foot_label) = 
&$Texi2HTML::Config::foot_line_and_ref($$foot_num,
          $$relative_foot_num, $footid, $docid, $from_file, $file, 
address@hidden, $doc_state);
+    if ($doc_state->{'outside_document'} or $doc_state->{'multiple_pass'})
+    {
+        
$region_initial_state{$doc_state->{'region'}}->{'footnotes'}->{$$foot_num}->{$doc_state->{'region_pass'}}
 = $foot_lines;
+    }
+    else
+    {
     push(@foot_lines, @{$foot_lines});
+    }
+    pop_state();
     return $foot_label;
 }
 
@@ -9743,10 +9760,14 @@
                 {
                     my $name = $1;
                     my $heading_ref = new_section_heading($macro, $name, 
$state);
-                    if ($state->{'place'} eq $no_element_associated_place)
+                    #if ($state->{'place'} eq $no_element_associated_place)
+                    if (exists($state->{'region_lines'}) and 
$state->{'region_lines'}->{'format'})
                     {
-                        $heading_ref->{'id'} = "SEC_hidden";
-                        $heading_ref->{'sec_num'} = "hidden";
+                        my $region = $state->{'region_lines'}->{'format'};
+                        $state->{'region_lines'}->{'head_num'}++;
+                        my $num = $state->{'region_lines'}->{'head_num'};
+                        $heading_ref->{'id'} = 
"${target_prefix}${region}_HEAD$num";
+                        $heading_ref->{'sec_num'} = "${region}_$num";
                     }
                     else
                     {
@@ -10651,9 +10672,8 @@
                     my $num;
                     if ($state->{'region'})
                     {
-                        $num = "hidden";
                         $state->{'head_num'}++;
-                        #$num = $state->{'head_num'};
+                        $num = "$state->{'region'}_$state->{'head_num'}";
                     }
                     else
                     {
@@ -10676,8 +10696,8 @@
                  my $num;
                  if ($state->{'region'})
                  {
-                     $num = "hidden";
                      $state->{'head_num'}++;
+                     $num = "$state->{'region'}_$state->{'head_num'}";
                      #$num = $state->{'head_num'};
                  }
                  else

Index: Tests/floats_res/float_copying.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/floats_res/float_copying.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Tests/floats_res/float_copying.html 5 Feb 2007 15:30:22 -0000       1.2
+++ Tests/floats_res/float_copying.html 5 Oct 2007 22:55:14 -0000       1.3
@@ -73,7 +73,7 @@
 </p>
 
 </div><p><strong>Copyright notice 1: The Public Domain notice
-
+<a name="public-domain-anchor"></a>
 </strong>
 </p>
 <table class="menu" border="0" cellspacing="0">

Index: Tests/formatting_res/clean.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/clean.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- Tests/formatting_res/clean.html     5 Oct 2007 12:10:56 -0000       1.30
+++ Tests/formatting_res/clean.html     5 Oct 2007 22:55:14 -0000       1.31
@@ -2287,10 +2287,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/exotic_formatting.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/exotic_formatting.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- Tests/formatting_res/exotic_formatting.html 5 Oct 2007 12:10:57 -0000       
1.65
+++ Tests/formatting_res/exotic_formatting.html 5 Oct 2007 22:55:14 -0000       
1.66
@@ -2388,10 +2388,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/formatting.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/formatting.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -b -r1.66 -r1.67
--- Tests/formatting_res/formatting.html        5 Oct 2007 12:10:57 -0000       
1.66
+++ Tests/formatting_res/formatting.html        5 Oct 2007 22:55:14 -0000       
1.67
@@ -2412,10 +2412,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/formatting_html32.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/formatting_html32.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Tests/formatting_res/formatting_html32.html 5 Oct 2007 12:10:57 -0000       
1.3
+++ Tests/formatting_res/formatting_html32.html 5 Oct 2007 22:55:14 -0000       
1.4
@@ -2396,10 +2396,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/fr_formatting.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/fr_formatting.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- Tests/formatting_res/fr_formatting.html     5 Oct 2007 12:10:57 -0000       
1.59
+++ Tests/formatting_res/fr_formatting.html     5 Oct 2007 22:55:14 -0000       
1.60
@@ -2412,10 +2412,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/heading.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/formatting_res/heading.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Tests/formatting_res/heading.html   4 Oct 2007 11:47:57 -0000       1.3
+++ Tests/formatting_res/heading.html   5 Oct 2007 22:55:14 -0000       1.4
@@ -86,18 +86,18 @@
 </p>
 <p>First insertcopying:
 </p>
-<a name="SEC_hidden"></a>
+<a name="t_hcopying_HEAD1"></a>
 <h2 class="heading"> in copying @ <em>heading</em> </h2>
 
-<a name="SEC_hidden"></a>
+<a name="t_hcopying_HEAD2"></a>
 <h3 class="subheading"> second in copying @ <em>subheading</em> </h3>
 
 <p>Second insertcopying:
 </p>
-<a name="SEC_hidden"></a>
+<a name="t_hcopying_HEAD1"></a>
 <h2 class="heading"> in copying @ <em>heading</em> </h2>
 
-<a name="SEC_hidden"></a>
+<a name="t_hcopying_HEAD2"></a>
 <h3 class="subheading"> second in copying @ <em>subheading</em> </h3>
 
 <hr size="6">

Index: Tests/formatting_res/icons_fr_formatting.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/icons_fr_formatting.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Tests/formatting_res/icons_fr_formatting.html       5 Oct 2007 12:10:57 
-0000       1.21
+++ Tests/formatting_res/icons_fr_formatting.html       5 Oct 2007 22:55:14 
-0000       1.22
@@ -2412,10 +2412,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/to_utf8_formatting.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/to_utf8_formatting.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Tests/formatting_res/to_utf8_formatting.html        5 Oct 2007 12:10:58 
-0000       1.14
+++ Tests/formatting_res/to_utf8_formatting.html        5 Oct 2007 22:55:14 
-0000       1.15
@@ -2412,10 +2412,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/formatting_res/weird_quotes_formatting.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/formatting_res/weird_quotes_formatting.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Tests/formatting_res/weird_quotes_formatting.html   5 Oct 2007 12:10:58 
-0000       1.14
+++ Tests/formatting_res/weird_quotes_formatting.html   5 Oct 2007 22:55:14 
-0000       1.15
@@ -2412,10 +2412,6 @@
 <p>in footnote
 </p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
 <p>in footnote2
-</p><h3><a name="FOOT1" href="#DOCF1">(1)</a></h3>
-<p>in footnote
-</p><h3><a name="FOOT2" href="#DOCF2">(2)</a></h3>
-<p>in footnote2
 </p><h3><a name="FOOT3" href="#DOCF3">(3)</a></h3>
 <p>in footnote
 </p><h3><a name="FOOT4" href="#DOCF4">(4)</a></h3>

Index: Tests/index_table_res/index_special_region.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/index_table_res/index_special_region.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Tests/index_table_res/index_special_region.html     5 Feb 2007 15:30:23 
-0000       1.2
+++ Tests/index_table_res/index_special_region.html     5 Oct 2007 22:55:15 
-0000       1.3
@@ -60,9 +60,10 @@
 <h1 class="settitle">Top</h1>
 
 
-
+<p><a name="Copying-information"></a>
+</p>
 <p>This is a test manual, trivially and explicitly in the public
-domain<a name="DOCF1" href="index_special_region_fot.html#FOOT1">(1)</a>.
+domain<a name="t_hcopying_DOCF1" 
href="index_special_region_fot.html#t_hcopying_FOOT1">(1)</a>.
 </p>
 
 

Index: Tests/index_table_res/index_special_region_1.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/index_table_res/index_special_region_1.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Tests/index_table_res/index_special_region_1.html   5 Oct 2007 12:10:58 
-0000       1.3
+++ Tests/index_table_res/index_special_region_1.html   5 Oct 2007 22:55:15 
-0000       1.4
@@ -81,7 +81,7 @@
 
 
 <p>This is a test manual, trivially and explicitly in the public
-domain<a name="DOCF1" href="index_special_region_fot.html#FOOT1">(1)</a>.
+domain<a href="index_special_region_fot.html#t_hcopying_FOOT1">(1)</a>.
 </p>
 
 

Index: Tests/index_table_res/index_special_region_fot.html
===================================================================
RCS file: 
/cvsroot/texi2html/texi2html/Tests/index_table_res/index_special_region_fot.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Tests/index_table_res/index_special_region_fot.html 5 Oct 2007 12:10:58 
-0000       1.3
+++ Tests/index_table_res/index_special_region_fot.html 5 Oct 2007 22:55:15 
-0000       1.4
@@ -57,15 +57,9 @@
 <td valign="middle" align="left">[<a 
href="index_special_region_abt.html#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
 <h1>Footnotes</h1>
-<h3><a name="FOOT1" href="index_special_region.html#DOCF1">(1)</a></h3>
+<h3><a name="t_hcopying_FOOT1" 
href="index_special_region.html#t_hcopying_DOCF1">(1)</a></h3>
 <p><a name="Public-domain-reference"></a> The public
 domain is something you should allready know
-</p><h3><a name="FOOT1" href="index_special_region.html#DOCF1">(1)</a></h3>
-<p> The public
-domain is something you should allready know
-</p><h3><a name="FOOT1" href="index_special_region_1.html#DOCF1">(1)</a></h3>
-<p> The public
-domain is something you should allready know
 </p><hr size="1">
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a 
href="index_special_region.html#SEC_Top" title="Cover (top) of 
document">Top</a>]</td>

Index: doc/texi2html.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- doc/texi2html.html  5 Oct 2007 12:10:58 -0000       1.59
+++ doc/texi2html.html  5 Oct 2007 22:55:15 -0000       1.60
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
  -->
-<!-- Created on October, 5 2007 by texi2html 1.79 -->
+<!-- Created on October, 6 2007 by texi2html 1.79 -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -7116,7 +7116,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>October, 5 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>October, 6 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -7218,7 +7218,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>October, 5 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>October, 6 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
  </font>
  <br>
 




reply via email to

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