]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
Initial step in fixing badness reported by Sascha Wildner (wip).
[mandoc.git] / mdoc_html.c
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2010-01-01 Kristaps DzonsonsDocumented `Fl' in mdoc.7.
2010-01-01 Kristaps Dzonsons`Fl' has each argument be in a separate scope (thanks...
2009-12-02 Kristaps DzonsonsFixed handling of exampledir (pointed out by Ulrich...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-14 Kristaps DzonsonsRemoved superfluous HTML_NEWLINE.
2009-10-31 Kristaps DzonsonsFixed -Thtml printing of -ohang lists (-mdoc).
2009-10-31 Kristaps DzonsonsPatch on DragonFly BSD syntax (thanks Sascha Wildner).
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-28 Kristaps DzonsonsFixed `sp', `br', `Pp', etc. so as not to have an empty...
2009-10-28 Kristaps DzonsonsFixed un-reset buffer in `.In', -Thtml, -mdoc.
2009-10-27 Kristaps DzonsonsAdded "summary" tag to tables in order to silence HTML...
2009-10-26 Kristaps DzonsonsPortability: replaced queue macros in html.c (Joerg...
2009-10-26 Kristaps DzonsonsFull `%U' support.
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.