texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp TODO Texinfo/Convert/Plaintext.pm


From: Patrice Dumas
Subject: texinfo/tp TODO Texinfo/Convert/Plaintext.pm
Date: Mon, 21 Feb 2011 01:29:37 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/02/21 01:29:37

Modified files:
        tp             : TODO 
        tp/Texinfo/Convert: Plaintext.pm 

Log message:
        Fix call of function.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.91&r2=1.92
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/Plaintext.pm?cvsroot=texinfo&r1=1.90&r2=1.91

Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- TODO        20 Feb 2011 14:47:07 -0000      1.91
+++ TODO        21 Feb 2011 01:29:37 -0000      1.92
@@ -1,6 +1,3 @@
-Add a warning for each index entry outside of any node in the 
-Info backend.
-
 Handle
 @xrefautomaticsectiontitle on|off
 (does nothing in info, in HTML automatically set the section name as 3rd
@@ -113,6 +110,11 @@
 there could be a warning
  warning: @setfilename after the first element
 
+No &copy; &ldquo; &rdquo; in docbook.  Use instead numeric entities.
+
+Add @value and @end to the corresponding commands categories?  Also maybe
+add thischapter thischaptername thischapternum thisfile thispage thistitle
+to misc_commands?
 
 Incorporation of texi2html tests
 --------------------------------

Index: Texinfo/Convert/Plaintext.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/Plaintext.pm,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -b -r1.90 -r1.91
--- Texinfo/Convert/Plaintext.pm        19 Feb 2011 11:05:40 -0000      1.90
+++ Texinfo/Convert/Plaintext.pm        21 Feb 2011 01:29:37 -0000      1.91
@@ -535,7 +535,7 @@
   $text = uc($text) if ($self->{'formatters'}->[-1]->{'upper_case'});
   if ($self->{'ENABLE_ENCODING'} and $self->{'documentencoding'} 
       and $self->{'documentencoding'} eq 'utf-8') {
-    return Texinfo::Convert::Unicode($self, $command);
+    return Texinfo::Convert::Unicode::unicode_text($self, $command, $context);
   } elsif (!$context->{'code'} and !$context->{'preformatted'}) {
     $text =~ s/---/\x{1F}/g;
     $text =~ s/--/-/g;



reply via email to

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