aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-255-13/+70
* Whack superfluous font-family in mdocml's www style.css. Noted byKristaps Dzonsons2010-12-241-3/+2
* Make `Fo' use a B instead of SPAN (left-over).Kristaps Dzonsons2010-12-241-3/+3
* Have Makefile build XHTML files too.VERSION_1_10_8Kristaps Dzonsons2010-12-241-3/+7
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-247-13/+10
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-246-149/+158
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-244-66/+58
* Ensure -Thtml has DIV as child of BLOCKQUOTE.Kristaps Dzonsons2010-12-231-6/+6
* Added last version notes and bumped version number and date.Kristaps Dzonsons2010-12-232-15/+16
* minor tweaks:Ingo Schwarze2010-12-221-7/+9
* At the beginning of .Bl, .Sm is allowed,Ingo Schwarze2010-12-221-4/+6
* Build xhtml files for www site exemplaria.Kristaps Dzonsons2010-12-223-2/+16
* Revert IGNPAR to a warning after clue-stick applied by schwarze@:Kristaps Dzonsons2010-12-222-4/+4
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-229-176/+167
* Throw out negative margin garbage in -man -T[x]html in favour of usingKristaps Dzonsons2010-12-221-97/+79
* Sync to OpenBSD:Ingo Schwarze2010-12-211-12/+44
* Sane behaviour for the growing of very small buffers:Ingo Schwarze2010-12-211-2/+2
* Clarify style inclusions and update release information.Kristaps Dzonsons2010-12-203-14/+18
* Fix list-type being clobbered by margins. Last default styles in place.Kristaps Dzonsons2010-12-203-36/+38
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-204-25/+41
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-204-49/+81
* Migrate schwarze@'s `Bk' argument patch to -T[x]html.Kristaps Dzonsons2010-12-191-2/+3
* Handle .Bk the same way as groff 1.20.1:Ingo Schwarze2010-12-191-2/+3
* Sync to the installed version in OpenBSD, excluding .ft documentation:Ingo Schwarze2010-12-181-90/+140
* Sync to OpenBSD: More precise description of .Xo, and don't talkIngo Schwarze2010-12-181-5/+9
* Tweak default styles.Kristaps Dzonsons2010-12-172-9/+9
* Don't use EM for default widths; use BU instead.Kristaps Dzonsons2010-12-171-3/+3
* Merged example.style.css into style.css. Adding version stuff.Kristaps Dzonsons2010-12-173-53/+144
* Correctly labelled command-line as `Dl'.Kristaps Dzonsons2010-12-172-6/+6
* Prevent double-printing of `D1' or `Dl' DIV.Kristaps Dzonsons2010-12-171-5/+4
* Correctly mark the examples as `Dl', not `D1'.Kristaps Dzonsons2010-12-171-6/+6
* Add a "list" top-level tag, too.Kristaps Dzonsons2010-12-172-4/+8
* Remove useless DIVs in favour of BRs. Fix `Ex' by having it print a priorKristaps Dzonsons2010-12-171-4/+10
* Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general useKristaps Dzonsons2010-12-174-33/+31
* Banished -man -Thtml header and footer to example.style.css as well.Kristaps Dzonsons2010-12-172-34/+21
* Have synopsis_pre() in -Thtml emit P or BR, not DIVs.Kristaps Dzonsons2010-12-173-47/+38
* Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' usingKristaps Dzonsons2010-12-172-59/+41
* Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now aKristaps Dzonsons2010-12-173-136/+41
* Some default styles for lists. Needs more testing, but seems safeKristaps Dzonsons2010-12-161-9/+9
* Note that we use CSS1, not CSS2.Kristaps Dzonsons2010-12-161-7/+6
* Get widths to be propertly represented in -T[x]html.Kristaps Dzonsons2010-12-161-7/+18
* Migrate `An' to use a pointer in its data, like everybody else. This isKristaps Dzonsons2010-12-164-11/+17
* Remove stray note on `i', which we no longer support.Kristaps Dzonsons2010-12-161-8/+2
* Note that `Sh' and `Ss' are now rigorously checked for paragraph macros.Kristaps Dzonsons2010-12-161-5/+3
* Back out last: apparently `Bl', `It', and `Pp' need a little bit moreKristaps Dzonsons2010-12-161-18/+3
* Allow `It' to have a trailing paragraph if the surrounding list is inKristaps Dzonsons2010-12-161-3/+18
* First, make `Pp' (next to `Sm') be allowed as the first element of aKristaps Dzonsons2010-12-161-14/+16
* Remove `Pp' and `Lp' checks in front-ends to make sure we're notKristaps Dzonsons2010-12-152-12/+2
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-156-14/+40
* Add some more bits to CSS example.Kristaps Dzonsons2010-12-151-2/+6