]> git.cameronkatri.com Git - mandoc.git/commitdiff
add two newly reported bugs,
authorIngo Schwarze <schwarze@openbsd.org>
Fri, 10 Sep 2021 12:48:19 +0000 (12:48 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Fri, 10 Sep 2021 12:48:19 +0000 (12:48 +0000)
and remove two feature requests that were recently implemented

TODO

diff --git a/TODO b/TODO
index 5ea7ba4042800423d5df5fabd1d31f239604051b..ef311c29390bfb81b6a1b54b96bfba148d2145d5 100644 (file)
--- 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