=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.79 retrieving revision 1.81 diff -u -p -r1.79 -r1.81 --- mandoc/TODO 2011/01/22 20:24:53 1.79 +++ mandoc/TODO 2011/01/22 23:27:06 1.81 @@ -1,12 +1,15 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.79 2011/01/22 20:24:53 schwarze Exp $ +* $Id: TODO,v 1.81 2011/01/22 23:27:06 schwarze Exp $ ************************************************************************ ************************************************************************ * parser bugs ************************************************************************ +- .TP before .SH is still FATAL in man(7) + reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 + - the roff parser doesn't tolerate additional characters between a macro and the \} terminating a conditional block, e.g. .if n \{ @@ -23,13 +26,20 @@ --- missing roff features ---------------------------------------------- -- pod2man expects `tr' to be implemented for \*(-- to work +- .it (line traps) occur in mysql(1), yasm_arch(7) + generated by DocBook XSL Stylesheets v1.71.1 + reported by brad@ Sat, 15 Jan 2011 15:48:18 -0500 -- implement `rm' - it is easy to do and used in the pod2man preamble - reminded by brad@ Sun, Jan 09, 2011 at 09:45:58PM -0500 +- .ns (no-space mode) occurs in xine-config(1) + reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 - xloadimage(1) wants .ti (temporary indent), rep by naddy@ +- .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 + --- missing mdoc features ---------------------------------------------- - fix bad block nesting involving multiple identical explicit blocks @@ -84,6 +94,9 @@ should either just work or be a warning reported by naddy@ +- groff an-ext.tmac macros (.UR, .UE) occur in xine(5) + reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 + --- missing tbl features ----------------------------------------------- - implement basic non-parametric .de to support e.g. sox(1) @@ -102,6 +115,7 @@ - look at pages generated from reStructeredText, e.g. devel/mercurial hg(1) These are a weird mixture of man(7) and custom autogenerated low-level roff stuff. Figure out to what extent we can cope. + For details, see http://docutils.sourceforge.net/rst.html noted by stsp@ Sat, 24 Apr 2010 09:17:55 +0200 reminded by nicm@ Mon, 3 May 2010 09:52:41 +0100