groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/22: [an-ext]: (EX, EE) Stop manipulating hyphenation.


From: G. Branden Robinson
Subject: [groff] 08/22: [an-ext]: (EX, EE) Stop manipulating hyphenation.
Date: Mon, 2 Aug 2021 10:49:46 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 520603eb0406d090dbb13aef25ab76ee7738b64f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Aug 1 17:30:20 2021 +1000

    [an-ext]: (EX, EE) Stop manipulating hyphenation.
    
    * tman/an-ext.tmac (EX, EE): Stop manipulating hyphenation.  It's
      redundant since disabling fill mode already prevents automatic
      breaking, and therefore automatic hyphenation.
    
    * tmac/groff_man.7.man.in (Description/Document structure macros) <EX,
      EE>: Update documentation.
---
 ChangeLog               | 8 ++++++++
 tmac/an-ext.tmac        | 2 --
 tmac/groff_man.7.man.in | 7 ++-----
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e937921..8d4f2ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2021-08-01  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * tman/an-ext.tmac (EX, EE): Stop manipulating hyphenation.
+       It's redundant since disabling fill mode already prevents
+       automatic breaking, and therefore automatic hyphenation.
+       * tmac/groff_man.7.man.in (Description/Document structure
+       macros) <EX, EE>: Update documentation.
+
+2021-08-01  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        * src/utils/grog/grog.pl: Update authorship credits.  I appear
        to have removed or refactored all of the "device" (recte: macro
        package) inference logic adapted from Ralph Corderoy's grog.sh;
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index d33a490..4ac2faf 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -191,7 +191,6 @@
 .  nr sP \\n(PD \" Save paragraph distance.
 .  nr PD 1v
 .  nf
-.  nh
 .  \" Work around Savannah #59522.
 .  ie !'\\*[.T]'dvi' \{\
 .    do fam C
@@ -208,7 +207,6 @@
 .  ft \\n(mE
 .  nr PD \\n(sP \" Restore paragraph distance.
 .  fi
-.  hy \\n(HY
 ..
 .
 .
diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index de3d27d..82547a5 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -560,14 +560,11 @@ Begin and end example.
 .
 After
 .BR .EX ,
-filling and hyphenation are disabled and a constant-width (monospaced)
-font is selected.
+filling is disabled and a constant-width (monospaced) font is selected.
 .
 Calling
 .B .EE
-enables filling and
-restores the previous font
-and initial hyphenation mode.
+enables filling and restores the previous font.
 .
 .
 _ifstyle()dnl



reply via email to

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