=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.152 retrieving revision 1.156 diff -u -p -r1.152 -r1.156 --- mandoc/TODO 2013/07/13 12:52:07 1.152 +++ mandoc/TODO 2013/09/22 23:21:23 1.156 @@ -1,13 +1,19 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.152 2013/07/13 12:52:07 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 @@ -29,6 +35,9 @@ None known right now. .ad -- re-enable adjustment without changing the mode Adjustment mode is ignored while in no-fill mode (.nf). +- .as (append to string) + found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200 + - .ce (center N lines) found by naddy@ in xloadimage(1) found by Juan Francisco Cantero Hurtado @@ -47,9 +56,17 @@ None known right now. found by naddy@ in xloadimage(1) found by bentley@ in nmh(1) Mon, 23 Apr 2012 13:38:28 -0600 +- .while and .shift + found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200 + - \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 @@ -141,6 +158,15 @@ None known right now. reported by Yuri Pankov, Wed 18 May 2011 11:34:59 CEST --- missing misc features ---------------------------------------------- + +- The whatis(1) utility looks for whole words in Nm. + If the file name of a page does not agree with the contents of any + of its Nm macros (e.g. pool(9)), add the file name as an Nm entry + to the mandoc.db as well, such that whatis(1) finds it. + If there is a page with a file name that does not appear as a substring + neither in Nm nor in Nd, the same fix would allow finding that page + with apropos(1) using the file name as a key, as well. + Issue reported by tedu@ Fri, 05 Jul 2013 21:15:23 -0400 - clean up escape sequence handling, creating three classes: (1) fully implemented, or parsed and ignored without loss of content