texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/texi2html....


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/texi2html....
Date: Fri, 08 Aug 2008 12:22:03 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        08/08/08 12:22:02

Modified files:
        .              : ChangeLog texi2html.pl 
        doc            : texi2html.html 

Log message:
                * texi2html.pl: use relative file names for hrefs for misc 
                elements (patch from Reinhold Kainhofer reinhold at kainhofer
                dot com).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.305&r2=1.306
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.214&r2=1.215
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.html?cvsroot=texi2html&r1=1.73&r2=1.74

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -b -r1.305 -r1.306
--- ChangeLog   8 Aug 2008 12:07:22 -0000       1.305
+++ ChangeLog   8 Aug 2008 12:22:01 -0000       1.306
@@ -1,3 +1,9 @@
+2008-08-08  Patrice Dumas  <address@hidden>
+
+       * texi2html.pl: use relative file names for hrefs for misc 
+       elements (patch from Reinhold Kainhofer reinhold at kainhofer
+       dot com).
+
 2008-08-07  Patrice Dumas  <address@hidden>
 
        * texi2html.pl: move initialisations before the functions that

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -b -r1.214 -r1.215
--- texi2html.pl        8 Aug 2008 12:07:22 -0000       1.214
+++ texi2html.pl        8 Aug 2008 12:22:01 -0000       1.215
@@ -60,7 +60,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.214 2008/08/08 12:07:22 pertusus Exp $
+# $Id: texi2html.pl,v 1.215 2008/08/08 12:22:01 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -6981,15 +6981,19 @@
     # @foot_lines is emptied in finish_element if SEPARATED_FOOTNOTES
     my %misc_page_infos = (
        'Footnotes' => { 'file' => $docu_foot_file, 
+          'relative_file' => $docu_foot, 
           'process' => $Texi2HTML::Config::print_Footnotes,
           'section' => address@hidden },
        'Contents' => { 'file' => $docu_toc_file,
+           'relative_file' => $docu_toc, 
            'process' => $Texi2HTML::Config::print_Toc,
            'section' => $Texi2HTML::TOC_LINES },
        'Overview' => { 'file' => $docu_stoc_file,
+           'relative_file' => $docu_stoc, 
            'process' => $Texi2HTML::Config::print_Overview,
            'section' => $Texi2HTML::OVERVIEW },
        'About' => { 'file' => $docu_about_file,
+           'relative_file' => $docu_about, 
             'process' => $Texi2HTML::Config::print_About,
             'section' => [$about_body] }
     );
@@ -7004,6 +7008,7 @@
     {
         next unless ($misc_page_infos{$misc_page}->{'do'});
         my $file = $misc_page_infos{$misc_page}->{'file'};
+        my $relative_file = $misc_page_infos{$misc_page}->{'relative_file'};
         print STDERR "# writing $misc_page in $file\n" if $T2H_VERBOSE;
         my $saved_FH;
         my $open_new;
@@ -7022,7 +7027,7 @@
         foreach my $href_page (keys(%misc_page_infos))
         {
             $Texi2HTML::HREF{$href_page} = file_target_href(
-               $misc_page_infos{$href_page}->{'file'}, $file,
+               $misc_page_infos{$href_page}->{'relative_file'}, $relative_file,
                $Texi2HTML::Config::misc_pages_targets{$href_page})
                  if ($misc_page_infos{$href_page}->{'do'});
         }

Index: doc/texi2html.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -b -r1.73 -r1.74
--- doc/texi2html.html  8 Aug 2008 12:08:28 -0000       1.73
+++ doc/texi2html.html  8 Aug 2008 12:22:02 -0000       1.74
@@ -5768,7 +5768,8 @@
 <a name="IDX313"></a>
 </dt>
 <dd><p><var>$index_text</var> is the text of all the index entries grouped by 
letter
-appearing in that page formatted as above. <var>index_name</var> is the name of
+appearing in that page formatted as above. It is undef if there are
+no entries or theindex name isn&rsquo;t known. <var>index_name</var> is the 
name of
 the index, the argument of <code>@printindex</code>.
 </p></dd></dl>
 </dd>
@@ -6645,6 +6646,8 @@
   the text_formatted argument is.
 </li><li> definition index entries are now formatted with 
$definition_index_entry,
   not with $definition_category anymore.
+</li><li> $print_index is called if it appears, even if the index is not 
defined or
+  there are no index entries.
 </li><li>  top element heading may now be done in heading. It means that 
nothing 
   should be returned if the heading is done in another function 
   (like print_Top).




reply via email to

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