texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog NEWS texi2html.init texi2ht...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog NEWS texi2html.init texi2ht...
Date: Mon, 17 Mar 2008 23:23:46 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        08/03/17 23:23:46

Modified files:
        .              : ChangeLog NEWS texi2html.init texi2html.pl 
        Tests          : test.sh 
        doc            : texi2html.html texi2html.texi 
        examples       : html32.init inlinestyle.init 

Log message:
                * texi2html.pl: defer setting the date after all initializations
                are done.
                * texi2html.pl, texi2html.init, doc: TOC_LIST_ATTRIBUTE 
replaced by
                NO_BULLET_LIST_ATTRIBUTE, TOC_LIST_STYLE replaced by 
                NO_BULLET_LIST_STYLE

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.286&r2=1.287
http://cvs.savannah.gnu.org/viewcvs/texi2html/NEWS?cvsroot=texi2html&r1=1.69&r2=1.70
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.init?cvsroot=texi2html&r1=1.133&r2=1.134
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.199&r2=1.200
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/test.sh?cvsroot=texi2html&r1=1.77&r2=1.78
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.html?cvsroot=texi2html&r1=1.61&r2=1.62
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.texi?cvsroot=texi2html&r1=1.60&r2=1.61
http://cvs.savannah.gnu.org/viewcvs/texi2html/examples/html32.init?cvsroot=texi2html&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texi2html/examples/inlinestyle.init?cvsroot=texi2html&r1=1.4&r2=1.5

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -b -r1.286 -r1.287
--- ChangeLog   17 Mar 2008 10:36:57 -0000      1.286
+++ ChangeLog   17 Mar 2008 23:23:44 -0000      1.287
@@ -1,9 +1,14 @@
 2008-03-17  Patrice Dumas  <address@hidden>
 
        * texi2html.pl, texi2html.init: @itemize should produce bullets by
-       default (report from Reinhold Kainhofer)
+       default (report from Reinhold Kainhofer, and bugfix)
        * texi2html.init: handle @click, @clickstyle, @click, @arrow,
        @clicksequence
+       * texi2html.pl: defer setting the date after all initializations
+       are done.
+       * texi2html.pl, texi2html.init, doc: TOC_LIST_ATTRIBUTE replaced by
+       NO_BULLET_LIST_ATTRIBUTE, TOC_LIST_STYLE replaced by 
+       NO_BULLET_LIST_STYLE
        * Tests/formatting/comments.texi,formatting.texi,clean.texi:
        test for @click, @clickstyle, @click, @arrow, @clicksequence
 

Index: NEWS
===================================================================
RCS file: /cvsroot/texi2html/texi2html/NEWS,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- NEWS        17 Mar 2008 10:36:57 -0000      1.69
+++ NEWS        17 Mar 2008 23:23:44 -0000      1.70
@@ -33,6 +33,10 @@
 
 * $Texi2HTML::THISDOC{copying} is now $Texi2HTML::THISDOC{copying_comment}.
 
+* TOC_LIST_ATTRIBUTE is now called NO_BULLET_LIST_ATTRIBUTE.
+
+* TOC_LIST_STYLE is now called NO_BULLET_LIST_STYLE.
+
 * BUG FIXES
   ---------
 

Index: texi2html.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.init,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- texi2html.init      17 Mar 2008 10:36:57 -0000      1.133
+++ texi2html.init      17 Mar 2008 23:23:44 -0000      1.134
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.133 2008/03/17 10:36:57 pertusus Exp $
+# $Id: texi2html.init,v 1.134 2008/03/17 23:23:44 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -368,8 +368,8 @@
 $MENU_PRE_STYLE = 'font-family: serif';
 
 # This controls the ul style for toc
