aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* take a note about pandocIngo Schwarze2014-06-201-1/+5
* some new things to doIngo Schwarze2014-06-101-1/+19
* espie@ suggests using SQL viewsIngo Schwarze2014-04-231-1/+7
* Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze2014-04-231-2/+4
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-4/+1
* new bug report from wiz@ regarding Tcl*(3)Ingo Schwarze2014-03-081-1/+11
* MANDOCERR_BADTAB needs checking, but .UR/.UE is doneIngo Schwarze2014-03-031-6/+12
* Parse and ignore the roff(7) .ce request (center some lines).Ingo Schwarze2014-02-141-6/+1
* Implement the roff(7) .as request (append to user-defined string).Ingo Schwarze2014-02-141-4/+1
* Handle some predefined read-only number registers, e.g. .H and .V.Ingo Schwarze2014-02-141-6/+1
* In the SYNOPSIS, implement hanging indentation for .FoIngo Schwarze2013-12-251-8/+1
* In quoted macro arguments, double quotes can be quoted by doubling them.Ingo Schwarze2013-12-151-6/+1
* bentley@ looked at sbcl(1) and found new tasks for us...Ingo Schwarze2013-12-151-1/+10
* missing features: line length and italic correctionIngo Schwarze2013-11-101-1/+7
* If there is random stuff inside a .Bl block body before the first .It,Ingo Schwarze2013-10-061-8/+2
* Maybe we can easily improve -width parsing.Ingo Schwarze2013-09-271-1/+4
* Throwing FATAL MANDOCERR_SYNTCHILD on non-.It children of .BlIngo Schwarze2013-09-221-2/+8
* DocBook abuses \h - for no good reason, but maybe we should eventuallyIngo Schwarze2013-09-221-1/+6
* jca@ found .as .shift .while in ratpoison(1)Ingo Schwarze2013-07-141-1/+7
* tedu@ says: "whatis pool" doesn't workIngo Schwarze2013-07-141-1/+10
* Rudimentary implementation of the .it request (input line trap).Ingo Schwarze2013-07-131-5/+1
* fixed in mandoc.c rev. 1.67 and OpenBSD mandoc.c rev. 1.36Ingo Schwarze2013-07-021-9/+1
* sort missing roff requests, and add some usage infoIngo Schwarze2013-06-221-5/+13
* latex2man.1 - oh boy...Ingo Schwarze2013-06-011-1/+5
* Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze2012-11-191-6/+2
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-181-1/+10
* End of sentence spacing after trailing punctuation after .In and .ApIngo Schwarze2012-11-161-9/+1
* crash caused by .Ta outside .BlIngo Schwarze2012-11-041-1/+11
* freeciv wants .UR/.UE too; from bentley@Ingo Schwarze2012-10-311-1/+3
* minor EOS issue reported by Nicolas JolyIngo Schwarze2012-10-121-1/+9
* Drop empty .IP such that is does not cause additional vertical spacing.Ingo Schwarze2012-07-181-21/+1
* Drop .sp and .br right after .SH and .SS.Ingo Schwarze2012-07-181-10/+1
* Let a trailing .Ns macro take effectIngo Schwarze2012-07-181-10/+1
* Fix handling of paragraph macros inside lists:Ingo Schwarze2012-07-181-8/+1
* The mdoc(7) \*(Ba predefined string actually forces roman font;Ingo Schwarze2012-07-181-13/+1
* In flush-left mode of both man(7) and mdoc(7), when an output line is brokenIngo Schwarze2012-07-161-4/+1
* Add `cc' support.Kristaps Dzonsons2012-06-121-4/+1
* Fix an assert() raised by `RS' when following `TP'.Kristaps Dzonsons2012-06-121-7/+1
* forgot to commit one request bu espie@Ingo Schwarze2012-06-051-1/+4
* .if vertical spacing now fixed in OpenBSDIngo Schwarze2012-05-311-5/+1
* clarify two entries related to roff(7) escapesIngo Schwarze2012-05-281-4/+5
* Horizontal spacing of tables was fixedIngo Schwarze2012-05-271-10/+1
* The .\} -> .\& -> pset() bug reported by naddy has already been fixed;Ingo Schwarze2012-05-271-10/+3
* two remindersIngo Schwarze2012-03-041-1/+4
* Add entry about the .TP / .RS crash before I forget about it again.Joerg Sonnenberger2012-01-231-1/+3
* `-diag' lists aren't parsed, unlike other list types. This fixes a TODOKristaps Dzonsons2012-01-021-4/+1
* must ignore \h with quoted argumentIngo Schwarze2011-12-051-1/+6
* using undefined macros or strings should define them to be emptyIngo Schwarze2011-11-171-1/+4
* another detail to implement;Ingo Schwarze2011-11-131-1/+4
* When the HEAD scope of .TP is broken by another block macro,Ingo Schwarze2011-11-071-6/+2