[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp texi2any.pl Texinfo/Common.pm
From: |
Karl Berry |
Subject: |
texinfo/tp texi2any.pl Texinfo/Common.pm |
Date: |
Fri, 20 Jan 2012 18:11:25 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Karl Berry <karl> 12/01/20 18:11:25
Modified files:
tp : texi2any.pl
tp/Texinfo : Common.pm
Log message:
simplify to SORT_ELEMENT_COUNT_COUNT_WORDS to just one COUNT
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.103&r2=1.104
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Common.pm?cvsroot=texinfo&r1=1.117&r2=1.118
Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- texi2any.pl 17 Jan 2012 00:18:04 -0000 1.103
+++ texi2any.pl 20 Jan 2012 18:11:25 -0000 1.104
@@ -1149,7 +1149,7 @@
my ($sorted_name_counts_array, $sort_element_count_text)
= Texinfo::Convert::Converter::sort_element_counts(
$converter_element_count_file, $tree, $use_sections,
- get_conf('SORT_ELEMENT_COUNT_COUNT_WORDS'));
+ get_conf('SORT_ELEMENT_COUNT_WORDS'));
my $sort_element_count_file = get_conf('SORT_ELEMENT_COUNT');
my $sort_element_count_fh = Texinfo::Common::open_out($converter,
Index: Texinfo/Common.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Common.pm,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -b -r1.117 -r1.118
--- Texinfo/Common.pm 17 Jan 2012 00:18:05 -0000 1.117
+++ Texinfo/Common.pm 20 Jan 2012 18:11:25 -0000 1.118
@@ -172,7 +172,7 @@
'USE_UP_NODE_FOR_ELEMENT_UP',
'BEFORE_OVERVIEW', 'AFTER_OVERVIEW',
'BEFORE_TOC_LINES', 'AFTER_TOC_LINES',
- 'SORT_ELEMENT_COUNT', 'SORT_ELEMENT_COUNT_COUNT_WORDS',
+ 'SORT_ELEMENT_COUNT', 'SORT_ELEMENT_COUNT_WORDS',
# FIXME document
'TEXTCONTENT_COMMENT',
# FIXME Not strings. To be documented.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo/tp texi2any.pl Texinfo/Common.pm,
Karl Berry <=