=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.179 retrieving revision 1.182 diff -u -p -r1.179 -r1.182 --- mandoc/TODO 2014/08/18 13:27:47 1.179 +++ mandoc/TODO 2014/10/10 10:49:38 1.182 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.179 2014/08/18 13:27:47 kristaps Exp $ +* $Id: TODO,v 1.182 2014/10/10 10:49:38 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -163,6 +163,18 @@ delimiter instead of being thrown away as a no-op roff line reported by Yuri Pankov, Wed 18 May 2011 11:34:59 CEST +--- missing eqn features ----------------------------------------------- + +- set, delim, fonts + +- The "size" keyword is parsed, but ignored by the formatter. + +- The spacing characters `~', `^', and tab are currently ignored, + see User's Guide (Second Edition) page 2 section 4. + +- Mark and lineup are parsed and ignored, + see User's Guide (Second Edition) page 5 section 15. + --- missing misc features ---------------------------------------------- - italic correction (\/) in PostScript mode @@ -285,11 +297,22 @@ http://stackoverflow.com/questions/1713048/ see also matthew@ Fri, 18 Jul 2014 19:25:12 -0700 +- The tables used to render the three-part page headers actually force + the width of the to the max-width given for . + Not yet sure how to fix that... + Observed by an Anonymous Coward on undeadly.org: + http://undeadly.org/cgi?action=article&sid=20140925064244&pid=1 + - consider whether can be used for Ar Dv Er Ev Fa Va. from bentley@ Wed, 13 Aug 2014 09:17:55 -0600 - check https://github.com/trentm/mdocml +--- eqn issues --------------------------------------------------------- + +- If .EQ follows preceding text, a space should be output between the + text and the equation. + ************************************************************************ * formatting issues: gratuitous differences ************************************************************************ @@ -455,3 +478,4 @@ Several areas can be cleaned up to make mandoc even fa behaviour, which is not optimal. - Have Mac OSX systems automatically disable -static compilation of the CGI: -static isn't supported. +