texinfo-commits
[Top][All Lists]
Advanced

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

texinfo tp/TODO tp/texi2any.pl tp/Texinfo/Commo...


From: Patrice Dumas
Subject: texinfo tp/TODO tp/texi2any.pl tp/Texinfo/Commo...
Date: Fri, 10 Aug 2012 21:56:52 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/08/10 21:56:52

Modified files:
        tp             : TODO texi2any.pl 
        tp/Texinfo     : Common.pm 
        tp/Texinfo/Convert: HTML.pm 
        tp/t/init      : t2h_singular.init 
        tp/t/results/float: complex_float.pl 
                            numbering_captions_listoffloats.pl 
                            ref_to_float.pl 
        tp/t/results/sectioning: equivalent_nodes.pl no_element.pl 
                                 placed_things_before_element.pl 
                                 placed_things_before_node.pl 
                                 ref_to_top.pl 
        tp/tests/layout: tests-parser.txt 
        tp/tests/sectioning/res_parser_html/equivalent_nodes: node.html 
        tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node: 
                                                                      node.html 
        
tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes: 
                                                                                
 node.html 
        tp/tests/sectioning/res_parser_html/placed_things_before_element: 
                                                                          
index.html 
        texi2html/test/layout: tests-parser.txt 

Log message:
        Rename FLOAT_NAME_IN_XREF to XREF_USE_FLOAT_LABEL and 
ALWAYS_NODE_ARG_IN_XREF
        to XREF_USE_NODE_NAME_ARG (Karl).
        
        Set XREF_USE_FLOAT_LABEL to 1 in the default case and 
ALWAYS_NODE_ARG_IN_XREF
        to 0.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.286&r2=1.287
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.133&r2=1.134
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Common.pm?cvsroot=texinfo&r1=1.148&r2=1.149
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.249&r2=1.250
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/init/t2h_singular.init?cvsroot=texinfo&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/complex_float.pl?cvsroot=texinfo&r1=1.40&r2=1.41
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/numbering_captions_listoffloats.pl?cvsroot=texinfo&r1=1.36&r2=1.37
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/float/ref_to_float.pl?cvsroot=texinfo&r1=1.13&r2=1.14
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/equivalent_nodes.pl?cvsroot=texinfo&r1=1.20&r2=1.21
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/no_element.pl?cvsroot=texinfo&r1=1.27&r2=1.28
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/placed_things_before_element.pl?cvsroot=texinfo&r1=1.26&r2=1.27
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/placed_things_before_node.pl?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/t/results/sectioning/ref_to_top.pl?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/layout/tests-parser.txt?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes/node.html?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/node.html?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/node.html?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/sectioning/res_parser_html/placed_things_before_element/index.html?cvsroot=texinfo&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/texinfo/texi2html/test/layout/tests-parser.txt?cvsroot=texinfo&r1=1.3&r2=1.4

Patches:
Index: tp/TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -b -r1.286 -r1.287
--- tp/TODO     10 Aug 2012 09:09:10 -0000      1.286
+++ tp/TODO     10 Aug 2012 21:56:50 -0000      1.287
@@ -5,7 +5,7 @@
 Before next release
 ===================
 
-Document TEXTCONTENT_COMMENT, 'FLOAT_NAME_IN_XREF', 'ALWAYS_NODE_ARG_IN_XREF'
+Document TEXTCONTENT_COMMENT, 'XREF_USE_FLOAT_LABEL', 'XREF_USE_NODE_NAME_ARG'
 DEBUGCOUNT
 
 

