]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
Prevent negative arguments to the .ll request from causing integer
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index 66e9190aa26d3c9c4a26048ea03f8caa2ddc224b..b63226227f74d094369b194cce476909c8849772 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.184 2014/10/14 15:47:40 schwarze Exp $
+* $Id: TODO,v 1.188 2014/11/20 02:21:27 schwarze Exp $
 ************************************************************************
 
 Many issues are annotated for difficulty as follows:
@@ -224,9 +224,6 @@ are mere guesses, and some may be wrong.
 
 --- missing eqn features -----------------------------------------------
 
-- delim
-  loc **  exist **  algo **  size *  imp ***
-
 - The "size" keyword is parsed, but ignored by the formatter.
   loc *  exist *  algo *  size *  imp *
 
@@ -309,6 +306,11 @@ are mere guesses, and some may be wrong.
 - check compatibility with the man(7) formatter
   https://raw.githubusercontent.com/rofl0r/hardcore-utils/master/man.c
 
+- check compatibility with
+  http://ikiwiki.info/plugins/contrib/mandoc/
+  https://github.com/schmonz/ikiwiki/compare/mandoc
+  Amitai Schlair  Mon, 19 May 2014 14:05:53 -0400
+
 ************************************************************************
 * formatting issues: ugly output
 ************************************************************************
@@ -363,7 +365,10 @@ are mere guesses, and some may be wrong.
   Search the text "Routing tables".
   Also check what PostScript mode does when fixing this.
   reported by juanfra@ Wed, 04 Jun 2014 21:44:58 +0200
-  loc *  exist **  algo ?  size *  imp **
+  instructions from juanfra@  Wed, 11 Jun 2014 02:21:01 +0200
+    add a new <</Type /Font>> block to the PDF files with /BaseFont /Courier
+    and change the /Name from /F0 to the new font (/F5 (?)).
+  loc *  exist **  algo **  size *  imp **
 
 --- HTML issues --------------------------------------------------------
 
@@ -373,6 +378,9 @@ are mere guesses, and some may be wrong.
   see also matthew@  Fri, 18 Jul 2014 19:25:12 -0700
   loc *  exist *  algo **  size *  imp ***
 
+- jsg on icb, Nov 3, 2014:
+  try to guess Xr in man(7) for hyperlinking
+
 - The tables used to render the three-part page headers actually force
   the width of the <body> to the max-width given for <html>.
   Not yet sure how to fix that...
@@ -389,6 +397,12 @@ are mere guesses, and some may be wrong.
 * formatting issues: gratuitous differences
 ************************************************************************
 
+- .Fn reopens a new scope after punctuation in mandoc,
+  but closes its scope for good in groff.
+  Do we want to change mandoc or groff?
+  Steffen Nurpmeso  Sat, 08 Nov 2014 13:34:59 +0100
+  loc *  exist **  algo **  size *  imp **
+
 - .Rv (and probably .Ex) print different text if an `Nm' has been named
   or not (run a manual without `Nm blah' to see this).  I'm not sure
   that this exists in the wild, but it's still an error.
@@ -479,6 +493,14 @@ are mere guesses, and some may be wrong.
   Fri, 14 Feb 2014 18:54:42 +0100 (CET)
   loc *  exist **  algo **  size *  imp **
 
+- warn about attempts to call non-callable macros
+  Steffen Nurpmeso  Tue, 11 Nov 2014 22:55:16 +0100
+  Note that formatting is inconsistent in groff.
+  .Fn Po prints "Po()", .Ar Sh prints "file ..." and no "Sh".
+  Relatively hard because the relevant code is scattered
+  all over mdoc_macro.c and all subtly different.
+  loc **  exist **  algo **  size **  imp **
+
 - warn about "new sentence, new line"
   loc **  exist **  algo ***  size *  imp **
 
@@ -515,6 +537,9 @@ are mere guesses, and some may be wrong.
 
 - mention /usr/share/misc/mdoc.template in mdoc(7)?
 
+- Is all the content from http://www.std.com/obi/BSD/doc/usd/28.tbl/tbl
+  covered in tbl(7)?
+
 ************************************************************************
 * performance issues
 ************************************************************************
@@ -551,6 +576,9 @@ Several areas can be cleaned up to make mandoc even faster.  These are
   Update both mdoc(7) and man(7) documentation.
   Triggered by  Tim van der Molen  Tue, 22 Feb 2011 20:30:45 +0100
 
+- struct mparse refactoring
+  Steffen Nurpmeso  Thu, 04 Sep 2014 12:50:00 +0200
+
 - Consider creating some views that will make the database more
   readable from the sqlite3 shell.  Consider using them to
   abstract from the database structure, too.