groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: [me]: Fix alignment of `(c' macro (#43306).


From: Werner LEMBERG
Subject: [groff] 01/01: [me]: Fix alignment of `(c' macro (#43306).
Date: Tue, 22 Nov 2016 07:01:01 +0000 (UTC)

wl pushed a commit to branch master
in repository groff.

commit 89c4839e1edd61adc1d6c3d0efce8232be1645c6
Author: Werner Lemberg <address@hidden>
Date:   Tue Nov 22 08:00:34 2016 +0100

    [me]: Fix alignment of `(c' macro (#43306).
    
    * tmac/e.tmac-u ((c): Properly initialize environment.
---
 ChangeLog     |   14 ++++++++++----
 tmac/e.tmac-u |    5 +++++
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 03b9540..67a83f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,19 @@
+2016-11-22  George HELFFRICH  <address@hidden>
+
+       [me]: Fix alignment of `(c' macro (#43306).
+
+       * tmac/e.tmac-u ((c): Properly initialize environment.
+
 2016-11-20  George HELFFRICH  <address@hidden>
 
-       [me] Fix vertical spacing of `(b' macro.
+       [me] Fix vertical spacing of `(b' macro (#42217).
 
        * tmac/e.tmac-u (@k): Apply pre-spacing conditionally.
        ()b): Updated.
 
 2016-11-19  George HELFFRICH  <address@hidden>
 
-       [me] Fix remaining bugs with line numbering.
+       [me] Fix remaining bugs with line numbering (#49650).
 
        * tmac/e.tmac-u (nm): Redefine.
        (.n1, .n2): Update so all environments affected.
@@ -16,9 +22,9 @@
 
 2016-11-01  Deri James  <address@hidden>
 
-       gropdf remaps characters to position 13 (#48986 )
+       gropdf remaps characters to position 13 (#48986).
        
-       * src/devices/gropdf/gropdf: Do not remap anything to chr(13)
+       * src/devices/gropdf/gropdf: Do not remap anything to chr(13).
 
 2016-11-01  Deri James  <address@hidden>
 
diff --git a/tmac/e.tmac-u b/tmac/e.tmac-u
index 3c380c8..659fd87 100644
--- a/tmac/e.tmac-u
+++ b/tmac/e.tmac-u
@@ -1064,6 +1064,11 @@
 .br
 .if "\\n(.z"|c" .tm Line \\n(c. -- Nested .(c requests
 .if \\n(?n .nm
+.if ``\\n(.z` \
+\{\
+.      @C 1            \" Ensure env. set up for centering in open text
+.      ev
+.\}
 .di |c
 ..
 .



reply via email to

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