From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 786 invoked from network); 10 Sep 2021 12:48:53 -0000 Received: from bsd.lv (HELO mandoc.bsd.lv) (66.111.2.12) by inbox.vuxu.org with ESMTPUTF8; 10 Sep 2021 12:48:53 -0000 Received: from fantadrom.bsd.lv (localhost [127.0.0.1]) by mandoc.bsd.lv (OpenSMTPD) with ESMTP id 416672bd for ; Fri, 10 Sep 2021 07:48:49 -0500 (EST) Received: from localhost (mandoc.bsd.lv [local]) by mandoc.bsd.lv (OpenSMTPD) with ESMTPA id 35ca28ce for ; Fri, 10 Sep 2021 07:48:49 -0500 (EST) Date: Fri, 10 Sep 2021 07:48:49 -0500 (EST) X-Mailinglist: mandoc-source Reply-To: source@mandoc.bsd.lv MIME-Version: 1.0 From: schwarze@mandoc.bsd.lv To: source@mandoc.bsd.lv Subject: mandoc: add two newly reported bugs, and remove two feature requests X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Message-ID: Log Message: ----------- add two newly reported bugs, and remove two feature requests that were recently implemented Modified Files: -------------- mandoc: TODO Revision Data ------------- Index: TODO =================================================================== RCS file: /home/cvs/mandoc/mandoc/TODO,v retrieving revision 1.317 retrieving revision 1.318 diff -LTODO -LTODO -u -p -r1.317 -r1.318 --- TODO +++ TODO @@ -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 @@ -497,12 +505,6 @@ are mere guesses, and some may be wrong. Observed by an Anonymous Coward on undeadly.org: 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 -- To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv