]> git.cameronkatri.com Git - mandoc.git/history - man_html.c
Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),
[mandoc.git] / man_html.c
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-07-23 Kristaps DzonsonsEnable literal contexts (Vb/nf) in -T[x]html -man....
2010-07-22 Kristaps DzonsonsFix broken compilation, hopefully before anybody notices.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
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.