]> git.cameronkatri.com Git - mandoc.git/blobdiff - TODO
Flip apropos to use mansearch instead of apropos_db.
[mandoc.git] / TODO
diff --git a/TODO b/TODO
index 22a82dd48c56f4fc41dc9f61c314dabb9ad2a198..b08ee5bf1769f54bdadcd48d5a14869ad5eda3e1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,32 +1,19 @@
 ************************************************************************
 * Official mandoc TODO.
-* $Id: TODO,v 1.130 2012/05/27 14:42:05 schwarze Exp $
+* $Id: TODO,v 1.134 2012/06/05 21:29:26 schwarze Exp $
 ************************************************************************
 
-************************************************************************
-* formatter bugs
-************************************************************************
-
-- tbl(7): Horizontal and vertical lines are formatted badly:
-  With the box option, there is too much white space at the end of cells.
-  Horizontal lines from "=" lines are a bit too long.
-  yuri dot pankov at gmail dot com  Thu, 14 Apr 2011 05:45:26 +0400
-
 ************************************************************************
 * missing features
 ************************************************************************
 
 --- missing roff features ----------------------------------------------
 
-- The pod2man preamble wants \h'...' with quoted numerical arguments,
-  see for example AUTHORS in MooseX::Getopt.3p, p5-MooseX-Getopt.
+- roff.c should treat \n(.H>23 and \n(.V>19 in the pod2man(1)
+  preamble as true, see for example AUTHORS in MooseX::Getopt.3p
   reported by Andreas Voegele <mail at andreasvoegele dot com>
   Tue, 22 Nov 2011 15:34:47 +0100 on ports@
 
-- .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)
@@ -36,6 +23,9 @@
   .ad   -- re-enable adjustment without changing the mode
   Adjustment mode is ignored while in no-fill mode (.nf).
 
+- .cc (change control character) occurs in sqlite3(1)
+  reported by espie@  Sat, 14 Apr 2012 15:35:38 +0200
+
 - .it (line traps) occur in mysql(1), yasm_arch(7)
   generated by DocBook XSL Stylesheets v1.71.1 <http://docbook.sf.net/>
   reported by brad@  Sat, 15 Jan 2011 15:48:18 -0500
@@ -50,7 +40,8 @@
 - .ta (tab settings) occurs in ircbug(1) and probably gnats(1)
   reported by brad@  Sat, 15 Jan 2011 15:50:51 -0500
 
-- \c (interrupted text) occurs in chat(8)
+- \c (interrupted text) should prevent the line break
+  even inside .Bd literal; that occurs in chat(8)
 
 - using undefined strings or macros defines them to be empty
   wl@  Mon, 14 Nov 2011 14:37:01 +0000