-$TOC_LIST_STYLE = 'list-style: none';
-$TOC_LIST_ATTRIBUTE = ' class="toc"';
+$NO_BULLET_LIST_STYLE = 'list-style: none';
+$NO_BULLET_LIST_ATTRIBUTE = ' class="toc"';
 
 # These lines are inserted before and after the shortcontents 
 $BEFORE_OVERVIEW = "<div class=\"shortcontents\">\n";
@@ -1368,7 +1368,7 @@
 
 # Relevant configuration variables are:
 # $NUMBER_SECTIONS
-# $TOC_LIST_ATTRIBUTE: usefull in case a list is used
+# $NO_BULLET_LIST_ATTRIBUTE: usefull in case a list is used
 # $FRAMES: @Texi2HTML::OVERVIEW is used in one of the frames. 
 # $BEFORE_OVERVIEW
 # $AFTER_OVERVIEW
@@ -2853,7 +2853,7 @@
     my $cmd = $Texi2HTML::THISDOC{'clickstyle'};
     $cmd = 'arrow' if (!defined($cmd) or ($cmd eq ''));
 
-    $hash = \%things_map;
+    my $hash = \%things_map;
     if ($context eq 'pre')
     {
         $hash = \%pre_map;
@@ -3311,7 +3311,7 @@
 
 %css_map = 
      (
-         'ul.toc'                 => "$TOC_LIST_STYLE",
+         'ul.toc'                 => "$NO_BULLET_LIST_STYLE",
          'pre.menu-comment'       => "$MENU_PRE_STYLE",
          'pre.menu-preformatted'  => "$MENU_PRE_STYLE",
          'a.summary-letter'       => 'text-decoration: none',
@@ -4395,7 +4395,7 @@
     if ($format eq 'itemize')
     {
         return "<ul>\n" . $text . "</ul>\n" if (($command eq 'bullet') or 
(($command eq '') and ($prepended eq '')));
-        return "<ul$TOC_LIST_ATTRIBUTE>\n" . $text . "</ul>\n";
+        return "<ul$NO_BULLET_LIST_ATTRIBUTE>\n" . $text . "</ul>\n";
     }
 }
 

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -b -r1.199 -r1.200
--- texi2html.pl        17 Mar 2008 10:36:57 -0000      1.199
+++ texi2html.pl        17 Mar 2008 23:23:45 -0000      1.200
@@ -60,7 +60,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.199 2008/03/17 10:36:57 pertusus Exp $
+# $Id: texi2html.pl,v 1.200 2008/03/17 23:23:45 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -280,8 +280,8 @@
 $MENU_SYMBOL
 $OPEN_QUOTE_SYMBOL
 $CLOSE_QUOTE_SYMBOL
-$TOC_LIST_STYLE
-$TOC_LIST_ATTRIBUTE
+$NO_BULLET_LIST_STYLE
+$NO_BULLET_LIST_ATTRIBUTE
 $TOP_NODE_FILE
 $TOP_NODE_UP
 $NODE_FILE_EXTENSION
@@ -503,7 +503,7 @@
     my $elements_list = shift;
     return unless ($DO_CONTENTS or $DO_SCONTENTS or $FRAMES);
     my $current_level = 0;
-    my $ul_style = $NUMBER_SECTIONS ? $TOC_LIST_ATTRIBUTE : ''; 
+    my $ul_style = $NUMBER_SECTIONS ? $NO_BULLET_LIST_ATTRIBUTE : ''; 
     foreach my $element (@$elements_list)
     {
         next if ($element->{'top'} or $element->{'index_page'});
@@ -585,6 +585,10 @@
     {
         #print STDERR "GPL_STYLE $command ($style)\n";
         #print STDERR " @$args\n";
+        if (ref($style->{'args'}) ne 'ARRAY')
+        {
+            print STDERR "BUG: args not an array for command `$command'\n";
+        }
         $do_quotes = $style->{'quote'};
         if ((@{$style->{'args'}} == 1) and defined($style->{'attribute'}))
         {
@@ -969,6 +973,15 @@
 package main;
 
 #
+# flush stdout and stderr after every write
+#
+select(STDERR);
+$| = 1;
+select(STDOUT);
+$| = 1;
+
+my $I = \&Texi2HTML::I18n::get_string;
+#
 # pre-defined indices
 #
 
@@ -1292,16 +1305,6 @@
 #                                                                              
#
 
#---############################################################################
 
-#
-# flush stdout and stderr after every write
-#
-select(STDERR);
-$| = 1;
-select(STDOUT);
-$| = 1;
-
-my $I = \&Texi2HTML::I18n::get_string;
-
 my $T2H_USER; # user running the script
 my $documentdescription_text; # text in @documentdescription 
 my $titlepage_text; # text in titlepage
@@ -1371,6 +1374,24 @@
     }
 }
 
+sub set_date()
+{
+    if (!$Texi2HTML::Config::TEST)
+    {
+        print STDERR "# Setting date in $Texi2HTML::THISDOC{'current_lang'}\n" 
if ($T2H_DEBUG);
+        $Texi2HTML::THISDOC{'today'} = 
Texi2HTML::I18n::pretty_date($Texi2HTML::THISDOC{'current_lang'});  # like "20 
September 1993";
+    }
+    else
+    {
+        $Texi2HTML::THISDOC{'today'} = 'a sunny day';
+    }
+    $Texi2HTML::THISDOC{'today'} = $Texi2HTML::Config::DATE 
+        if (defined($Texi2HTML::Config::DATE));
+    $::things_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
+    $::pre_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
+    $::texi_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
+}
+
 my $cmd_line_lang = 0; # 1 if lang was succesfully set by the command line 
                        # in that case @documentlanguage is ignored.
 my $lang_set = 0; # 1 if lang was set
@@ -1410,21 +1431,17 @@
             print STDERR "# using '$language' as document language\n" if 
($T2H_VERBOSE);
             $Texi2HTML::THISDOC{'current_lang'} = $language;
             $lang_set = 1;
-            $cmd_line_lang = 1 if ($from_command_line);
-            if (!$Texi2HTML::Config::TEST)
+            # when processing the command line everything isn't already 
+            # set, so we cannot set the date. It is done as soon as possible
+            # after arguments parsing and initializations.
+            if ($from_command_line)
             {
-                print STDERR "# Setting date in 
$Texi2HTML::THISDOC{'current_lang'}\n" if ($T2H_DEBUG);
-                $Texi2HTML::THISDOC{'today'} = 
Texi2HTML::I18n::pretty_date($Texi2HTML::THISDOC{'current_lang'});  # like "20 
September 1993";
+                $cmd_line_lang = 1;
             }
             else
             {
-                $Texi2HTML::THISDOC{'today'} = 'a sunny day';
+                set_date();
             }
-            $Texi2HTML::THISDOC{'today'} = $Texi2HTML::Config::DATE 
-                if (defined($Texi2HTML::Config::DATE));
-            $::things_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
-            $::pre_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
-            $::texi_map_ref->{'today'} = $Texi2HTML::THISDOC{'today'};
             return 1;
         }
     }
