texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp TODO Texinfo/Structuring.pm


From: Patrice Dumas
Subject: texinfo/tp TODO Texinfo/Structuring.pm
Date: Sat, 25 Feb 2012 23:11:50 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/02/25 23:11:50

Modified files:
        tp             : TODO 
        tp/Texinfo     : Structuring.pm 

Log message:
        Document insert_nodes_for_sectioning_commands complete_tree_nodes_menus
        in Texinfo::Structuring.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.270&r2=1.271
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Structuring.pm?cvsroot=texinfo&r1=1.118&r2=1.119

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -b -r1.270 -r1.271
--- TODO        25 Feb 2012 22:34:58 -0000      1.270
+++ TODO        25 Feb 2012 23:11:46 -0000      1.271
@@ -7,9 +7,6 @@
 
 Document TEXTCONTENT_COMMENT.
 
-Document insert_nodes_for_sectioning_commands complete_tree_nodes_menus
-in Texinfo::Structuring.
-
 
 Bugs
 ====

Index: Texinfo/Structuring.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Structuring.pm,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -b -r1.118 -r1.119
--- Texinfo/Structuring.pm      25 Feb 2012 22:34:58 -0000      1.118
+++ Texinfo/Structuring.pm      25 Feb 2012 23:11:48 -0000      1.119
@@ -1823,7 +1823,10 @@
 with C<sort_indices> or C<sort_indices_by_letter> to sort by letters.
 
 Other miscellaneous methods include C<set_menus_to_simple_menu> and
-C<menu_to_simple_menu> to change the menu texinfo tree. 
+C<menu_to_simple_menu> to change the menu texinfo tree, as well
+as C<insert_nodes_for_sectioning_commands> that adds nodes for 
+sectioning commands without nodes and C<complete_tree_nodes_menus>
+that completes the node menus based on the sectioning tree.
 
 
 
@@ -2113,6 +2116,16 @@
 container anymore, their content are merged directly in the menu in 
 I<preformatted> container.
 
+=item insert_nodes_for_sectioning_commands ($parser, $tree)
+
+Insert nodes for sectioning commands without node in C<$tree>.
+
+=item complete_tree_nodes_menus ($parser, $tree)
+
+Add menu entries or whole menus for nodes associated with sections,
+based on the sectioning tree.  This function should therefore be
+called after L<sectioning_structure>.
+
 =back
 
 =head1 SEE ALSO



reply via email to

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