aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/TODO b/TODO
index f89372a4..5bd0675d 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,19 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.155 2013/09/22 11:48:38 schwarze Exp $
+* $Id: TODO,v 1.156 2013/09/22 23:21:23 schwarze Exp $
************************************************************************
************************************************************************
* crashes
************************************************************************
-None known right now.
+- .Bl -tag followed by a text node preceding the first .It should not
+ throw a FATAL error, but only a normal ERROR. Putting this into the
+ HEAD of an implicit .It might be cleanest, inserting an implicit .Pp
+ or just dumping the orphan stuff directly into the BODY of the .Bl
+ might be easier to implement, and all options can no doubt be made
+ to yield correct (i.e. groff bug-compatible) rendering.
+ Anthony J. Bentley on discuss@ Sun, 22 Sep 2013 16:33:21 -0600
************************************************************************
* missing features