groff-commit
[Top][All Lists]
Advanced

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

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


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog tmac/an-old.tmac
Date: Sat, 27 May 2006 14:48:22 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/05/27 14:48:22

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

Log message:
        * tmac/an-old.tmac (an-do-tag): Simplify.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/ChangeLog.diff?tr1=1.962&tr2=1.963&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/groff/groff/tmac/an-old.tmac.diff?tr1=1.54&tr2=1.55&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.962 groff/ChangeLog:1.963
--- groff/ChangeLog:1.962       Sat May 27 06:12:40 2006
+++ groff/ChangeLog     Sat May 27 14:48:21 2006
@@ -1,3 +1,7 @@
+2006-05-27  Werner LEMBERG  <address@hidden>
+
+       * tmac/an-old.tmac (an-do-tag): Simplify.
+
 2006-05-26  Werner LEMBERG  <address@hidden>
 
        * tmac/an-old.tmac (an-do-tag): Make margin characters work.
Index: groff/tmac/an-old.tmac
diff -u groff/tmac/an-old.tmac:1.54 groff/tmac/an-old.tmac:1.55
--- groff/tmac/an-old.tmac:1.54 Sat May 27 06:12:40 2006
+++ groff/tmac/an-old.tmac      Sat May 27 14:48:22 2006
@@ -419,27 +419,21 @@
 .  ll
 .  \" We must emit the diversion in a separate environment to
 .  \" assure that a possible margin character is printed correctly.
+.  ev an-2
+.  evc 0
+.  mc
+.  nf
+.  in \\n[an-margin]u
 .  ie (\\n[dl] + \\n[an-tag-sep] > \\n[an-prevailing-indent]) \{\
-.    ev an-2
-.    evc 0
-.    mc
-.    nf
-.    in \\n[an-margin]u
 .    ne (2v + 1u)
 .    an-div
 .    ev
 .    in (\\n[an-margin]u + \\n[an-prevailing-indent]u)
 .  \}
 .  el \{\
-.    \" In nroff mode, if the indentation value is not an integer multiple
-.    \" of the character cell, it is possible that the following combination
-.    \" of .in and .ti yields a different result as the .in request in
+.    \" In nroff mode, the indentation value should be an integer multiple
+.    \" of the character cell, to avoid different results compared to the
 .    \" the .ie part above.
-.    ev an-2
-.    evc 0
-.    mc
-.    nf
-.    in \\n[an-margin]u
 .    ne (1v + 1u)
 .    DEVTAG-COL 1
 .    an-div




reply via email to

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