X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/93f20b1e1caa39192ff71d00068c858c9517edad..9d3131ba9c806f81e1ad9f541d7f20ca974caf19:/TODO diff --git a/TODO b/TODO index e80c9e41..ef311c29 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.314 2021/06/26 11:09:06 schwarze Exp $ +* $Id: TODO,v 1.318 2021/09/10 12:48:19 schwarze Exp $ ************************************************************************ Many issues are annotated for difficulty as follows: @@ -58,6 +58,16 @@ are mere guesses, and some may be wrong. feature of not explicitly specifying the last table column. loc ** exist * algo ** size * imp *** +- eqn(7) delimiters cause conditional lines to misbehave + nabijaczleweli 8 Sep 2021 15:24:48 +0200 + loc * exist *** algo *** size * imp * + +- roff.c, roff_expand() should not remove blanks before comments + to Oliver Corff, Sep 7, 2021 + loc * exist * algo * size * imp * + but watch out for regressions in the high-level parsers + maybe it should not even remove comments? - consider T{\" + ************************************************************************ * missing features @@ -282,8 +292,14 @@ are mere guesses, and some may be wrong. --- missing misc features ---------------------------------------------- +- let makewhatis(8) follow symbolic links to dirs below READ_ALLOWED_PATH + this may be feasible using fts_set(FTS_FOLLOW) + mail to sternenseemann 19 Aug 2021 19:11:50 +0200 + loc * exist ** algo ** size * imp ** + - -T man does not handle eqn(7) and tbl(7) Stephen Gregoratto 16 Feb 2020 01:28:07 +1100 + also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901636 loc ** exist ** algo ** size *** imp ** - man -ks 1,8 route; kn@ Jul 13, 2018 orally @@ -449,11 +465,18 @@ are mere guesses, and some may be wrong. - make the HTML scaffolding customozable with -O skip=... mail to Oliver Corff 3 Jun 2021 17:28:02 +0200 + more feedback from Oliver 3 Jun 2021 18:27:56 +0200 + more feedback from Oliver 3 Jun 2021 23:37:18 +0200 - .Bd -unfilled should not use monospaced font anton@ 4 Mar 2021 08:19:35 +0100 loc ** exist * algo * size * imp ** +- HTML formatting of .nf should avoid
+ and not close and re-open
 on .P
+  my mail to ports@ 27 Jun 2021 16:09:20 +0200
+  loc **  exist **  algo *  size *  imp **
+
 - get rid of the last handful of style= attributes such that
   Content-Security-Policy: can be enabled without unsafe-inline
   suggested by bentley@  Nov 10, 2019 at 06:02:49AM -0700
@@ -483,12 +506,6 @@ are mere guesses, and some may be wrong.
   http://undeadly.org/cgi?action=article&sid=20140925064244&pid=1
   loc *  exist *  algo **  size *  imp ***
 
-- implement the tbl(7) layout "n" specifier for HTML output,
-  probably by manual alignment, inserting adequate numbers of
-  digit-width spaces, similar to tbl_term.c, tbl_number()
-  Oliver Corff 16 May 2021 20:29:00 +0200
-  loc **  exist **  algo **  size *  imp **
-
 - generate  tags in HTML
   idea from florian@  Tue, 7 Apr 2015 00:26:28 +0000
   may be possible to implement with .Lk img://something.png alt_text