summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-16 14:38:12 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-16 14:38:12 +0000
commitbbeb7f3d1552ab971dd625340d256ddad5e3dceb (patch)
tree5068aa8160413593e88d5e6f83f07b03890274ad /NEWS
parent853da03c9620f7701e3a1286e9316ec6b8c23b2f (diff)
downloadmandoc-bbeb7f3d1552ab971dd625340d256ddad5e3dceb.tar.gz
Surprisingly, groff does not support scaling units in .Bl -column
column width specifiers, so stop supporting them, too. As a side effect, this fixes an assertion failure that tb@ found with afl(1), triggered by: .Bl -column -4n
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 00011ccb..b50d75a6 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,8 @@ Changes in version 1.14.1, released on February XXX, 2017
for empty matrices and empty square roots.
* mdoc(7): Fix an assertion failure for a .Bd without a type that
breaks another block.
+ * mdoc(7): Fix an assertion failure that happened for some .Bl -column
+ lists containing a column width of "-4n", "-3n", or "-2n".
* mdoc(7): Fix an assertion failure caused by .Bl -column without .It
but containing eqn(7) or tbl(7) code.
* roff(7): Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.