texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html TODO NEWS texi2html.init texi...


From: Karl Berry
Subject: texinfo/texi2html TODO NEWS texi2html.init texi...
Date: Tue, 22 Jun 2010 17:09:49 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       10/06/22 17:09:49

Modified files:
        texi2html      : TODO NEWS texi2html.init texi2html.pl ChangeLog 
        texi2html/examples: roff.init 
        texi2html/formats: docbook.init html.init 

Log message:
        sectioning has one n in English

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/TODO?cvsroot=texinfo&r1=1.174&r2=1.175
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/NEWS?cvsroot=texinfo&r1=1.120&r2=1.121
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.init?cvsroot=texinfo&r1=1.267&r2=1.268
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/texi2html.pl?cvsroot=texinfo&r1=1.384&r2=1.385
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/ChangeLog?cvsroot=texinfo&r1=1.500&r2=1.501
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/examples/roff.init?cvsroot=texinfo&r1=1.38&r2=1.39
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/formats/docbook.init?cvsroot=texinfo&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/formats/html.init?cvsroot=texinfo&r1=1.50&r2=1.51

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/TODO,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -b -r1.174 -r1.175
--- TODO        12 Jun 2010 10:30:06 -0000      1.174
+++ TODO        22 Jun 2010 17:09:48 -0000      1.175
@@ -10,7 +10,7 @@
 
 * images.texi, paragraph_in_samp.texi should be tested in xml too.
   Maybe they should be moved to coverage, and in coverage all the formats
-  should be tested like in sectionning. 
+  should be tested like in sectioning. 
 
 * invalid/caption_not_closed.texi some doubtful <p><strong></strong></p>
   appears, it is empty and it isn't clear where it comes from.
@@ -195,7 +195,7 @@
 
 * document the css classes:
 
-Sectionning command headings @top, @chapter, @appendix...
+Sectioning command headings @top, @chapter, @appendix...
 h? @var{command_name}
 
 for @display, @example, @smallexample...
@@ -312,7 +312,7 @@
 
   also use informaltable or table, for multitable?
 
-  What is before the first sectionning command is put in <bookinfo><abstract>.
+  What is before the first sectioning command is put in <bookinfo><abstract>.
 
   what about @titlefont in docbook?
 
@@ -400,7 +400,7 @@
   it would be logical to treat the space after the itemize mark as 
   a tie instead of a breakpoint.
 
-* in sectionning/first_section_no_node in _html, the @unnumbered is included
+* in sectioning/first_section_no_node in _html, the @unnumbered is included
   in the first node, while makeinfo outputs it before the first node, and 
   the header is only output when there is a @node.
 

Index: NEWS
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/NEWS,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -b -r1.120 -r1.121
--- NEWS        31 Mar 2010 09:12:22 -0000      1.120
+++ NEWS        22 Jun 2010 17:09:48 -0000      1.121
@@ -618,7 +618,7 @@
   cross references from other manuals (including manuals generated with 
   makeinfo --html).
 
-* With --use-nodes nodes are sectionning commands whe they are not associated
+* With --use-nodes nodes are sectioning commands whe they are not associated
   with a structuring command.
 
 * With --toc-links create links from headings to toc entries.
@@ -650,7 +650,7 @@
   the rules part after the texi2html css rules).
   The texi2html css commands may be customized too.
 
