]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
Removed need for superfluous `os' value in overstep calculation (thanks Ingo Schwarze).
[mandoc.git] / mdoc_html.c
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-20 Kristaps DzonsonsMore updates to mdoc.7.
2009-10-19 Kristaps DzonsonsContinued work on mdoc.7.
2009-10-19 Kristaps DzonsonsFixed -mdoc -Thtml with -item lists not to default...
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsAdded horizontal scaling units to -Tman -Tascii.
2009-10-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-10 Kristaps Dzonsons`Cd' in -Thtml -mdoc correctly breaks lines.
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsLint-ified.
2009-10-07 Kristaps DzonsonsMade default string units (-Thtml -mdoc) to use `m...
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-04 Kristaps DzonsonsStructural components of -man -Thtml in place (note...
2009-10-04 Kristaps DzonsonsSection/subsection anchor names (<a name=xxx>) replaced...
2009-10-03 Kristaps DzonsonsAdded initial -man framework for -Thtml.
2009-10-03 Kristaps Dzonsons`Fn' does not print empty ftype span.
2009-10-03 Kristaps DzonsonsFixed mandoc.1 examples (new -Thtml options).
2009-10-03 Kristaps DzonsonsAdded the -oincludes=FMT option.
2009-10-03 Kristaps DzonsonsElement tag buffer is now part of struct html.
2009-09-26 Kristaps DzonsonsSYNOPSIS functions in -Thtml text-indent and group...
2009-09-26 Kristaps DzonsonsFixed -Thtml handling of -compact lists.
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.