texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/texi2html....


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html ChangeLog texi2html.pl doc/texi2html....
Date: Sun, 30 Sep 2007 13:21:03 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        07/09/30 13:21:03

Modified files:
        .              : ChangeLog texi2html.pl 
        doc            : texi2html.html 
Added files:
        Tests/documentlanguage: .cvsignore 
        Tests/navigation: .cvsignore 

Log message:
                * texi2html.pl: don't have # perl on the shebang line. Report by
                Martin Koeppe.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/ChangeLog?cvsroot=texi2html&r1=1.270&r2=1.271
http://cvs.savannah.gnu.org/viewcvs/texi2html/texi2html.pl?cvsroot=texi2html&r1=1.186&r2=1.187
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/documentlanguage/.cvsignore?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/Tests/navigation/.cvsignore?cvsroot=texi2html&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/texi2html/doc/texi2html.html?cvsroot=texi2html&r1=1.53&r2=1.54

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texi2html/texi2html/ChangeLog,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -b -r1.270 -r1.271
--- ChangeLog   30 Sep 2007 12:47:11 -0000      1.270
+++ ChangeLog   30 Sep 2007 13:21:01 -0000      1.271
@@ -1,3 +1,8 @@
+2007-09-30  Patrice Dumas  <address@hidden>
+
+       * texi2html.pl: don't have # perl on the shebang line. Report by
+       Martin Koeppe.
+
 2007-09-27  Patrice Dumas  <address@hidden>
 
        * texi2html.init: handle @textdegree, @hyphenation.

Index: texi2html.pl
===================================================================
RCS file: /cvsroot/texi2html/texi2html/texi2html.pl,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -b -r1.186 -r1.187
--- texi2html.pl        30 Sep 2007 12:47:11 -0000      1.186
+++ texi2html.pl        30 Sep 2007 13:21:01 -0000      1.187
@@ -1,4 +1,5 @@
-#! @PERL@ -- # perl
+#! @PERL@ --
+# perl
 'di ';
 'ig 00 ';
 
#+##############################################################################
@@ -59,7 +60,7 @@
 #--##########################################################################
 
 # CVS version:
-# $Id: texi2html.pl,v 1.186 2007/09/30 12:47:11 pertusus Exp $
+# $Id: texi2html.pl,v 1.187 2007/09/30 13:21:01 pertusus Exp $
 
 # Homepage:
 my $T2H_HOMEPAGE = "http://www.nongnu.org/texi2html/";;

Index: doc/texi2html.html
===================================================================
RCS file: /cvsroot/texi2html/texi2html/doc/texi2html.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- doc/texi2html.html  30 Sep 2007 12:47:40 -0000      1.53
+++ doc/texi2html.html  30 Sep 2007 13:21:02 -0000      1.54
@@ -31,7 +31,7 @@
 permission notice may be stated in a translation approved
 by the Free Software Foundation.
  -->
-<!-- Created on September, 30 2007 by texi2html @PACKAGE_VERSION@ -->
+<!-- Created on September, 30 2007 by texi2html 1.79 -->
 <!--
 Written by: Lionel Cons <address@hidden> (original author)
             Karl Berry  <address@hidden>
@@ -48,7 +48,7 @@
 <meta name="keywords" content="Texi2HTML &ndash; Texinfo to HTML v1.79">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
-<meta name="Generator" content="texi2html @PACKAGE_VERSION@">
+<meta name="Generator" content="texi2html 1.79">
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <style type="text/css">
 <!--
@@ -6191,7 +6191,12 @@
 version 1.68.
 </p>
 <ul>
-<li> API changes between 1.76 and 1.78: 
+<li> API changes between 1.78 and 1.80: 
+<ul>
+<li> what was done in the beginning of the $print_section 
+function reference is now done in $print_element_header.
+</li></ul>
+</li><li> API changes between 1.76 and 1.78: 
 <ul>
 <li> paragraph has new arguments
 with indentation information, added as the third argument, and
@@ -7107,7 +7112,7 @@
 </tr></table>
 <h1>About This Document</h1>
 <p>
-  This document was generated by <em>Patrice Dumas</em> on <em>September, 30 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>September, 30 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
 </p>
 <p>
   The buttons in the navigation panels have the following meaning:
@@ -7209,7 +7214,7 @@
 <hr size="1">
 <p>
  <font size="-1">
-  This document was generated by <em>Patrice Dumas</em> on <em>September, 30 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
@PACKAGE_VERSION@</em></a>.
+  This document was generated by <em>Patrice Dumas</em> on <em>September, 30 
2007</em> using <a href="http://www.nongnu.org/texi2html/";><em>texi2html 
1.79</em></a>.
  </font>
  <br>
 

Index: Tests/documentlanguage/.cvsignore
===================================================================
RCS file: Tests/documentlanguage/.cvsignore
diff -N Tests/documentlanguage/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/documentlanguage/.cvsignore   30 Sep 2007 13:21:02 -0000      1.1
@@ -0,0 +1,4 @@
+*.2
+*.html
+*.passfirst
+*.passtexi

Index: Tests/navigation/.cvsignore
===================================================================
RCS file: Tests/navigation/.cvsignore
diff -N Tests/navigation/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ Tests/navigation/.cvsignore 30 Sep 2007 13:21:02 -0000      1.1
@@ -0,0 +1,4 @@
+*.2
+*.html
+*.passfirst
+*.passtexi




reply via email to

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