texinfo-commits
[Top][All Lists]
Advanced

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

[8037] update call to parse_node_manual


From: gavinsmith0123
Subject: [8037] update call to parse_node_manual
Date: Fri, 10 Aug 2018 10:13:04 -0400 (EDT)

Revision: 8037
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8037
Author:   gavin
Date:     2018-08-10 10:13:03 -0400 (Fri, 10 Aug 2018)
Log Message:
-----------
update call to parse_node_manual

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Convert/HTML.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2018-08-09 20:24:09 UTC (rev 8036)
+++ trunk/ChangeLog     2018-08-10 14:13:03 UTC (rev 8037)
@@ -1,3 +1,9 @@
+2018-08-10  Gavin Smith  <address@hidden>
+
+       * tp/Texinfo/Convert/HTML.pm (_parse_node_and_warn_external):
+       Call 'parse_node_manual' from Texinfo::Common instead of 
+       Texinfo::Parser.
+
 2018-08-09  Gavin Smith  <address@hidden>
 
        * tp/Texinfo/Report.pm (gdt): Remove unused call to pgettext.

Modified: trunk/tp/Texinfo/Convert/HTML.pm
===================================================================
--- trunk/tp/Texinfo/Convert/HTML.pm    2018-08-09 20:24:09 UTC (rev 8036)
+++ trunk/tp/Texinfo/Convert/HTML.pm    2018-08-10 14:13:03 UTC (rev 8037)
@@ -1,8 +1,8 @@
 # $Id$
 # HTML.pm: output tree as HTML.
 #
-# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, 
-# Inc.
+# Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Free Software 
+# Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -7234,7 +7234,7 @@
   my $node_tree = Texinfo::Parser::parse_texi_line($parser,
                                           $node_texi, $line_number, $file);
   if ($node_tree) {
-    my $node_normalized_result = Texinfo::Parser::_parse_node_manual(
+    my $node_normalized_result = Texinfo::Common::parse_node_manual(
           $node_tree);
     my $line_nr = {'line_nr' => $line_number, 'file_name' => $file };
     if (!$node_normalized_result) {




reply via email to

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