]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
Slightly tweak www section/subsections.
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index 69d0d38c177de817de963e5e685482e29b257773..67260ff9f686d30bf33525f418d6fd0b554d5bc1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,17 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.114 2011/06/29 15:38:09 kristaps Exp $
+* $Id: TODO,v 1.120 2011/07/28 14:37:39 kristaps Exp $
 ************************************************************************
 
 ************************************************************************
 * parser bugs
 ************************************************************************
 
+- ".\}" on its own line gets translated to bare ".\&"
+  which forces pset() into man(7)
+  and then triggers an unknown macro error
+  reported by naddy@  Sun, 3 Jul 2011 21:52:24 +0200
+
 - .TP before .SH is still FATAL in man(7)
   reported by brad@  Sat, 15 Jan 2011 15:54:54 -0500
 
 
 --- missing roff features ----------------------------------------------
 
+- .if n \{
+  .br\}
+  should cause an extra space to be raised.
+
 - .ad (adjust margins)
   .ad l -- adjust left margin only (flush left)
   .ad r -- adjust right margin only (flush right)
@@ -46,8 +55,6 @@
 - .ta (tab settings) occurs in ircbug(1) and probably gnats(1)
   reported by brad@  Sat, 15 Jan 2011 15:50:51 -0500
 
-- pod2man expects `tr' to be implemented for \*(-- to work
-
 - \c (interrupted text) occurs in chat(8)
 
 --- missing mdoc features ----------------------------------------------
 - groff an-ext.tmac macros (.UR, .UE) occur in xine(5)
   reported by brad@  Sat, 15 Jan 2011 15:45:23 -0500
 
+- -T[x]html doesn't stipulate non-collapsing spaces in literal mode
+
 --- missing tbl features -----------------------------------------------
 
 - implement basic non-parametric .de to support e.g. sox(1)
@@ -329,6 +338,9 @@ Several areas can be cleaned up to make mandoc even faster.  These are
 
 - the PDF file is HUGE: this can be reduced by using relative offsets
 
+- instead of re-initialising the roff predefined-strings set before each
+  parse, create a read-only version the first time and copy it 
+
 ************************************************************************
 * structural issues
 ************************************************************************