Index: tp/texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -b -r1.133 -r1.134
--- tp/texi2any.pl      28 Jul 2012 23:47:37 -0000      1.133
+++ tp/texi2any.pl      10 Aug 2012 21:56:50 -0000      1.134
@@ -317,7 +317,7 @@
   my $var = shift;
   my $value = shift;
   if (!Texinfo::Common::valid_option($var)) {
-    warn (sprintf(__('Unknown variable %s'), $var));
+    warn (sprintf(main::__("Unknown variable %s\n"), $var));
     return 0;
   } elsif (Texinfo::Common::obsolete_option($var)) {
     warn (sprintf(main::__("Obsolete variable %s\n"), $var));

Index: tp/Texinfo/Common.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Common.pm,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -b -r1.148 -r1.149
--- tp/Texinfo/Common.pm        10 Aug 2012 09:09:11 -0000      1.148
+++ tp/Texinfo/Common.pm        10 Aug 2012 21:56:50 -0000      1.149
@@ -187,7 +187,7 @@
   'TEXI2HTML', 'IMAGE_LINK_PREFIX', 'FIX_TEXINFO',
   'TREE_TRANSFORMATIONS', 'BASEFILENAME_LENGTH',
 # FIXME document
-  'TEXTCONTENT_COMMENT', 'FLOAT_NAME_IN_XREF', 'ALWAYS_NODE_ARG_IN_XREF',
+  'TEXTCONTENT_COMMENT', 'XREF_USE_FLOAT_LABEL', 'XREF_USE_NODE_NAME_ARG',
 );
 # Not strings. 
 # FIXME To be documented somewhere, but where?

Index: tp/Texinfo/Convert/HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -b -r1.249 -r1.250
--- tp/Texinfo/Convert/HTML.pm  8 Aug 2012 22:00:50 -0000       1.249
+++ tp/Texinfo/Convert/HTML.pm  10 Aug 2012 21:56:50 -0000      1.250
@@ -945,8 +945,8 @@
   'USE_REL_REV'          => 1,
   'NODE_NAME_IN_MENU'    => 1,
   'NODE_NAME_IN_INDEX'   => 1,
-  'ALWAYS_NODE_ARG_IN_XREF' => 1,
-  'FLOAT_NAME_IN_XREF'   => 0,
+  'XREF_USE_NODE_NAME_ARG' => 0,
+  'XREF_USE_FLOAT_LABEL'   => 1,
   'OVERVIEW_LINK_TO_TOC' => 1,
   'COMPLEX_FORMAT_IN_TABLE' => 0,
   'WORDS_IN_PAGE'        => 300,
