=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.328 retrieving revision 1.330 diff -u -p -r1.328 -r1.330 --- mandoc/TODO 2023/08/08 15:58:40 1.328 +++ mandoc/TODO 2023/10/19 15:04:05 1.330 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.328 2023/08/08 15:58:40 schwarze Exp $ +* $Id: TODO,v 1.330 2023/10/19 15:04:05 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -68,6 +68,14 @@ are mere guesses, and some may be wrong. but watch out for regressions in the high-level parsers maybe it should not even remove comments? - consider T{\" +- In the body of conditional requests, escape sequence expansion + must not be performed if the condition is false. This implies + the first part of a request line must be expanded before + request parsing (like it is now), but expansion in the second + part must be delayed. + to Nab 8 Aug 2023 20:05:32 +0200 Subject: if/ie d condition always true + loc ** exist *** algo *** size ** imp * + - tag.c, tag_put() should not put ASCII_HYPH into the tag file, which happens when the tag contains "-" on the input side weerd@ 28 Sep 2021 12:44:07 +0200 @@ -231,6 +239,9 @@ are mere guesses, and some may be wrong. --- missing man features ----------------------------------------------- +- groff_man(7) .MR + loc ** exist * algo * size * imp *** + - MANWIDTH Markus Waldeck 9 Jun 2015 05:49:56 +0200 Laura Morales 26 Apr 2018 08:15:55 +0200 @@ -497,6 +508,10 @@ are mere guesses, and some may be wrong. --- HTML issues -------------------------------------------------------- +- support the idiom .TP .IP .TP for multi-paragraph list item bodies + to: Alejandro Colomar Thu, 19 Oct 2023 16:45:21 +0200 + loc ** exist ** algo ** size ** imp ** + - .Nm without an argument and .Bx cause premature Nab Sun, 5 Jun 2022 18:30:09 +0200 @@ -629,6 +644,10 @@ are mere guesses, and some may be wrong. - Sequences of multiple man(7) paragraphs (.PP, .IP) interspersed with .ps and .nf/.fi produce execessive blank lines, see libJudy and graphics/dcmtk. The parser reorg may help with this. + +- The man(7) .UR macro produces UTF-8 angle brackets in -Tutf8 output mode + with groff, but ASCII <> with mandoc + Alejandro Colomar Mon, 7 Aug 2023 17:13:29 +0200 Subject: hostname - trailing whitespace must be ignored even when followed by a font escape, see for example