]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
Fixed `Bd' prior vertical space (was ignoring -compact).
[mandoc.git] / mdoc_html.c
2009-09-26 Kristaps DzonsonsFixed `Bd' prior vertical space (was ignoring -compact).
2009-09-25 Kristaps DzonsonsLint check (noop).
2009-09-25 Kristaps DzonsonsChanged -Thtml document header to be 10/80/10 with...
2009-09-24 Kristaps Dzonsons-Tascii correctly prints `%T' in `Rs' with quotes.
2009-09-24 Kristaps DzonsonsLint-fixes (noop).
2009-09-24 Kristaps DzonsonsProper handling of `Rs' blocks in -Thtml.
2009-09-24 Kristaps DzonsonsFix in -Tascii where `Lb' causes line-break in any...
2009-09-24 Kristaps DzonsonsSync'd example style-sheet to be more like OpenBSD...
2009-09-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-24 Kristaps DzonsonsMany more macros added to -Thtml.
2009-09-22 Kristaps DzonsonsFix segfault in -Thtml column lists.
2009-09-21 Kristaps DzonsonsA few more macros in -Thtml.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.