@@ -2413,8 +2430,8 @@
 };
 
 # this avoids getOptions defining twice 'help' and 'version'.
-$T2H_OBSOLETE_OPTIONS -> {'help'} = 0;
-$T2H_OBSOLETE_OPTIONS -> {'version'} = 0;
+$T2H_OBSOLETE_OPTIONS->{'help'} = 0;
+$T2H_OBSOLETE_OPTIONS->{'version'} = 0;
 
 # some older version of GetOpt::Long don't have
 # Getopt::Long::Configure("pass_through")
@@ -2440,6 +2457,10 @@
     }
 }
 
+# $T2H_DEBUG and $T2H_VERBOSE are shorthands
+$T2H_DEBUG = $Texi2HTML::Config::DEBUG;
+$T2H_VERBOSE = $Texi2HTML::Config::VERBOSE;
+
 #
 # read texi2html extensions (if any)
 # It is obsolete (obsoleted by -init-file). we keep it for backward
@@ -2462,14 +2483,10 @@
     }
 }
 
-# $T2H_DEBUG and $T2H_VERBOSE are shorthands
-$T2H_DEBUG = $Texi2HTML::Config::DEBUG;
-$T2H_VERBOSE = $Texi2HTML::Config::VERBOSE;
 
 $Texi2HTML::THISDOC{'debug_l2h'} = 0;
 $Texi2HTML::THISDOC{'debug_l2h'} = 1 if ($T2H_DEBUG & $DEBUG_L2H);
 
