texinfo-commits
[Top][All Lists]
Advanced

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

texinfo update (Sun Jun 6 10:22:01 EDT 2004)


From: Karl Berry
Subject: texinfo update (Sun Jun 6 10:22:01 EDT 2004)
Date: Sun, 06 Jun 2004 10:22:27 -0400

Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.347
retrieving revision 1.348
diff -c -r1.347 -r1.348
*** ChangeLog   3 Jun 2004 16:00:04 -0000       1.347
--- ChangeLog   6 Jun 2004 14:04:55 -0000       1.348
***************
*** 1,3 ****
--- 1,10 ----
+ 2004-06-06  Karl Berry  <address@hidden>
+ 
+       * makeinfo/makeinfo.c (add_char): don't call html_output_head if
+       only_macro_expansion (e.g., a macro call in the
+       Top menu).  From: Yuri D'Elia <address@hidden>,
+       05 Jun 2004 21:11:00 +0200.
+ 
  2004-06-03  Karl Berry  <address@hidden>
  
        * info/session.c (info_menu_digit): use menu, rather than entry, to
Index: makeinfo/makeinfo.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/makeinfo.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -c -r1.59 -r1.60
*** makeinfo/makeinfo.c 29 Apr 2004 12:00:19 -0000      1.59
--- makeinfo/makeinfo.c 6 Jun 2004 14:04:12 -0000       1.60
***************
*** 1,5 ****
  /* makeinfo -- convert Texinfo source into other formats.
!    $Id: makeinfo.c,v 1.59 2004/04/29 12:00:19 karl Exp $
  
     Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
--- 1,5 ----
  /* makeinfo -- convert Texinfo source into other formats.
!    $Id: makeinfo.c,v 1.60 2004/06/06 14:04:12 karl Exp $
  
     Copyright (C) 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
     2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
***************
*** 2612,2617 ****
--- 2612,2618 ----
             any order and with any omissions, and we'll still output
             the html <head> `just in time'.  */
          if ((executing_macro || !executing_string)
+             && !only_macro_expansion
              && html && !html_output_head_p && !defining_copying ())
            html_output_head ();
  
P ChangeLog
P makeinfo/makeinfo.c


reply via email to

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