groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ChangeLog tmac/an-ext.tmac


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog tmac/an-ext.tmac
Date: Mon, 22 Jan 2007 07:52:19 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/01/22 07:52:19

Modified files:
        .              : ChangeLog 
        tmac           : an-ext.tmac 

Log message:
        * tmac/an-ext.tmac: Protect against being sourced twice.
        (URL, EE): Use always two backslashes.
        (MTO): New macro.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1022&r2=1.1023
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/an-ext.tmac?cvsroot=groff&r1=1.2&r2=1.3

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1022
retrieving revision 1.1023
diff -u -b -r1.1022 -r1.1023
--- ChangeLog   22 Jan 2007 05:43:34 -0000      1.1022
+++ ChangeLog   22 Jan 2007 07:52:18 -0000      1.1023
@@ -1,3 +1,9 @@
+2006-01-22  Werner LEMBERG  <address@hidden>
+
+       * tmac/an-ext.tmac: Protect against being sourced twice.
+       (URL, EE): Use always two backslashes.
+       (MTO): New macro.
+
 2006-01-21  Werner LEMBERG  <address@hidden>
 
        * contrib/pdfmark/pdfroff.man: Revised, based on a patch from Eric

Index: tmac/an-ext.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/an-ext.tmac,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- tmac/an-ext.tmac    16 Jan 2007 21:45:14 -0000      1.2
+++ tmac/an-ext.tmac    22 Jan 2007 07:52:19 -0000      1.3
@@ -3,7 +3,7 @@
 .\" Written by Eric S. Raymond <address@hidden>
 .\"            Werner Lemberg <address@hidden>
 .\"
-.\" Version 2006-Jan-16
+.\" Version 2006-Jan-22
 .\"
 .\" This file is explicitly placed into the public domain.
 .\"
@@ -17,6 +17,12 @@
 .\" used macros directly to the prologue of the man page(s).
 .
 .
+.\" Protect against being sourced twice.
+.nr EX +1
+.if \n(EX>1 \
+.  nx
+.
+.
 .\" Map mono-width fonts to standard fonts for groff's TTY device
 .if n \{\
 .  do ftr CR R
@@ -80,10 +86,22 @@
 .de URL
 .  nh
 .  ie \\n(.$-1 \
-\\$2 \*(laURL:\\$1\*(ra\"
+\\$2 \\*(laURL:\\$1\\*(ra\"
+.  el \
+\\*(la\\$1\\*(ra\"
+.  hy \\n(HY
+..
+.
+.
+.\" Email address.
+.\" XXX to be modified
+.de MTO
+.  nh
+.  ie \\n(.$-1 \
+\\$2 \\*(la\\$1\\*(ra\"
 .  el \
-\*(la\\$1\*(ra\"
-.  hy \n(HY
+\\*(la\\$1\\*(ra\"
+.  hy \\n(HY
 ..
 .
 .
@@ -108,7 +126,7 @@
 .de EE
 .  ft
 .  fi
-.  hy \n(HY
+.  hy \\n(HY
 .  sp 0.5
 ..
 .




reply via email to

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