-
 
#+++############################################################################
 #                                                                              
#
 # evaluation of cmd line options
@@ -3030,6 +3047,7 @@
        if (exists($Texi2HTML::Config::iso_symbols{"'"}) and 
($Texi2HTML::Config::CLOSE_QUOTE_SYMBOL eq "'"));
 }
 
+set_date() if ($cmd_line_lang);
 
 
 # process a css file

Index: Tests/test.sh
===================================================================
RCS file: /cvsroot/texi2html/texi2html/Tests/test.sh,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- Tests/test.sh       12 Mar 2008 10:24:12 -0000      1.77
+++ Tests/test.sh       17 Mar 2008 23:23:45 -0000      1.78
@@ -33,7 +33,7 @@
 [ $test_tidy = test_tidy -o $test_tidy = tidy ] && test_tidy=yes
 [ $ignore_tags = 'yes' -o $ignore_tags = 'ignore_tags' ] && ignore_tags=yes
 [ -z $basename ] && basename=`basename $texi_file .$suffix`
-options="-test $options"
+options="$options -test"
 stderr_file=$basename.2
 echo "making test: $dir/$texi_file $options"
 if [ ! -d $dir ]; then
@@ -369,11 +369,12 @@
 test_texi xemacs_frame xemacs.texi "-split chapter -frames -ifinfo -output ."
 test_texi texinfo info-stnd.texi "-split chapter -node-files -output ."
 test_texi texinfo texinfo.txi "-split chapter -ifinfo -output ." 0 txi texinfo 
#ignore_tags
-#test_texi texinfo-4.11 texinfo.txi "-split chapter -output ." 0 txi texinfo
+#test_texi texinfo-4.12 texinfo.txi "-split chapter -output ." 0 txi texinfo
 test_texi nodes_texinfo ../texinfo/texinfo.txi "-split node -node-files 
-ifinfo -output . -I ../texinfo" 0 txi texinfo   #ignore_tags
 test_texi ccvs cvs.texinfo "-split chapter -output ." 0 texinfo
 test_texi tar ../tar_texi/tar.texi 
 test_texi ccvs_mediawiki ../ccvs/cvs.texinfo "-init 
../../examples/mediawiki.init -split chapter -output ." 0 texinfo
 test_texi ccvs_mediawiki_nosplit ../ccvs/cvs.texinfo "-init 
../../examples/mediawiki.init" 0 texinfo
-test_texi singular ../singular_texi/singular.tex "-init-file 
../singular_texi/t2h_singular.init -l2h -short-ext -prefix sing -top-file 
index.htm -noVerbose -output ." 0 tex sing #ignore_tags
+# takes too long
+#test_texi singular ../singular_texi/singular.tex "-init-file 
../singular_texi/t2h_singular.init -l2h -short-ext -prefix sing -top-file 
index.htm -noVerbose -output ." 0 tex sing #ignore_tags
 #test_texi singular_httex ../singular_texi/singular.tex "-init-file 
../singular_texi/t2h_singular.init -init ../../examples/tex4ht.init -short-ext 
-prefix sing -top-file index.htm -noVerbose -output ." 0 tex sing #ignore_tags

