summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-08-04 07:44:43 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-08-05 00:03:05 -0500
commit7b9e3181df5069037349b0c6292a66bf0ec6259d (patch)
tree7dc2c2f7816f737ad9d88df8a0593265c06b3d5b /NEWS
parent81294e834d9609c81ed8ad474a82f3af491a814e (diff)
downloadgroff-git-7b9e3181df5069037349b0c6292a66bf0ec6259d.tar.gz
[eqn]: Recognize "delim on" even if `-C` given.
* src/preproc/eqn/lex.cpp (do_delim): Recognize "delim on" even in compatibility mode, enabling tbl to toggle eqn delimiter recognition when it is run in compatibility mode as well. * src/preproc/eqn/eqn.1.man (Controlling delimiteres): Update. * NEWS: Add item. Fixes <https://savannah.gnu.org/bugs/?62852>. Thanks to Bjarni Ingi Gislason for the report. Also update editor aid comments; drop old style Emacs file-local variable setting.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7adba61f9..1aaa63b2b 100644
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,18 @@ groff
o The -I option now implies -g (run the grn(1) preprocessor), and
supplies grn an -M option with the argument to -I.
+eqn
+---
+
+o The GNU extension
+
+ delim on
+
+ is now recognized even in AT&T compatibility mode (the -C option) in
+ order to reliably integrate with tbl. Few eqn documents are expected
+ to use 'o' and 'n' as left and right delimiters, respectively. If
+ yours does, consider swapping them, or select others.
+
Macro packages
--------------