@@ -3053,7 +3053,7 @@
         $command = $node->{'extra'}->{'associated_section'};
         $name = $self->command_text($command, 'text_nonumber');
       } elsif ($node->{'cmdname'} eq 'float') {
-        if ($self->get_conf('FLOAT_NAME_IN_XREF')) {
+        if ($self->get_conf('XREF_USE_FLOAT_LABEL')) {
           $name = $self->command_text($command);
         }
         if (!defined($name) or $name eq '') {
@@ -3063,7 +3063,7 @@
             $name = '';
           }
         }
-      } elsif (!$self->get_conf('ALWAYS_NODE_ARG_IN_XREF')) { 
+      } elsif (!$self->get_conf('XREF_USE_NODE_NAME_ARG')) { 
         $name = $self->command_text($command, 'text_nonumber');
         #die "$command $command->{'normalized'}" if (!defined($name));
       } elsif (defined($args->[0]->{'monospace'})) {
@@ -7571,8 +7571,6 @@
   ['SPLIT_INDEX', 100],
   ['PROGRAM_NAME_IN_FOOTER', 1],
   ['HEADER_IN_TABLE', 1],
-  ['ALWAYS_NODE_ARG_IN_XREF', 0],
-  ['FLOAT_NAME_IN_XREF', 1],
   ['USE_TITLEPAGE_FOR_TITLE', 1],
   ['MENU_ENTRY_COLON', ''],
   ['INDEX_ENTRY_COLON', ''],

Index: tp/t/init/t2h_singular.init
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/init/t2h_singular.init,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- tp/t/init/t2h_singular.init 5 Aug 2012 14:34:14 -0000       1.7
+++ tp/t/init/t2h_singular.init 10 Aug 2012 21:56:50 -0000      1.8
@@ -24,7 +24,7 @@
 set_from_init_file('SPLIT', 'node');
 
 #if set cross-references use the xref node name argument
-set_from_init_file('ALWAYS_NODE_ARG_IN_XREF', 1);
+set_from_init_file('XREF_USE_NODE_NAME_ARG', 1);
 
 # if set, chatter about what we are doing
 set_from_init_file('VERBOSE', 1);

Index: tp/t/results/float/complex_float.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/float/complex_float.pl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- tp/t/results/float/complex_float.pl 8 Aug 2012 22:01:09 -0000       1.40
+++ tp/t/results/float/complex_float.pl 10 Aug 2012 21:56:51 -0000      1.41
@@ -5565,7 +5565,7 @@
 </p>
 <p>TeX and <em><b>t&eacute;&icirc;</b><a href="an_url">an_url</a></em> 
<small>AND</small> <tt>it is @verb</tt> &nbsp;a word !@ &AElig;.
 </p></div></div>
-<p>See <a href="#text-with-a-lot-of-features">text with a lot of features</a>.
+<p>See <a href="#text-with-a-lot-of-features">Text 1</a>.
 </p>
 <div class="footnote">
 <hr>

Index: tp/t/results/float/numbering_captions_listoffloats.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/float/numbering_captions_listoffloats.pl,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- tp/t/results/float/numbering_captions_listoffloats.pl       8 Aug 2012 
22:01:13 -0000       1.36
+++ tp/t/results/float/numbering_captions_listoffloats.pl       10 Aug 2012 
21:56:51 -0000      1.37
@@ -9490,9 +9490,9 @@
 <a name="list-of-floats-1"></a>
 <h2 class="unnumbered">list of floats</h2>
 
-<p>See <a href="#text-in-section">text in section</a>.
-And (see <a href="#text-in-chapter">text in chapter</a>).
-See <a href="#text-with-a-lot-of-features">text with a lot of features</a>.
+<p>See <a href="#text-in-section">Text 1.3</a>.
+And (see <a href="#text-in-chapter">Text 1.1</a>).
+See <a href="#text-with-a-lot-of-features">Text 1</a>.
 </p>
 <p>And now a ref (without manual or printed manual)
 <a href="#text-with-a-lot-of-features">title</a>.
@@ -9503,7 +9503,7 @@
 <p>And now a ref (without manual with a printed manual)
 &lsquo;title&rsquo; in <cite>printed manual title</cite>.
 </p>
-<p>A ref to float without type <a href="#label-but-no-type">label but no 
type</a>.
+<p>A ref to float without type <a href="#label-but-no-type">1</a>.
 </p>
 <dl class="listoffloats">
 <dt><a href="#text-with-a-lot-of-features">Text 1</a></dt><dd><p>TeX and 
someething</p></dd>

Index: tp/t/results/float/ref_to_float.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/float/ref_to_float.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- tp/t/results/float/ref_to_float.pl  8 Aug 2012 22:01:13 -0000       1.13
+++ tp/t/results/float/ref_to_float.pl  10 Aug 2012 21:56:51 -0000      1.14
@@ -567,9 +567,9 @@
 <p>In foat 2.
 </p><div class="float-caption"><p><strong>1
 </strong></p></div></div>
-<p><a href="#Label1">Label1</a>
+<p><a href="#Label1">Text 1</a>
 </p>
-<p><a href="#Label2">Label2</a>
+<p><a href="#Label2">1</a>
 </p>
 
 

Index: tp/t/results/sectioning/equivalent_nodes.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/sectioning/equivalent_nodes.pl,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- tp/t/results/sectioning/equivalent_nodes.pl 8 Aug 2012 22:01:32 -0000       
1.20
+++ tp/t/results/sectioning/equivalent_nodes.pl 10 Aug 2012 21:56:51 -0000      
1.21
@@ -613,7 +613,7 @@
 </div>
 <h4 class="node-heading">&lsquo;<samp>node</samp>&rsquo;</h4>
 
-<p>See <a href="#node">node</a>.
+<p>See <a href="#node">&lsquo;<samp>node</samp>&rsquo;</a>.
 </p><hr>
 
 

Index: tp/t/results/sectioning/no_element.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/sectioning/no_element.pl,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- tp/t/results/sectioning/no_element.pl       8 Aug 2012 22:01:33 -0000       
1.27
+++ tp/t/results/sectioning/no_element.pl       10 Aug 2012 21:56:51 -0000      
1.28
@@ -1154,7 +1154,7 @@
 </p><div class="float-caption"><p><strong>1
 </strong></p></div></div>
 <p>Ref to float
-<a href="#float-anchor">float anchor</a>.
+<a href="#float-anchor">1</a>.
 </p>
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An 
anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry 
pointing to the anchor.

Index: tp/t/results/sectioning/placed_things_before_element.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/sectioning/placed_things_before_element.pl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- tp/t/results/sectioning/placed_things_before_element.pl     8 Aug 2012 
22:01:36 -0000       1.26
+++ tp/t/results/sectioning/placed_things_before_element.pl     10 Aug 2012 
21:56:51 -0000      1.27
@@ -1272,7 +1272,7 @@
 </p><div class="float-caption"><p><strong>1
 </strong></p></div></div>
 <p>Ref to float
-<a href="#float-anchor">float anchor</a>.
+<a href="#float-anchor">1</a>.
 </p>
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An 
anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry 
pointing to the anchor.

Index: tp/t/results/sectioning/placed_things_before_node.pl
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/t/results/sectioning/placed_things_before_node.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tp/t/results/sectioning/placed_things_before_node.pl        8 Aug 2012 
22:01:36 -0000       1.5
+++ tp/t/results/sectioning/placed_things_before_node.pl        10 Aug 2012 
21:56:51 -0000      1.6
@@ -1356,7 +1356,7 @@
 </p><div class="float-caption"><p><strong>1
 </strong></p></div></div>
 <p>Ref to float
-<a href="#float-anchor">float anchor</a>.
+<a href="#float-anchor">1</a>.
 </p>
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An 
anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry 
pointing to the anchor.

Index: tp/t/results/sectioning/ref_to_top.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/t/results/sectioning/ref_to_top.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- tp/t/results/sectioning/ref_to_top.pl       8 Aug 2012 22:01:37 -0000       
1.5
+++ tp/t/results/sectioning/ref_to_top.pl       10 Aug 2012 21:56:51 -0000      
1.6
@@ -340,7 +340,7 @@
 <a name="top"></a>
 <h1 class="top">top</h1>
 
-<p>See <a href="#Top">TOP</a>.
+<p>See <a href="#Top">ToP</a>.
 </p><hr>
 
 

Index: tp/tests/layout/tests-parser.txt
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/layout/tests-parser.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tp/tests/layout/tests-parser.txt    5 Aug 2012 14:34:14 -0000       1.3
+++ tp/tests/layout/tests-parser.txt    10 Aug 2012 21:56:51 -0000      1.4
@@ -29,7 +29,7 @@
 #formatting_mediawiki ../coverage/formatting.texi --init mediawiki.pm
 formatting_html32 ../coverage/formatting.texi --init html32.pm
 formatting_regions formatting_regions.texi
-formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'ALWAYS_NODE_ARG_IN_XREF 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
+formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'XREF_USE_NODE_NAME_ARG 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
 formatting_fr_icons ../coverage/formatting.texi --document-language fr --init 
icons.init
 formatting_singular ../coverage/formatting.texi --init-file t2h_singular.init 
--set-customization-variable 'L2H 1' --set-customization-variable 'SHORTEXTN 1' 
--set-customization-variable 'PREFIX sing' --set-customization-variable 
'TOP_FILE index.htm' --no-verbose
 #formatting_makeinfo ../coverage/formatting.texi --init makeinfo.pm --no-warn

Index: tp/tests/sectioning/res_parser_html/equivalent_nodes/node.html
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes/node.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- tp/tests/sectioning/res_parser_html/equivalent_nodes/node.html      8 Aug 
2012 22:03:40 -0000       1.4
+++ tp/tests/sectioning/res_parser_html/equivalent_nodes/node.html      10 Aug 
2012 21:56:51 -0000      1.5
@@ -61,7 +61,7 @@
 
 <p>Ref to node <a href="#node">node</a>.
 </p>
-<p>Ref to @samp{node} <a href="#node">&lsquo;<samp>node</samp>&rsquo;</a>.
+<p>Ref to @samp{node} <a href="#node">node</a>.
 </p>
 
 

Index: tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/node.html
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/node.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/node.html      
8 Aug 2012 22:03:40 -0000       1.4
+++ tp/tests/sectioning/res_parser_html/equivalent_nodes_no_node/node.html      
10 Aug 2012 21:56:51 -0000      1.5
@@ -61,7 +61,7 @@
 
 <p>Ref to node <a href="#node">node</a>.
 </p>
-<p>Ref to @samp{node} <a href="#node">&lsquo;<samp>node</samp>&rsquo;</a>.
+<p>Ref to @samp{node} <a href="#node">node</a>.
 </p>
 
 

Index: 
tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/node.html
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/node.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- 
tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/node.html
   8 Aug 2012 22:03:41 -0000       1.4
+++ 
tp/tests/sectioning/res_parser_html/equivalent_nodes_test_renamed_nodes/node.html
   10 Aug 2012 21:56:52 -0000      1.5
@@ -61,7 +61,7 @@
 
 <p>Ref to node <a href="#node">node</a>.
 </p>
-<p>Ref to @samp{node} <a href="#node">&lsquo;<samp>node</samp>&rsquo;</a>.
+<p>Ref to @samp{node} <a href="#node">node</a>.
 </p>
 
 

Index: 
tp/tests/sectioning/res_parser_html/placed_things_before_element/index.html
===================================================================
RCS file: 
/sources/texinfo/texinfo/tp/tests/sectioning/res_parser_html/placed_things_before_element/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- tp/tests/sectioning/res_parser_html/placed_things_before_element/index.html 
8 Aug 2012 22:03:48 -0000       1.3
+++ tp/tests/sectioning/res_parser_html/placed_things_before_element/index.html 
10 Aug 2012 21:56:52 -0000      1.4
@@ -58,7 +58,7 @@
 </p><div class="float-caption"><p><strong>1
 </strong></p></div></div>
 <p>Ref to float
-<a href="#float-anchor">float anchor</a>.
+<a href="#float-anchor">1</a>.
 </p>
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top">&bull; <a href="#An-anchor" accesskey="1">An 
anchor</a>:</td><td>&nbsp;&nbsp;</td><td align="left" valign="top">menu entry 
pointing to the anchor.

Index: texi2html/test/layout/tests-parser.txt
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/test/layout/tests-parser.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- texi2html/test/layout/tests-parser.txt      8 Aug 2012 22:00:48 -0000       
1.3
+++ texi2html/test/layout/tests-parser.txt      10 Aug 2012 21:56:52 -0000      
1.4
@@ -26,7 +26,7 @@
 navigation_node_no_header_vertical navigation.texi 
--set-customization-variable 'VERTICAL_HEAD_NAVIGATION 1' --split node 
--set-customization-variable HEADERS=0
 navigation_test_misc_file_collision navigation.texi --split node --init 
misc_file_collision.init
 formatting_regions formatting_regions.texi
-formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'ALWAYS_NODE_ARG_IN_XREF 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
+formatting_exotic ../coverage/formatting.texi --split section --no-header 
--no-number-sections --set-customization-variable 'TOC_LINKS 1' 
--set-customization-variable 'DEF_TABLE 1' --set-customization-variable 
'XREF_USE_NODE_NAME_ARG 1' --footnote-style=end --css-ref 
http://www.environnement.ens.fr/perso/dumas/background-color.css 
--internal-links=/dev/null --set-customization-variable 
'USE_TITLEPAGE_FOR_TITLE 0'
 #formatting_makeinfo ../coverage/formatting.texi --init makeinfo.pm --no-warn
 formatting_chm ../coverage/formatting.texi --init chm.pm
 #formatting_program_texi2any ../coverage/formatting.texi --program texi2any



reply via email to

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