texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html texi2html.pl doc/Makefile.in doc/texi...


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html texi2html.pl doc/Makefile.in doc/texi...
Date: Thu, 05 Feb 2009 11:18:35 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/02/05 11:18:34

Modified files:
        .              : texi2html.pl 
        doc            : Makefile.in texi2html.texi 

Log message:
        Add the number (in case of @enumerate) in argument for 
format_list_item_texi.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.263&r2=1.264
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/Makefile.in?cvsroot=texi2html&r1=1.47&r2=1.48
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.texi?cvsroot=texi2html&r1=1.80&r2=1.81

Patches:
Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -b -r1.263 -r1.264
--- texi2html.pl        3 Feb 2009 12:32:38 -0000       1.263
+++ texi2html.pl        5 Feb 2009 11:18:33 -0000       1.264
@@ -74,7 +74,7 @@
 }
 
 # CVS version:
-# $Id: texi2html.pl,v 1.263 2009/02/03 12:32:38 pertusus Exp $
+# $Id: texi2html.pl,v 1.264 2009/02/05 11:18:33 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;
@@ -12384,7 +12384,7 @@
                 }
                 if ($format)
                 {
-                    my ($line, $open_command) = 
&$Texi2HTML::Config::format_list_item_texi($format->{'format'}, $cline, 
$format->{'prepended'}, $format->{'command'});
+                    my ($line, $open_command) = 
&$Texi2HTML::Config::format_list_item_texi($format->{'format'}, $cline, 
$format->{'prepended'}, $format->{'command'}, $format->{'number'});
                     $cline = $line if (defined($line));
                     if ($open_command)
                     { 

Index: doc/Makefile.in
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/Makefile.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- doc/Makefile.in     6 Jan 2009 00:35:27 -0000       1.47
+++ doc/Makefile.in     5 Feb 2009 11:18:34 -0000       1.48
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -153,6 +153,7 @@
 srcdir = @srcdir@
 sysconfdir = @sysconfdir@
 target_alias = @target_alias@
+top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 

Index: doc/texi2html.texi
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.texi,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- doc/texi2html.texi  1 Nov 2008 18:26:19 -0000       1.80
+++ doc/texi2html.texi  5 Feb 2009 11:18:34 -0000       1.81
@@ -3191,13 +3191,14 @@
 More control of the text before formatting of the line or the item is 
 achieved with the following function reference:
 
address@hidden {Function Reference} ($result_line, $open_command) 
format_list_item_texi $format $line $prepended $command
address@hidden {Function Reference} ($result_line, $open_command) 
format_list_item_texi $format $line $prepended $command $number
 The @var{$format} is the list or table @@-command, 
 @var{$line} is the item line, @var{$command} is the @dfn{format command},
 @var{$prepended} is set to the text folllowing the @dfn{format command}
 on the format argumlent line.
 The @var{$result_line} replaces the item argument, and if @var{$open_command}
 is true, the @dfn{format command} is opened for the line.
+The @var{$number} is the number of the item, as set in @code{@@enumerate}.
 @end deftypefn
 
 @table @emph




reply via email to

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