Index: doc/texi2html.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- doc/texi2html.html  17 Mar 2008 10:37:02 -0000      1.61
+++ doc/texi2html.html  17 Mar 2008 23:23:45 -0000      1.62
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
  -->
-<!-- Created on March, 17 2008 by texi2html @PACKAGE_VERSION@ -->
+<!-- Created on March, 18 2008 by texi2html 1.79 -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -48,7 +48,7 @@
 <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.79">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2html @PACKAGE_VERSION@">
+<meta name="Generator" content="texi2html 1.79">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
@@ -2867,18 +2867,18 @@
 </dt>
 <dd><p>The variable value is inserted after the table of contents text.
 </p></dd>
-<dt> <code>$TOC_LIST_STYLE</code>
+<dt> <code>$NO_BULLET_LIST_STYLE</code>
 <a name="IDX175"></a>
 </dt>
-<dd><p>This should contain a css style used for the list style if the tables of
-content are formatted with a list.
+<dd><p>This should contain a css style used for the list style when there
+is no bullet.
 </p></dd>
-<dt> <code>$TOC_LIST_ATTRIBUTE</code>
+<dt> <code>$NO_BULLET_LIST_ATTRIBUTE</code>
 <a name="IDX176"></a>
 </dt>
-<dd><p>This should contain an attribute text used for the list element if the 
tables of
-content are formatted with a list. It is used for lists when there is 
-no bullet.
+<dd><p>This should contain an attribute text used for the list element when 
there
+is no bullet. For example it is used in the tables of if they are 
+formatted with a list.
 </p></dd>
 </dl>
 
@@ -6200,6 +6200,8 @@
 </li><li> there is a new argument for $normal_text.
 </li><li> the <code>copying</code> key of %Texi2HTML::THISDOC is now called
 <code>copying_comment</code>.
+</li><li> TOC_LIST_ATTRIBUTE is now called NO_BULLET_LIST_ATTRIBUTE.
+</li><li> TOC_LIST_STYLE is now called NO_BULLET_LIST_STYLE.
 </li></ul>
 </li><li> API changes between 1.76 and 1.78: 
 <ul>
@@ -6669,6 +6671,8 @@
 <tr><td></td><td valign="top"><a 
href="#IDX276"><code>$MENU_PRE_STYLE</code></a></td><td valign="top"><a 
href="#SEC79">7.15.4 The formatting of the menu in a table</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX274"><code>$MENU_SYMBOL</code></a></td><td valign="top"><a 
href="#SEC79">7.15.4 The formatting of the menu in a table</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX89"><code>$MIDDLE_RULE</code></a></td><td valign="top"><a 
href="#SEC24">6.2 Page layout and navigation panel overview</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX176"><code>$NO_BULLET_LIST_ATTRIBUTE</code></a></td><td 
valign="top"><a href="#SEC42">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#IDX175"><code>$NO_BULLET_LIST_STYLE</code></a></td><td valign="top"><a 
href="#SEC42">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX25"><code>$NODE_FILES</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX198"><code>$NODE_FILES</code></a></td><td valign="top"><a 
href="#SEC47">6.12 Customizing the file names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX272"><code>$NODE_NAME_IN_MENU</code></a></td><td valign="top"><a 
href="#SEC79">7.15.4 The formatting of the menu in a table</a></td></tr>
@@ -6717,8 +6721,6 @@
 <tr><td></td><td valign="top"><a 
