gbranden pushed a commit to branch master
in repository groff.
commit ab55f50af0599028bf7d3fd0fc50358471595b3c
Author: G. Branden Robinson <[email protected]>
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 <[email protected]>
+ * 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 <[email protected]>
+
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
..
.
_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit