aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-09-10 12:48:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-09-10 12:48:19 +0000
commit750312944a3f1072216eaef256ced25d9a0ee385 (patch)
treedd94434ca9e7355ff3ab5f8063a7be8eeaaabbc7
parent2b21b1bfceddeb3d2792365b8b1e3fdafd99006d (diff)
downloadmandoc-750312944a3f1072216eaef256ced25d9a0ee385.tar.gz
mandoc-750312944a3f1072216eaef256ced25d9a0ee385.tar.zst
mandoc-750312944a3f1072216eaef256ced25d9a0ee385.zip
add two newly reported bugs,
and remove two feature requests that were recently implemented
-rw-r--r--TODO24
1 files changed, 13 insertions, 11 deletions
diff --git a/TODO b/TODO
index 5ea7ba40..ef311c29 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.317 2021/09/06 14:32:07 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
@@ -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