groff-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Groff-commit] groff ChangeLog tmac/doc.tmac
Date: Fri, 04 Mar 2011 12:38:23 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     11/03/04 12:38:23

Modified files:
        .              : ChangeLog 
        tmac           : doc.tmac 

Log message:
        [mdoc] Within .An, .Aq, .Ao, and .Ac now use `<' and `>'.
        Problem reported by Ulrich Spörlein <address@hidden>
        
        * tmac/doc.tmac (Aq, Ao, Ac): Implement it to follow RFC 822 and RFC
        2822.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1292&r2=1.1293
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/doc.tmac?cvsroot=groff&r1=1.41&r2=1.42

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1292
retrieving revision 1.1293
diff -u -b -r1.1292 -r1.1293
--- ChangeLog   14 Feb 2011 08:26:27 -0000      1.1292
+++ ChangeLog   4 Mar 2011 12:38:22 -0000       1.1293
@@ -1,3 +1,11 @@
+2011-03-04  Werner LEMBERG  <address@hidden>
+
+       [mdoc] Within .An, .Aq, .Ao, and .Ac now use `<' and `>'.
+       Problem reported by Ulrich Spörlein <address@hidden>
+
+       * tmac/doc.tmac (Aq, Ao, Ac): Implement it to follow RFC 822 and RFC
+       2822.
+
 2011-02-14  Werner LEMBERG  <address@hidden>
 
        * doc/groff.texinfo: Add another example for .em request

Index: tmac/doc.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/doc.tmac,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- tmac/doc.tmac       26 Oct 2009 07:51:02 -0000      1.41
+++ tmac/doc.tmac       4 Mar 2011 12:38:23 -0000       1.42
@@ -1197,8 +1197,14 @@
 .  if !\n[doc-arg-limit] \
 .    ds doc-macro-name Aq
 .
+.  ie "\*[doc-macro-name]"An" \{\
+.    ds doc-quote-left <
+.    ds doc-quote-right >
+.  \}
+.  el \{\
 .  ds doc-quote-left \[la]
 .  ds doc-quote-right \[ra]
+.  \}
 .
 .  doc-enclose-string \$@
 ..
@@ -1527,6 +1533,9 @@
 .  if !\n[doc-arg-limit] \
 .    ds doc-macro-name Ao
 .
+.  ie "\*[doc-macro-name]"An" \
+.    ds doc-quote-left <
+.  el \
 .  ds doc-quote-left \[la]
 .
 .  doc-enclose-open \$@
@@ -1546,6 +1555,9 @@
 .  if !\n[doc-arg-limit] \
 .    ds doc-macro-name Ac
 .
+.  ie "\*[doc-macro-name]"An" \
+.    ds doc-quote-right >
+.  el \
 .  ds doc-quote-right \[ra]
 .
 .  doc-enclose-close \$@



reply via email to

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