[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp TODO Texinfo/Convert/TextContent.pm
From: |
Patrice Dumas |
Subject: |
texinfo/tp TODO Texinfo/Convert/TextContent.pm |
Date: |
Thu, 19 Jan 2012 21:29:15 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 12/01/19 21:29:15
Modified files:
tp : TODO
tp/Texinfo/Convert: TextContent.pm
Log message:
Don't ignore 'titlepage', 'copying', 'documentdescription' in
TextContent.pm.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.255&r2=1.256
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/TextContent.pm?cvsroot=texinfo&r1=1.4&r2=1.5
Patches:
Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -b -r1.255 -r1.256
--- TODO 18 Jan 2012 22:31:13 -0000 1.255
+++ TODO 19 Jan 2012 21:29:15 -0000 1.256
@@ -59,7 +59,9 @@
Test for the handling of #line.
-Test input file without @setfilename
+Test input file without @setfilename.
+
+test nodes that end up in the same files, like @'a and @^a.
In html, test
empty lines at the begining,
Index: Texinfo/Convert/TextContent.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/TextContent.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Texinfo/Convert/TextContent.pm 16 Jan 2012 22:54:42 -0000 1.4
+++ Texinfo/Convert/TextContent.pm 19 Jan 2012 21:29:15 -0000 1.5
@@ -35,7 +35,7 @@
$ignored_brace_commands{$ignored_brace_command} = 1;
}
my %ignored_block_commands;
-foreach my $ignored_command ('titlepage', 'copying', 'documentdescription',
+foreach my $ignored_command (
'html', 'tex', 'xml', 'docbook', 'ignore', 'macro', 'rmacro') {
$ignored_block_commands{$ignored_command} = 1;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp TODO Texinfo/Convert/TextContent.pm,
Patrice Dumas <=