texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Oct 17 21:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sun Oct 17 21:22:01 EDT 2004)
Date: Sun, 17 Oct 2004 21:22:09 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.399
retrieving revision 1.400
diff -c -r1.399 -r1.400
*** ChangeLog   17 Oct 2004 20:50:24 -0000      1.399
--- ChangeLog   18 Oct 2004 01:04:27 -0000      1.400
***************
*** 1,5 ****
--- 1,8 ----
  2004-10-17  Karl Berry  <address@hidden>
  
+       * makeinfo/node.c (cm_node): don't output <br> after the
+               navigation line, it's apparently just extra space.
+ 
        * configure.ac: Clean environment for native configure.
        From: Mark Fortescue <address@hidden>,
        17 Oct 2004 19:09:53 +0100.
Index: makeinfo/node.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/node.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -c -r1.22 -r1.23
*** makeinfo/node.c     31 Aug 2004 12:37:54 -0000      1.22
--- makeinfo/node.c     18 Oct 2004 01:04:27 -0000      1.23
***************
*** 1,5 ****
  /* node.c -- nodes for Texinfo.
!    $Id: node.c,v 1.22 2004/08/31 12:37:54 karl Exp $
  
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
--- 1,5 ----
  /* node.c -- nodes for Texinfo.
!    $Id: node.c,v 1.23 2004/10/18 01:04:27 karl Exp $
  
     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
     Foundation, Inc.
***************
*** 984,990 ****
              }
            /* html fixxme: we want a `top' or `contents' link here.  */
  
!           add_word_args ("\n%s<br>\n", splitting ? "<hr>" : "");
                  add_word ("</div>\n");
          }
      }
--- 984,990 ----
              }
            /* html fixxme: we want a `top' or `contents' link here.  */
  
!           add_word_args ("\n%s\n", splitting ? "<hr>" : "");
                  add_word ("</div>\n");
          }
      }
P ChangeLog
P makeinfo/node.c


reply via email to

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