[BACK]Return to TODO CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/TODO between version 1.187 and 1.190

version 1.187, 2014/11/09 00:54:58 version 1.190, 2014/12/02 10:08:06
Line 83  are mere guesses, and some may be wrong.
Line 83  are mere guesses, and some may be wrong.
   found by jca@ in ratpoison(1)  Sun, 30 Jun 2013 12:01:09 +0200    found by jca@ in ratpoison(1)  Sun, 30 Jun 2013 12:01:09 +0200
   loc *  exist **  algo **  size **  imp **    loc *  exist **  algo **  size **  imp **
   
 - \c (interrupted text) should prevent the line break  
   even inside .Bd literal; that occurs in chat(8)  
   also found in cclive(1) - DocBook output  
   loc **  exist ***  algo **  size *  imp *  
   
 - \h horizontal move  - \h horizontal move
   found in cclive(1) DocBook output    found in cclive(1) DocBook output
   Anthony J. Bentley on discuss@  Sat, 21 Sep 2013 22:29:34 -0600    Anthony J. Bentley on discuss@  Sat, 21 Sep 2013 22:29:34 -0600
Line 493  are mere guesses, and some may be wrong.
Line 488  are mere guesses, and some may be wrong.
   Fri, 14 Feb 2014 18:54:42 +0100 (CET)    Fri, 14 Feb 2014 18:54:42 +0100 (CET)
   loc *  exist **  algo **  size *  imp **    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"  - warn about "new sentence, new line"
   loc **  exist **  algo ***  size *  imp **    loc **  exist **  algo ***  size *  imp **
   
Line 555  Several areas can be cleaned up to make mandoc even fa
Line 558  Several areas can be cleaned up to make mandoc even fa
 ************************************************************************  ************************************************************************
 * structural issues  * structural issues
 ************************************************************************  ************************************************************************
   
   - Use libz directly instead of forking gunzip(1).
     Suggested by bapt at FreeBSD among others.
   
 - We use the input line number at several places to distinguish  - We use the input line number at several places to distinguish
   same-line from different-line input.  That plainly doesn't work    same-line from different-line input.  That plainly doesn't work

Legend:
Removed from v.1.187  
changed lines
  Added in v.1.190

CVSweb