href="#IDX178"><code>$Texi2HTML::TOC_LINES</code></a></td><td valign="top"><a 
href="#SEC42">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX23"><code>$TOC_FILE</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX67"><code>$TOC_LINKS</code></a></td><td valign="top"><a 
href="#SEC15">4.6 Customizing the <acronym>HTML</acronym> and text 
style</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX176"><code>$TOC_LIST_ATTRIBUTE</code></a></td><td valign="top"><a 
href="#SEC42">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#IDX175"><code>$TOC_LIST_STYLE</code></a></td><td valign="top"><a 
href="#SEC42">6.11.1.2 Table of contents and Short table of 
contents</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX21"><code>$TOP_FILE</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX91"><code>$TOP_HEADING</code></a></td><td valign="top"><a 
href="#HEAD1">Element labels</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#IDX27"><code>$TRANSLITERATE_NODE</code></a></td><td valign="top"><a 
href="#SEC11">4.2 Setting output file and directory names</a></td></tr>
@@ -7117,7 +7119,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>March, 17 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>March, 18 
2008</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:
@@ -7219,7 +7221,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>March, 17 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>March, 18 
2008</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
  </font>
  <br>
 

Index: doc/texi2html.texi
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.texi,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- doc/texi2html.texi  17 Mar 2008 10:37:02 -0000      1.60
+++ doc/texi2html.texi  17 Mar 2008 23:23:45 -0000      1.61
@@ -1877,13 +1877,13 @@
 The variable value is inserted before the table of contents text.
 @item $AFTER_TOC_LINES
 The variable value is inserted after the table of contents text.
address@hidden $TOC_LIST_STYLE
-This should contain a css style used for the list style if the tables of
-content are formatted with a list.
address@hidden $TOC_LIST_ATTRIBUTE
-This should contain an attribute text used for the list element if the tables 
of
-content are formatted with a list. It is used for lists when there is 
-no bullet.
address@hidden $NO_BULLET_LIST_STYLE
+This should contain a css style used for the list style when there
+is no bullet.
address@hidden $NO_BULLET_LIST_ATTRIBUTE
+This should contain an attribute text used for the list element when there
+is no bullet. For example it is used in the tables of if they are 
+formatted with a list.
 @end vtable
 
 More control on the table of contents and short table of contents formatting
@@ -3989,6 +3989,8 @@
 @item there is a new argument for $normal_text.
 @item the @code{copying} key of %Texi2HTML::THISDOC is now called
 @code{copying_comment}.
address@hidden TOC_LIST_ATTRIBUTE is now called NO_BULLET_LIST_ATTRIBUTE.
address@hidden TOC_LIST_STYLE is now called NO_BULLET_LIST_STYLE.
 @end itemize
 @item API changes between 1.76 and 1.78: 
 @itemize @bullet

Index: examples/html32.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/examples/html32.init,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- examples/html32.init        3 Oct 2007 07:39:33 -0000       1.13
+++ examples/html32.init        17 Mar 2008 23:23:46 -0000      1.14
@@ -11,7 +11,7 @@
 # this controls the pre style for menus
 $MENU_PRE_STYLE = '';
 
-$TOC_LIST_STYLE ='';
+$NO_BULLET_LIST_STYLE ='';
 
 $USE_ISO = 0;
 $MENU_SYMBOL = '*';
@@ -28,7 +28,7 @@
 $L2H_HTML_VERSION = "3.2";
 
 # no class in html 32
-$TOC_LIST_ATTRIBUTE = '';
+$NO_BULLET_LIST_ATTRIBUTE = '';
 
 # no css
 $CSS_LINES = "";

Index: examples/inlinestyle.init
===================================================================
RCS file: /cvsroot/texi2html/texi2html/examples/inlinestyle.init,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- examples/inlinestyle.init   8 Apr 2006 22:40:20 -0000       1.4
+++ examples/inlinestyle.init   17 Mar 2008 23:23:46 -0000      1.5
@@ -1,5 +1,5 @@
 
-$TOC_LIST_ATTRIBUTE = $TOC_LIST_ATTRIBUTE .  " style=\"$TOC_LIST_STYLE\"";
+$NO_BULLET_LIST_ATTRIBUTE = $NO_BULLET_LIST_ATTRIBUTE . " 
style=\"$NO_BULLET_LIST_STYLE\"";
 
 # we empty CSS_LINES as all styles are inlined
 $CSS_LINES = "";




reply via email to

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