-* Text before the first @node or sectionning command is part of the first
+* Text before the first @node or sectioning command is part of the first
   section unless -ignore-preamble-text is set.
 
 * if `-' is given to the -output option, output on STDOUT.

Index: texi2html.init
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.init,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -b -r1.267 -r1.268
--- texi2html.init      12 Jun 2010 10:30:08 -0000      1.267
+++ texi2html.init      22 Jun 2010 17:09:48 -0000      1.268
@@ -13,7 +13,7 @@
 # Afterwards, load the file with command-line 
 # option --init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.267 2010/06/12 10:30:08 pertusus Exp $
+# $Id: texi2html.init,v 1.268 2010/06/22 17:09:48 karl Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -52,7 +52,7 @@
 # --split section|chapter|node|none
 # if $SPLIT is set to 'section' (resp. 'chapter') one html file per section 
 # (resp. chapter) is generated. If $SPLIT is set to 'node' one html file per 
-# node or sectionning element is generated. In all these cases separate pages 
+# node or sectioning element is generated. In all these cases separate pages 
 # for Top, Table of content (Toc), Overview and About are generated.
 # Otherwise a monolithic html file that contains the whole document is 
 # created.
@@ -230,7 +230,7 @@
 $SHOW_MENU = 1;
 
 # --use-nodes
-# if this is set the nodes are used as sectionning elements. 
+# if this is set the nodes are used as sectioning elements. 
 # Otherwise the nodes are incorporated in sections.
 $USE_NODES = 1;
 
@@ -280,7 +280,7 @@
 $VERBOSE = '';
 
 # --ignore-preamble-text
-# If this is set the text before @node and sectionning commands is ignored.
+# If this is set the text before @node and sectioning commands is ignored.
 $IGNORE_PREAMBLE_TEXT = 0;
 
 # --html-xref-prefix
@@ -1495,7 +1495,7 @@
 # Following   -- following node in node reading order, taking menu into account
 # Forward     -- next node in reading order
 # Back        -- previous node in reading order
-# Up          -- parent given by sectionning commands
+# Up          -- parent given by sectioning commands
 # FastForward -- if leave node, up and next, else next node
 # FastBackward-- if leave node, up and prev, else prev node
 #
@@ -6566,7 +6566,7 @@
 # This function formats a heading for an element
 #
 # argument:
-# an element. It is a hash reference for a node or a sectionning command.
+# an element. It is a hash reference for a node or a sectioning command.
 #             it may be the wrong one in case of headings.
 # The interesting keys are:
 # 'text': the heading text
@@ -6574,7 +6574,7 @@
 # 'node': true if it is a node
 # 'level': level of the element. 0 for @top, 1 for chapter, heading, 
 #      appendix..., 2 for section and so on...
-# 'tag_level': the sectionning element name, raisesections and lowersections
+# 'tag_level': the sectioning element name, raisesections and lowersections
 #      taken into account
 sub t2h_default_heading($$$$$;$$)
 {

Index: texi2html.pl
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/texi2html.pl,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -b -r1.384 -r1.385
--- texi2html.pl        21 Jun 2010 07:03:14 -0000      1.384
+++ texi2html.pl        22 Jun 2010 17:09:48 -0000      1.385
@@ -6,7 +6,7 @@
 #
 # texi2html: Program to transform Texinfo documents to HTML
 #
-#    Copyright (C) 1999-2005  Patrice Dumas <address@hidden>,
+#    Copyright (C) 1999-2010  Patrice Dumas <address@hidden>,
 #                             Derek Price <address@hidden>,
 #                             Adrian Aichner <address@hidden>,
 #                           & others.
@@ -91,7 +91,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.384 2010/06/21 07:03:14 pertusus Exp $
+# $Id: texi2html.pl,v 1.385 2010/06/22 17:09:48 karl Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -1180,7 +1180,7 @@
   # iterate over the @places of the element, which includes associated nodes,
   # associated elements, anchors, footnotes, floats, index entries, 
   # printindices (including the element command itself, be it a @node or 
-  # a sectionning @-command). 
+  # a sectioning @-command). 
   # during the iteration, split printindices that needs it, and reassociate
   # other placed elements with files and elements.
 
@@ -2124,9 +2124,9 @@
              'appendixsubsubsec', 4,
          );
 
-# the reverse mapping. There is an entry for each sectionning command.
+# the reverse mapping. There is an entry for each sectioning command.
 # The value is a ref on an array containing at each index the corresponding
-# sectionning command name.
+# sectioning command name.
 my %level2sec;
 {
     my $sections = [ ];
@@ -3022,7 +3022,7 @@
 {
  type => '!',
  linkage => \$Texi2HTML::Config::USE_NODES,
- verbose => 'use nodes for sectionning',
+ verbose => 'use nodes for sectioning',
 };
 
 $T2H_OPTIONS -> {'node-files'} =
@@ -3160,7 +3160,7 @@
 {
   type => '!',
   linkage => \$Texi2HTML::Config::IGNORE_PREAMBLE_TEXT,
-  verbose => 'if set, ignore the text before @node and sectionning commands',
+  verbose => 'if set, ignore the text before @node and sectioning commands',
   noHelp => 1,
 };
 
@@ -4925,7 +4925,7 @@
     $state->{'menu'} = 0;           # number of opened menus
     $state->{'detailmenu'} = 0;     # number of opened detailed menus      
     $state->{'direntry'} = 0;     # number of opened direntry  
-    $state->{'sectionning_base'} = 0;         # current base sectionning level
+    $state->{'sectionning_base'} = 0;         # current base sectioning level
     $state->{'table_stack'} = [ "no table" ]; # a stack of opened tables/lists
     # seems to be only debug
     if (exists($state->{'region_lines'}) and 
!defined($state->{'region_lines'}))
@@ -4935,7 +4935,7 @@
     }
 }
 # This is a virtual element for things appearing before @node and 
-# sectionning commands
+# sectioning commands
 my $element_before_anything;
 
 #
@@ -4963,7 +4963,7 @@
                             # each member is a reference on a hash
 my @sections_list;          # sections in reading order
                             # each member is a reference on a hash
-my @all_elements;           # sectionning elements (nodes and sections)
+my @all_elements;           # sectioning elements (nodes and sections)
                             # in reading order. Each member is a reference
                             # on a hash which also appears in %nodes,
                             # @sections_list @nodes_list, @elements_list
@@ -6206,7 +6206,7 @@
     return ($remaining, $result);
 }
 
-# merge the things appearing before the first @node or sectionning command
+# merge the things appearing before the first @node or sectioning command
 # (held by element_before_anything) with the current element 
 # do that only once.
 sub merge_element_before_anything($)
@@ -6698,7 +6698,7 @@
     print STDERR "# find sections structure, construct section numbers 
(toplevel=$toplevel)\n"
         if ($T2H_DEBUG & $DEBUG_ELEMENTS);
     my $in_appendix = 0;
-    # these arrays have an element per sectionning level. 
+    # these arrays have an element per sectioning level. 
     my @previous_numbers = ();   # holds the number of the previous sections
                                  # at the same and upper levels
     my @previous_sections = ();  # holds the ref of the previous sections
@@ -6719,7 +6719,7 @@
         $section->{'node_ref'} = $nodes_list[0] if ($nodes_list[0] and 
!$section->{'node_ref'});
 
         # a part doesn't really make up an element, it is associated with the
-        # next sectionning element instead.
+        # next sectioning element instead.
         if ($section->{'tag'} eq 'part')
         {
            push @pending_parts, $section;
@@ -6766,7 +6766,7 @@
             $previous_toplevel = $section if ($section->{'tag'} ne 'part');
             # In fact this is only useful for toplevel elements appearing
             # before @top, the other have their sectionup reset up below
-            # based on the sectionning commands hierarchy.
+            # based on the sectioning commands hierarchy.
             if (defined($section_top) and $section ne $section_top)
             {
                 $section->{'sectionup'} = $section_top;
@@ -7047,7 +7047,7 @@
         }
 
         # use values deduced from menus to complete missing up, next, prev
-        # or from sectionning commands if automatic sectionning
+        # or from sectioning commands if automatic sectioning
         if (!$node->{'nodeup'})
         {
             if (defined($node_top) and ($node eq $node_top) and 
$node->{'automatic_directions'})
@@ -7069,7 +7069,7 @@
             {
                 if ($node->{'with_section'})
                 {
-                    # ignore the up if it is a @part. If the sectionning is
+                    # ignore the up if it is a @part. If the sectioning is
                     # correct, the element is toplevel and will be handled 
                     # by the next condition. 
                     if ($node->{'with_section'}->{'sectionup'} and 
!$node->{'with_section'}->{'sectionup'}->{'part_section_ref'})
@@ -7168,8 +7168,8 @@
                 }
                 if (defined($next) and $Texi2HTML::Config::SHOW_MENU and 
$warn_for_next_not_in_menu)
                 {
-                    line_warn (sprintf(__("No node following `%s' in menu, but 
`%s' follows in sectionning"), $node->{'texi'}, $next->{'texi'}), 
$node->{'line_nr'}) if (!defined($node->{'menu_next'}));
-                    line_warn (sprintf(__("Node following `%s' in menu `%s' 
and in sectionning `%s' differ"), $node->{'texi'}, 
$node->{'menu_next'}->{'texi'}, $next->{'texi'}), $node->{'line_nr'}) 
+                    line_warn (sprintf(__("No node following `%s' in menu, but 
`%s' follows in sectioning"), $node->{'texi'}, $next->{'texi'}), 
$node->{'line_nr'}) if (!defined($node->{'menu_next'}));
+                    line_warn (sprintf(__("Node following `%s' in menu `%s' 
and in sectioning `%s' differ"), $node->{'texi'}, 
$node->{'menu_next'}->{'texi'}, $next->{'texi'}), $node->{'line_nr'}) 
                        if (defined($node->{'menu_next'}) and $next ne 
$node->{'menu_next'});
                 }
                 $node->{'nodenext'} = $next;
@@ -7464,7 +7464,7 @@
     print STDERR "# find fastback and fastforward\n" 
        if ($T2H_DEBUG & $DEBUG_ELEMENTS);
     foreach my $element (@elements_list)
-    { # nodes are ignored here, although their associated sectionning
+    { # nodes are ignored here, although their associated sectioning
       # command may be taken into account.
         my $up = get_top($element);
         next unless (defined($up));
@@ -7766,7 +7766,7 @@
                         $element->{'file'} = $element->{'cross'} 
                          . (defined($Texi2HTML::THISDOC{'extension'}) ? 
".$Texi2HTML::THISDOC{'extension'}" : '');
                     }
-                    # The remaining case is for sectionning elements with empty
+                    # The remaining case is for sectioning elements with empty
                     # headings and no node associated. They will have a name
                     # with numbers, like "${docu_name}_$doc_nr", they may 
                     # collide with split indices names
@@ -7792,8 +7792,8 @@
             do_element_targets($element);
         }
     }
-    # 'pathological' cases. No texinfo sectionning element at all or no 
-    # texi2html sectionning elements
+    # 'pathological' cases. No texinfo sectioning element at all or no 
+    # texi2html sectioning elements
     if (address@hidden)
     {
         if (@all_elements)
@@ -16822,7 +16822,7 @@
                             # each member is a reference on a hash
    @sections_list = ();     # sections in reading order
                             # each member is a reference on a hash
-   @all_elements = ();      # sectionning elements (nodes and sections)
+   @all_elements = ();      # sectioning elements (nodes and sections)
                             # in reading order. Each member is a reference
                             # on a hash which also appears in %nodes,
                             # @sections_list @nodes_list, @elements_list

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/ChangeLog,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -b -r1.500 -r1.501
--- ChangeLog   21 Jun 2010 21:33:21 -0000      1.500
+++ ChangeLog   22 Jun 2010 17:09:48 -0000      1.501
@@ -1,3 +1,7 @@
+2010-06-22  Karl Berry  <address@hidden>
+
+       * texi2html.pl: sectionning has one n in English.
+
 2010-06-21   Patrice Dumas  <address@hidden>
 
        * formats/plaintext.init: when doing plaintext or info with 

Index: examples/roff.init
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/examples/roff.init,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- examples/roff.init  20 Mar 2010 14:06:11 -0000      1.38
+++ examples/roff.init  22 Jun 2010 17:09:48 -0000      1.39
@@ -922,14 +922,14 @@
 # This function formats a heading for an element
 #
 # argument:
-# an element. It is a hash reference for a node or a sectionning command.
+# an element. It is a hash reference for a node or a sectioning command.
 # The interesting keys are:
 # 'text': the heading text
 # 'name': the heading text without section number
 # 'node': true if it is a node
 # 'level': level of the element. 0 for @top, 1 for chapter, heading, 
 #      appendix..., 2 for section and so on...
-# 'tag_level': the sectionning element name, raisesections and lowersections
+# 'tag_level': the sectioning element name, raisesections and lowersections
 #      taken into account
 sub t2h_roff_heading($$$$$;$$)
 {

Index: formats/docbook.init
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/formats/docbook.init,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- formats/docbook.init        24 Apr 2010 13:42:51 -0000      1.31
+++ formats/docbook.init        22 Jun 2010 17:09:49 -0000      1.32
@@ -55,8 +55,7 @@
 @T2H_FORMAT_EXPAND = ('docbook');
 @IMAGE_EXTENSIONS = ('eps', 'gif', 'jpg', 'jpeg', 'pdf', 'png', 'svg', 'txt');
 $INLINE_INSERTCOPYING = 1;
-# this should lead to end_section being only called at the end of 
-# sectionning
+# this should lead to end_section being only called at the end of sectioning
 $USE_NODES = 0;
 $USE_SECTIONS = 1;
 

Index: formats/html.init
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/formats/html.init,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- formats/html.init   21 Jun 2010 07:03:15 -0000      1.50
+++ formats/html.init   22 Jun 2010 17:09:49 -0000      1.51
@@ -7,7 +7,7 @@
 # A copy of this file is pasted into the beginning of texi2html by
 # running './configure'.
 #
-# $Id: html.init,v 1.50 2010/06/21 07:03:15 pertusus Exp $
+# $Id: html.init,v 1.51 2010/06/22 17:09:49 karl Exp $
 
 use strict;
 
@@ -314,7 +314,7 @@
 # Following   -- following node in node reading order, taking menu into account
 # Forward     -- next node in reading order
 # Back        -- previous node in reading order
-# Up          -- parent given by sectionning commands
+# Up          -- parent given by sectioning commands
 # FastForward -- if leave node, up and next, else next node
 # FastBackward-- if leave node, up and prev, else prev node
 #



reply via email to

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