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: Tue, 16 Jan 2007 21:45:14 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/01/16 21:45:14

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

Log message:
        * tmac/an-ext.tmac: Remove code for grodvi.
        (SY): Fix typos.
        Don't insert empty line.
        (URL, TQ): Fix typos.

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

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1020
retrieving revision 1.1021
diff -u -b -r1.1020 -r1.1021
--- ChangeLog   15 Jan 2007 07:17:24 -0000      1.1020
+++ ChangeLog   16 Jan 2007 21:45:14 -0000      1.1021
@@ -1,3 +1,10 @@
+2006-01-16  Werner LEMBERG  <address@hidden>
+
+       * tmac/an-ext.tmac: Remove code for grodvi.
+       (SY): Fix typos.
+       Don't insert empty line.
+       (URL, TQ): Fix typos.
+
 2006-01-14  Werner LEMBERG  <address@hidden>
 
        * tmac/an-ext.tmac: New file, containing extension macros

Index: tmac/an-ext.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/an-ext.tmac,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- tmac/an-ext.tmac    15 Jan 2007 07:17:24 -0000      1.1
+++ tmac/an-ext.tmac    16 Jan 2007 21:45:14 -0000      1.2
@@ -3,7 +3,7 @@
 .\" Written by Eric S. Raymond <address@hidden>
 .\"            Werner Lemberg <address@hidden>
 .\"
-.\" Version 2006-Jan-14
+.\" Version 2006-Jan-16
 .\"
 .\" This file is explicitly placed into the public domain.
 .\"
@@ -17,18 +17,17 @@
 .\" used macros directly to the prologue of the man page(s).
 .
 .
+.\" Map mono-width fonts to standard fonts for groff's TTY device
 .if n \{\
 .  do ftr CR R
 .  do ftr CI I
 .  do ftr CB B
 .\}
 .
-.if '\(.T'dvi' \
-.  do ftr CB CW
-.
+.\" groff has glyph entities for angle brackets.
 .ie \n(.g \{\
-.  ds la \[la]\"
-.  ds ra \[ra]\"
+.  ds la \(la\"
+.  ds ra \(ra\"
 .\}
 .el \{\
 .  ds la <\"
@@ -41,15 +40,19 @@
 .
 .\" Declare start of command synopsis.  Sets up hanging indentation.
 .de SY
-.  if !\\n(SY \{\
+.  ie !\\n(SY \{\
 .    nh
 .    nr SY 1
 .    nr a \\n(.j
 .    ad l
 .    nr i \\n(.i
 .  \}
+.  el \{\
+.    br
+.    ns
+.  \}
 .
-.  HP \w'\fB\\$1\fP 'u
+.  HP \w'\fB\\$1\fP\ 'u
 .  B "\\$1"
 ..
 .
@@ -76,7 +79,7 @@
 .\" XXX to be modified
 .de URL
 .  nh
-.  if \\n(.$-1 \
+.  ie \\n(.$-1 \
 \\$2 \*(laURL:\\$1\*(ra\"
 .  el \
 \*(la\\$1\*(ra\"
@@ -88,7 +91,7 @@
 .de TQ
 .  br
 .  ns
-.  TP "\\$1"
+.  TP \\$1\" no doublequotes around argument!
 ..
 .
 .




reply via email to

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