=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.154 retrieving revision 1.156 diff -u -p -r1.154 -r1.156 --- mandoc/TODO 2013/07/14 11:57:38 1.154 +++ mandoc/TODO 2013/09/22 23:21:23 1.156 @@ -1,13 +1,19 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.154 2013/07/14 11:57: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 @@ -55,6 +61,11 @@ None known right now. - \c (interrupted text) should prevent the line break even inside .Bd literal; that occurs in chat(8) + also found in cclive(1) - DocBook output + +- \h horizontal move + found in cclive(1) DocBook output + Anthony J. Bentley on discuss@ Sat, 21 Sep 2013 22:29:34 -0600 - using undefined strings or macros defines them to be empty wl@ Mon, 14 Nov 2011 14:37:01 +0000