]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
Note version 1.11.4 bits. Here we go!
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index e3e08eebf5cccfdcdda92403168aa33a0060fea0..896d39b5487d3b533b40b87825f39f7ea5b7db11 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,12 +1,17 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.115 2011/06/30 08:05:13 kristaps Exp $
+* $Id: TODO,v 1.119 2011/07/09 10:26:57 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)
 - 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)