texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Wed Jun 7 18:22:01 EDT 2006)


From: Karl Berry
Subject: texinfo update (Wed Jun 7 18:22:01 EDT 2006)
Date: Wed, 07 Jun 2006 18:22:02 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.605
retrieving revision 1.606
diff -u -r1.605 -r1.606
--- ChangeLog   5 Jun 2006 07:45:43 -0000       1.605
+++ ChangeLog   7 Jun 2006 21:52:24 -0000       1.606
@@ -1,3 +1,9 @@
+2006-06-07  <address@hidden>
+
+       * makeinfo/footnote.c (output_pending_notes): Use
+       add_html_block_elt instead of add_word for final part of
+       footnote, so no extra <p> is output.
+
 2006-06-05  Akim Demaille  <address@hidden>
 
        * util/bibtex.test: Add it for real.
Index: makeinfo/footnote.c
===================================================================
RCS file: /sources/texinfo/texinfo/makeinfo/footnote.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- makeinfo/footnote.c 15 May 2005 00:00:07 -0000      1.8
+++ makeinfo/footnote.c 7 Jun 2006 21:52:25 -0000       1.9
@@ -1,5 +1,5 @@
 /* footnote.c -- footnotes for Texinfo.
-   $Id: footnote.c,v 1.8 2005/05/15 00:00:07 karl Exp $
+   $Id: footnote.c,v 1.9 2006/06/07 21:52:25 karl Exp $
 
    Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc.
 
@@ -380,7 +380,7 @@
       }
 
     if (html)
-      add_word ("<hr></div>");
+      add_html_block_elt ("<hr></div>");
     close_paragraph ();
     free (array);
 
P ChangeLog
P makeinfo/footnote.c


reply via email to

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