summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-12-08 00:35:33 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-12-09 08:56:18 -0600
commite9a72bac46c2693910dfbdf167fccbadd1c04341 (patch)
tree20cb286c41cbe5d68ba2bb12d7aaff932530b584 /NEWS
parent391bc2cde6415ac1ea94013558851364937c3f25 (diff)
downloadgroff-git-e9a72bac46c2693910dfbdf167fccbadd1c04341.tar.gz
NEWS: Clarify item.
Contours of how to get output line numbering back, but make it work _right_, are starting to form in my head, but no idea if I'll have time to test my theories before 1.23.0 final.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9cff7c5fc..d1bcb6bfb 100644
--- a/NEWS
+++ b/NEWS
@@ -140,10 +140,11 @@ o The token `.PY` is now recognized as a synonym of `.PF` to work around
tbl
---
-o GNU tbl now saves and restores the status of output line numbering
- when formatting tables, including the count of lines for which
- numbering is suppressed. Historical tbl implementations did not, with
- bizarre consequences when text blocks were used in tables.
+o GNU tbl now suspends output line numbering while formatting tables,
+ saving and restoring its status before and after each table region,
+ including the count of lines for which numbering is suppressed.
+ Historical tbl implementations did not, with bizarre consequences when
+ text blocks were used in tables.
Macro packages
--------------