]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
Render the eqn(7) "sqrt" function as U+221A in UTF-8 output.
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index b4711c9570fdc382412506d6e9bd59598b1846b8..25f8f10fcc87ade68b67583e7fcd90ee10b4f110 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.257 2018/07/31 15:25:55 schwarze Exp $
+* $Id: TODO,v 1.271 2018/10/02 12:18:33 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -57,10 +57,6 @@ are mere guesses, and some may be wrong.
   reported by brad@  Sat, 15 Jan 2011 15:45:23 -0500
   loc ***  exist ***  algo ***  size **  imp *
 
-- .while and .shift
-  found by jca@ in ratpoison(1)  Sun, 30 Jun 2013 12:01:09 +0200
-  loc *  exist **  algo **  size **  imp **
-
 - \w'' improve width measurements
   would not be very useful without an expression parser, see below
   needed for Tcl_NewStringObj(3) via wiz@  Wed, 5 Mar 2014 22:27:43 +0100
@@ -164,6 +160,7 @@ are mere guesses, and some may be wrong.
 
 - groff_www(7) .MTO and .URL
   These macros were used by the GNU grep(1) man page.
+  The groff_www(7) manual page itself uses them, too.
   We should probably *not* add them to mandoc.
   Just mentioning this here to keep track of the abuse.
   Laura Morales <lauretas at mail dot com> 20 Apr 2018 07:33:02 +0200
@@ -393,6 +390,17 @@ are mere guesses, and some may be wrong.
 
 --- HTML issues --------------------------------------------------------
 
+- table of content at the top of HTML (and perhaps ps/pdf) pages
+  only if there are at least two (or three?) non-standard sections
+  only if the new option -O toc is given
+  suggested by Adam Kalisz during EuroBSDCon 2018
+
+- support -O man with two arguments, typically using the first for
+  a local tree (like the release pages on mandoc.bsd.lv) and the
+  second for a remote tree (e.g. man.openbsd.org).
+  Probable syntax: -O man=first;second
+  Suggested by kristaps@ during EuroBSDCon 2018.
+
 - wrap Sh and Ss content into <div>
   Laura Morales <lauretas at mail dot com> 21 Apr 2018 18:10:48 +0200
   (Evaluate whether this is really useful and has no adverse
@@ -500,6 +508,15 @@ are mere guesses, and some may be wrong.
 * warning issues
 ************************************************************************
 
+- When a man(1) command returns no result and there was an -S
+  argument, check the -S argument against the list of valid
+  architectures and say "Unknown architecture AAA" rather than
+  "No entry for NNN in the manual" if there is no match.
+  Requires moving the lists of valid architectures out of
+  mdoc_validate.c such that they can be used by main.c.
+  Discussed with jmc@ 10 Aug 2018 19:20:12 +0100.
+  loc **  exist *  algo *  size *  imp **
+
 - warn about duplicate .Sh/.Ss heads
   gre(4): Rename duplicate sections 20 Apr 2018 15:27:33 +0200
   loc *  exist *  algo *  size *  imp **