texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo node.c,1.5,1.6


From: dirt
Subject: texinfo/makeinfo node.c,1.5,1.6
Date: Tue, 6 Jan 2004 17:32:14 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv22488

Modified Files:
        node.c 
Log Message:
2004-01-06  Alper Ersoy  <address@hidden>

        * makeinfo/node.c (cm_node): removed ``Node: <nodename>'' from the
        node headers.



Index: node.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/node.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** node.c      6 Jan 2004 14:30:37 -0000       1.5
--- node.c      6 Jan 2004 16:32:12 -0000       1.6
***************
*** 926,940 ****
            /* The <p> avoids the links area running on with old Lynxen. */
            add_word_args ("<p>%s\n", splitting ? "" : "<hr>");
!           add_word_args ("%s%s<a name=\"", _("Node:"), "&nbsp;");
            tem = expand_node_name (node);
            add_anchor_name (tem, 0);
-         tem = escape_string (tem);
-           add_word_args ("\">%s</a>", tem);
            free (tem);
  
            if (next)
              {
                tem = expansion (next, 0);
-             add_word (",\n");
              add_word (_("Next:"));
                add_word ("&nbsp;");
--- 926,938 ----
            /* The <p> avoids the links area running on with old Lynxen. */
            add_word_args ("<p>%s\n", splitting ? "" : "<hr>");
!           add_word ("<a name=\"");
            tem = expand_node_name (node);
            add_anchor_name (tem, 0);
            free (tem);
+           add_word ("\"></a>");
  
            if (next)
              {
                tem = expansion (next, 0);
              add_word (_("Next:"));
                add_word ("&nbsp;");



reply via email to

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