texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo multi.c,1.8,1.9


From: dirt
Subject: texinfo/makeinfo multi.c,1.8,1.9
Date: Sun, 29 Feb 2004 13:44:29 +0100

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

Modified Files:
        multi.c 
Log Message:
2004-02-29  Alper Ersoy  <address@hidden>

        * makeinfo/multi.c (draw_horizontal_separator): insert a space before
        the newline so it looks different than @subsection's.



Index: multi.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/multi.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** multi.c     20 Feb 2004 02:17:28 -0000      1.8
--- multi.c     29 Feb 2004 12:44:24 -0000      1.9
***************
*** 311,314 ****
--- 311,315 ----
        out_char ('+');
    }
+   out_char (' ');
    out_char ('\n');
  }



reply via email to

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