CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <[EMAIL PROTECTED]>      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  <[EMAIL PROTECTED]>
+
+       * tmac/an-old.tmac (an-do-tag): Simplify.
+
 2006-05-26  Werner LEMBERG  <[EMAIL PROTECTED]>
 
        * 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


_______________________________________________
Groff-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to