wl pushed a commit to branch master
in repository groff.

commit 89c4839e1edd61adc1d6c3d0efce8232be1645c6
Author: Werner Lemberg <w...@gnu.org>
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  <ghf...@gmail.com>
+
+       [me]: Fix alignment of `(c' macro (#43306).
+
+       * tmac/e.tmac-u ((c): Properly initialize environment.
+
 2016-11-20  George HELFFRICH  <ghf...@gmail.com>
 
-       [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  <ghf...@gmail.com>
 
-       [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  <d...@chuzzlewit.myzen.co.uk>
 
-       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  <d...@chuzzlewit.myzen.co.uk>
 
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
 ..
 .

_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to