groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog tmac/s.tmac


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog tmac/s.tmac
Date: Sat, 23 Jan 2010 07:23:24 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     10/01/23 07:23:24

Modified files:
        .              : ChangeLog 
        tmac           : s.tmac 

Log message:
        Fix `MC' macro of the ms package.
        
        * tmac/s.tmac (@MC): Define `pg*col-top' after the paragraph has
        been initialized.  Otherwise, using this example,
        
          .nh
          .nf
          .kern 0
          .pl 6c
          .ll 70n
          .MC 30n
          Text for multiple columns.
          Text for multiple columns.
          Text for multiple columns.
          Text for multiple columns.
          Text for multiple columns.
        
        the columns start at different vertical positions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1220&r2=1.1221
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/s.tmac?cvsroot=groff&r1=1.38&r2=1.39

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1220
retrieving revision 1.1221
diff -u -b -r1.1220 -r1.1221
--- ChangeLog   23 Jan 2010 07:15:41 -0000      1.1220
+++ ChangeLog   23 Jan 2010 07:23:24 -0000      1.1221
@@ -1,3 +1,24 @@
+2010-01-23  Bjarni Ingi Gislason  <address@hidden>
+
+       Fix `MC' macro of the ms package.
+
+       * tmac/s.tmac (@MC): Define `pg*col-top' after the paragraph has
+       been initialized.  Otherwise, using this example,
+
+         .nh
+         .nf
+         .kern 0
+         .pl 6c
+         .ll 70n
+         .MC 30n
+         Text for multiple columns.
+         Text for multiple columns.
+         Text for multiple columns.
+         Text for multiple columns.
+         Text for multiple columns.
+
+       the columns start at different vertical positions.
+
 2010-01-23  Larry Kollar  <address@hidden>
 
        * tmac/www.tmac (www-li-{ul,ol,dl}): Handle `PORPHANS' register.

Index: tmac/s.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/s.tmac,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- tmac/s.tmac 5 Jan 2009 10:20:59 -0000       1.38
+++ tmac/s.tmac 23 Jan 2010 07:23:24 -0000      1.39
@@ -4,7 +4,7 @@
 s.tmac
 
 Copyright (C) 1989, 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2006, 2007,
-              2009
+              2009, 2010
   Free Software Foundation, Inc.
      Written by James Clark (address@hidden)
 
@@ -518,11 +518,11 @@
 .      el .nr pg*gutw 0
 .\}
 .DEVTAG ".mc address@hidden address@hidden \\n[pg*gutw]"
-.mk pg*col-top
 .ns
 .nr pg*col-num 0
 .nr address@hidden address@hidden/6
 address@hidden
+.mk pg*col-top
 ..
 .de 2C
 .MC




reply via email to

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