=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.257 retrieving revision 1.276 diff -u -p -r1.257 -r1.276 --- mandoc/TODO 2018/07/31 15:25:55 1.257 +++ mandoc/TODO 2018/11/25 18:04:58 1.276 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.257 2018/07/31 15:25:55 schwarze Exp $ +* $Id: TODO,v 1.276 2018/11/25 18:04:58 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -57,10 +57,6 @@ are mere guesses, and some may be wrong. reported by brad@ Sat, 15 Jan 2011 15:45:23 -0500 loc *** exist *** algo *** size ** imp * -- .while and .shift - found by jca@ in ratpoison(1) Sun, 30 Jun 2013 12:01:09 +0200 - loc * exist ** algo ** size ** imp ** - - \w'' improve width measurements would not be very useful without an expression parser, see below needed for Tcl_NewStringObj(3) via wiz@ Wed, 5 Mar 2014 22:27:43 +0100 @@ -164,6 +160,7 @@ are mere guesses, and some may be wrong. - groff_www(7) .MTO and .URL These macros were used by the GNU grep(1) man page. + The groff_www(7) manual page itself uses them, too. We should probably *not* add them to mandoc. Just mentioning this here to keep track of the abuse. Laura Morales 20 Apr 2018 07:33:02 +0200 @@ -198,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 ** @@ -400,8 +393,20 @@ are mere guesses, and some may be wrong. 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 multiple subsequent .IP as a single list + rather than opening a new list for each item + Pali Rohar 25 Nov 2018 14:34:26 +0100 + loc * exist ** algo * size * imp *** + - format ".IP *" etc. as