=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.114 retrieving revision 1.121 diff -u -p -r1.114 -r1.121 --- mandoc/TODO 2011/06/29 15:38:09 1.114 +++ mandoc/TODO 2011/09/18 16:43:28 1.121 @@ -1,14 +1,21 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.114 2011/06/29 15:38:09 kristaps Exp $ +* $Id: TODO,v 1.121 2011/09/18 16:43:28 schwarze Exp $ ************************************************************************ ************************************************************************ * parser bugs ************************************************************************ +- ".\}" on its own line gets translated to bare ".\&" + which forces pset() into man(7) + and then triggers an unknown macro error + reported by naddy@ Sun, 3 Jul 2011 21:52:24 +0200 + - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 + also occurs in emulators/pcsxr/patches/patch-doc_pcsx_1 + jeremy@ commit Wed, 7 Sep 2011 10:00:19 -0600 (MDT) ************************************************************************ * formatter bugs @@ -25,6 +32,10 @@ --- missing roff features ---------------------------------------------- +- .if n \{ + .br\} + should cause an extra space to be raised. + - .ad (adjust margins) .ad l -- adjust left margin only (flush left) .ad r -- adjust right margin only (flush right) @@ -46,8 +57,6 @@ - .ta (tab settings) occurs in ircbug(1) and probably gnats(1) reported by brad@ Sat, 15 Jan 2011 15:50:51 -0500 -- pod2man expects `tr' to be implemented for \*(-- to work - - \c (interrupted text) occurs in chat(8) --- missing mdoc features ---------------------------------------------- @@ -123,6 +132,8 @@ - groff an-ext.tmac macros (.UR, .UE) occur in xine(5) reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 +- -T[x]html doesn't stipulate non-collapsing spaces in literal mode + --- missing tbl features ----------------------------------------------- - implement basic non-parametric .de to support e.g. sox(1) @@ -255,6 +266,9 @@ - When .Fn arguments exceed one output line, all but the first should be indented, see e.g. rpc(3); reported by jmc@ on discuss@ Fri, 29 Oct 2010 13:48:33 +0100 + reported again by Nicolas Joly via wiz@ Sun, 18 Sep 2011 18:24:40 +0200 + Also, we don't want to break the line within the argument of: + .Fa "chtype tl" - .Ns should work when called at the end of an input line, see the following code in vi(1): @@ -328,6 +342,9 @@ Several areas can be cleaned up to make mandoc even fa - improve hashing mechanism for characters (not as important) - the PDF file is HUGE: this can be reduced by using relative offsets + +- instead of re-initialising the roff predefined-strings set before each + parse, create a read-only version the first time and copy it ************************************************************************ * structural issues