=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.91 retrieving revision 1.95 diff -u -p -r1.91 -r1.95 --- mandoc/TODO 2011/02/27 14:17:28 1.91 +++ mandoc/TODO 2011/03/23 09:47:13 1.95 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.91 2011/02/27 14:17:28 schwarze Exp $ +* $Id: TODO,v 1.95 2011/03/23 09:47:13 kristaps Exp $ ************************************************************************ ************************************************************************ @@ -10,15 +10,6 @@ - .TP before .SH is still FATAL in man(7) reported by brad@ Sat, 15 Jan 2011 15:54:54 -0500 -- The mdoc(7) parser should handle `\.' as punctuation: - .Ql .if ${VAR} op something \. - should produce - `.if ${VAR} op something'. - not - `.if ${VAR} op something .' - as seen in make(1). - To escape the dot, one would use `\&.'. - - the roff parser doesn't tolerate additional characters between a macro and the \} terminating a conditional block, e.g. .if n \{ @@ -111,12 +102,6 @@ (mdoc_html.c and mdoc_term.c `Nm' handlers can be slightly simplified) --- missing man features ----------------------------------------------- - -- bashbug(1) complains "line scope broken" after - .SM - .B something - 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