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 <[email protected]>
+
+ 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 <[email protected]>
* 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 ([email protected])
@@ -518,11 +518,11 @@
. el .nr pg*gutw 0
.\}
.DEVTAG ".mc \\n...@ncols] \\n...@colw] \\n[pg*gutw]"
-.mk pg*col-top
.ns
.nr pg*col-num 0
.nr p...@fn-colw \\n...@colw]*5/6
....@reset
+.mk pg*col-top
..
.de 2C
.MC
_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit