]> git.cameronkatri.com Git - mandoc.git/history - html.h
In private header files, __BEGIN_DECLS and __END_DECLS are pointless.
[mandoc.git] / html.h
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2014-12-02 Ingo SchwarzeFix the implementation and documentation of \c (continu...
2014-12-01 Ingo Schwarzeheader cleanup:
2014-12-01 Ingo Schwarzeremove unneccessary inclusion protection; patch from...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-10 Ingo Schwarzesync Copyright years after merge to OpenBSD; no code...
2014-10-10 Kristaps DzonsonsRe-write of eqn(7) parser and MathML output.
2014-09-28 Kristaps DzonsonsChange "to" and "from" commands to use munder, mover...
2014-09-28 Kristaps DzonsonsAdd support for some MathML elements and attributes...
2014-09-27 Kristaps DzonsonsDon't pretend we have a separate XHTML and HTML mode...
2014-09-27 Kristaps DzonsonsRemove <p> in favour of <div class="spacer">.
2014-09-27 Kristaps DzonsonsRemove last hard-coded width attribute.
2014-09-27 Kristaps DzonsonsHTML5-isation: remove more alignments.
2014-09-27 Kristaps DzonsonsKick out "summary" attribute, which isn't HTML5.
2014-09-27 Kristaps DzonsonsKick out two attibutes we don't use any more in HTML5.
2014-09-27 Kristaps DzonsonsFirst, add space for default styling for HTML5 (non...
2014-09-27 Kristaps DzonsonsFirst steps in HTML5: use UTF8 meta-charset and HTML5...
2014-09-17 Ingo Schwarzeimplement .An -[no]split for -Thtml
2014-08-14 Ingo SchwarzeRevert previous, as requested by kristaps@.
2014-08-13 Ingo SchwarzeUse <em> for .Em and .Bf -emphasis.
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-01-05 Joerg SonnenbergerTag functions with format strings as arguments as print...
2013-08-08 Ingo SchwarzeImplement the roff(7) font-escape sequence \f(BI "bold...
2012-05-31 Ingo SchwarzeImplement the roff \z escape sequence, intended to...
2011-10-05 Kristaps DzonsonsAdd the -Ofragment option to -T[]x]html. This accomoda...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-23 Kristaps DzonsonsFlip on equation printing for -T[x]html.
2011-05-17 Kristaps DzonsonsCleanups in -T[x]html: make html_idcat() use the buffer...
2011-05-17 Kristaps DzonsonsClean-ups in -T[x]html: inline print_num(), as it was...
2011-05-14 Kristaps DzonsonsGive -Thtml and -Txhtml the gift of recognising escapes...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-01-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
2011-01-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-06 Kristaps DzonsonsMake -T[x]html for tables structure cells with a width...
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2010-12-24 Kristaps DzonsonsApparently the U tag is deprecated, so use a SPAN inste...
2010-12-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-20 Kristaps DzonsonsMore use default tags, this time I and U. Also fix...
2010-12-20 Kristaps DzonsonsGive header and footer table cells default widths ...
2010-12-17 Kristaps DzonsonsMake literal `Bd' use a PRE in -Thtml. Make `Bd' outpu...
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-15 Kristaps DzonsonsRemove stupid outer DIV tag in favour of regular BODY...
2010-12-15 Kristaps DzonsonsIn-progress move from -T[x]html using DIVs for its...
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-04-05 Kristaps DzonsonsFix in `Mt' mailto from a patch by Tim van der Molen.
2010-01-29 Kristaps DzonsonsFixed Makefile for `make lint' dep. on config.h
2009-11-16 Kristaps DzonsonsAbstraction of -Thtml -man font setting (still experime...
2009-11-14 Kristaps DzonsonsRemoved superfluous HTML_NEWLINE.
2009-11-14 Kristaps DzonsonsFixed \c handling in -Thtml.
2009-11-10 Kristaps Dzonsons(Forgot to update html.h with metafonts. Build will...
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-13 Kristaps DzonsonsClean up consts (noted by Joerg Sonnenberger and Ulrich...
2009-10-07 Kristaps DzonsonsAdditions to -Tman -Thtml: all structural components...
2009-10-04 Kristaps DzonsonsExample style-sheet reflecting modified section/subsect...
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-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-21 Kristaps DzonsonsSplit html.c into html.h, mdoc_html.c, man_html.c.
2008-12-15 Kristaps DzonsonsPurged all old files in favour of new design. Selectiv...
2008-12-10 Kristaps DzonsonsPrettier HTML.
2008-12-10 Kristaps DzonsonsLinted on NetBSD side.
2008-12-10 Kristaps Dzonsons*** empty log message ***
2008-12-10 Kristaps Dzonsons*** empty log message ***