diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-10 12:48:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-09-10 12:48:19 +0000 |
commit | 52e21ce7cae2a2af0d7d3650265cb434d65222e8 (patch) | |
tree | 17c279ecfb1521a35549296ff76962227c8ce691 | |
parent | 0f0b8f0b360106396aea586cbe1e932cebaa15f1 (diff) | |
download | mandoc-52e21ce7cae2a2af0d7d3650265cb434d65222e8.tar.gz |
add two newly reported bugs,
and remove two feature requests that were recently implemented
-rw-r--r-- | TODO | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -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 @@ -228,10 +238,6 @@ are mere guesses, and some may be wrong. --- missing tbl features ----------------------------------------------- -- fully support the "nospaces" option; - Oliver Corff mentioned usefulness 20 Jun 2021 09:41:06 +0200 - loc * exist * algo * size * imp * - - vertical centering in cells vertically spanned with ^ pali dot rohar at gmail dot com 16 Jul 2018 13:03:35 +0200 loc * exist *** algo *** size ** imp * @@ -459,6 +465,8 @@ 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 @@ -498,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 <img> 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 |