]> git.cameronkatri.com Git - mandoc.git/history - man_html.c
Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the roff prepro...
[mandoc.git] / man_html.c
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2010-03-22 Kristaps DzonsonsClarify -man -T[x]html handling of `br' within `B'.
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
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...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-16 Kristaps DzonsonsAbstraction of -Thtml -man font setting (still experime...
2009-11-15 Kristaps DzonsonsFixed -Thtml -man PP left- and top-margin.
2009-11-15 Kristaps Dzonsons\f escapes appear to work properly for -Thtml -man...
2009-11-14 Kristaps DzonsonsInitial check-in of -man -Thtml \f support (needs testing).
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-10 Kristaps DzonsonsNoted that -man text decoration is re-set when exiting...
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-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-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-09 Kristaps DzonsonsRS tags implemented for -Tman -Thtml.
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
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 DzonsonsInitial IP implementation in -Thtml -man.
2009-10-04 Kristaps DzonsonsSS, SH, PP, P, LP, br, sp tags in -man -Thtml.
2009-10-03 Kristaps DzonsonsAdded initial -man framework for -Thtml.
2009-10-03 Kristaps DzonsonsElement tag buffer is now part of struct html.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.