=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.271 retrieving revision 1.275 diff -u -p -r1.271 -r1.275 --- mandoc/TODO 2018/10/02 12:18:33 1.271 +++ mandoc/TODO 2018/11/24 23:03:18 1.275 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.271 2018/10/02 12:18:33 schwarze Exp $ +* $Id: TODO,v 1.275 2018/11/24 23:03:18 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -195,10 +195,6 @@ are mere guesses, and some may be wrong. suggested by bentley@ Tue, 14 Oct 2014 04:10:55 -0600 loc * exist ** algo * size * imp ** -- implement horizontal and vertical alignment in HTML output - pali dot rohar at gmail dot com 16 Jul 2018 13:03:35 +0200 - loc * exist * algo * size * imp *** - - implement cell spanning in HTML output pali dot rohar at gmail dot com 16 Jul 2018 13:03:35 +0200 loc * exist * algo ** size ** imp ** @@ -390,23 +386,18 @@ are mere guesses, and some may be wrong. --- HTML issues -------------------------------------------------------- -- table of content at the top of HTML (and perhaps ps/pdf) pages - only if there are at least two (or three?) non-standard sections - only if the new option -O toc is given - suggested by Adam Kalisz during EuroBSDCon 2018 - -- support -O man with two arguments, typically using the first for - a local tree (like the release pages on mandoc.bsd.lv) and the - second for a remote tree (e.g. man.openbsd.org). - Probable syntax: -O man=first;second - Suggested by kristaps@ during EuroBSDCon 2018. - - wrap Sh and Ss content into
Laura Morales 21 Apr 2018 18:10:48 +0200 (Evaluate whether this is really useful and has no adverse side effects before implementing; if it is possible, it does seem cleaner.) loc ** exist ** algo * size * imp *** + +- .IP wants vertical spacing before itself; + currently, it is formatted like .Bl -compact. + Fixing this requires getting rid of the "float" + in the CSS for .Bl-tag first. + Reminded by Pali Rohar 25 Oct 2018 10:10:35 +0200. - format ".IP *" etc. as