texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/Texinfo Parser.pm Convert/HTML.pm


From: Patrice Dumas
Subject: texinfo/tp/Texinfo Parser.pm Convert/HTML.pm
Date: Sat, 29 Dec 2012 10:33:18 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/12/29 10:33:18

Modified files:
        tp/Texinfo     : Parser.pm 
        tp/Texinfo/Convert: HTML.pm 

Log message:
        Improve 2 error messages.  From Benno Schulenberg.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.407&r2=1.408
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.270&r2=1.271

Patches:
Index: Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.407
retrieving revision 1.408
diff -u -b -r1.407 -r1.408
--- Parser.pm   18 Dec 2012 23:38:29 -0000      1.407
+++ Parser.pm   29 Dec 2012 10:33:17 -0000      1.408
@@ -3452,7 +3452,7 @@
       my $parsed_entry_node = _parse_node_manual($arg);
       if (! defined($parsed_entry_node)) {
         if ($self->{'SHOW_MENU'}) {
-          $self->line_error ($self->__("Empty node in menu entry"), $line_nr);
+          $self->line_error ($self->__("Empty node name in menu entry"), 
$line_nr);
         }
       } else {
         $current->{'extra'}->{'menu_entry_node'} = $parsed_entry_node;

Index: Convert/HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -b -r1.270 -r1.271
--- Convert/HTML.pm     22 Dec 2012 12:18:09 -0000      1.270
+++ Convert/HTML.pm     29 Dec 2012 10:33:18 -0000      1.271
@@ -4815,7 +4815,7 @@
                 $file, $line_nr)) if ($in_string);
   warn (sprintf($self->__("%s:%d: --css-include ended in comment"), 
                 $file, $line_nr)) if ($in_comment);
-  warn (sprintf($self->__("%s:%d address@hidden not finished in css file"), 
+  warn (sprintf($self->__("%s:%d: address@hidden not finished in css file"), 
         $file, $line_nr)) 
     if ($in_import and !$in_comment and !$in_string);
   return ($imports, $rules);



reply via email to

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