groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/11: [me]: Fix Savannah #58736.


From: G. Branden Robinson
Subject: [groff] 05/11: [me]: Fix Savannah #58736.
Date: Fri, 13 Aug 2021 10:05:48 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit ab55f50af0599028bf7d3fd0fc50358471595b3c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Aug 13 09:32:31 2021 +1000

    [me]: Fix Savannah #58736.
    
    * tmac/e.tmac (1c): Fix problem when combining multiple columns,
      footnotes, and return to single-column mode: do not place the
      single-column text below the footnote.  Space to the end of the page
      (\n[nl]), not the page "high-water mark" (\n[.h]).  Thanks to Bjarni
      Ingi Gislason for the suggestion.
    
    Fixes <https://savannah.gnu.org/bugs/?58736>.
---
 ChangeLog   | 10 ++++++++++
 tmac/e.tmac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index bf26d70..524f4e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2021-08-13  G. Branden Robinson <g.branden.robinson@gmail.com>
 
+       * tmac/e.tmac (1c): Fix problem when combining multiple columns,
+       footnotes, and return to single-column mode: do not place the
+       single-column text below the footnote.  Space to the end of the
+       page (\n[nl]), not the page "high-water mark" (\n[.h]).  Thanks
+       to Bjarni Ingi Gislason for the suggestion.
+
+       Fixes <https://savannah.gnu.org/bugs/?58736>.
+
+2021-08-13  G. Branden Robinson <g.branden.robinson@gmail.com>
+
        Add regression test for Savannah #58736.
 
        * tmac/tests/e_footnotes_work_with_columns.sh: Test it.
diff --git a/tmac/e.tmac b/tmac/e.tmac
index 0053625..5b39588 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -954,7 +954,7 @@
 .nr $c 1
 .nr $m 1
 .ll \\n(_Lu\"                  return to normal output
-.sp |\\n(.hu
+.sp |\\n(nlu
 .@O \\n(_ou
 ..
 .



reply via email to

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