aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit5eda43815781d2f6dde50e670e33d155679e6c14 (patch)
treee8bdb93284bc51ddf71239ace764274ae03b8cdc /NEWS
parentbd8ae2e9c7b3b6677cfb59eecd2620e3819c3d99 (diff)
downloadmandoc-5eda43815781d2f6dde50e670e33d155679e6c14.tar.gz
mandoc-5eda43815781d2f6dde50e670e33d155679e6c14.tar.zst
mandoc-5eda43815781d2f6dde50e670e33d155679e6c14.zip
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--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 687c19b5..9f3071c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-$Id: NEWS,v 1.19 2017/02/12 14:19:01 schwarze Exp $
+$Id: NEWS,v 1.20 2017/02/16 14:38:12 schwarze Exp $
This file lists the most important changes in the mdocml.bsd.lv distribution.
@@ -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.