| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Drastically fix -T[x]html's handling of font-escape mode changes (i.e., | Kristaps Dzonsons | 2010-12-24 | 4 | -62/+54 |
* | Ensure -Thtml has DIV as child of BLOCKQUOTE. | Kristaps Dzonsons | 2010-12-23 | 1 | -5/+5 |
* | Added last version notes and bumped version number and date. | Kristaps Dzonsons | 2010-12-23 | 2 | -14/+15 |
* | minor tweaks: | Ingo Schwarze | 2010-12-22 | 1 | -5/+7 |
* | At the beginning of .Bl, .Sm is allowed, | Ingo Schwarze | 2010-12-22 | 1 | -3/+5 |
* | Build xhtml files for www site exemplaria. | Kristaps Dzonsons | 2010-12-22 | 3 | -0/+14 |
* | Revert IGNPAR to a warning after clue-stick applied by schwarze@: | Kristaps Dzonsons | 2010-12-22 | 2 | -2/+2 |
* | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 9 | -167/+158 |
* | Throw out negative margin garbage in -man -T[x]html in favour of using | Kristaps Dzonsons | 2010-12-22 | 1 | -96/+78 |
* | Sync to OpenBSD: | Ingo Schwarze | 2010-12-21 | 1 | -11/+43 |
* | Sane behaviour for the growing of very small buffers: | Ingo Schwarze | 2010-12-21 | 1 | -1/+1 |
* | Clarify style inclusions and update release information. | Kristaps Dzonsons | 2010-12-20 | 3 | -11/+15 |
* | Fix list-type being clobbered by margins. Last default styles in place. | Kristaps Dzonsons | 2010-12-20 | 3 | -33/+35 |
* | More use default tags, this time I and U. Also fix a stack overflow | Kristaps Dzonsons | 2010-12-20 | 4 | -21/+37 |
* | Give header and footer table cells default widths (using WIDTH and ALIGN | Kristaps Dzonsons | 2010-12-20 | 4 | -45/+77 |
* | Migrate schwarze@'s `Bk' argument patch to -T[x]html. | Kristaps Dzonsons | 2010-12-19 | 1 | -1/+2 |
* | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze | 2010-12-19 | 1 | -1/+2 |
* | Sync to the installed version in OpenBSD, excluding .ft documentation: | Ingo Schwarze | 2010-12-18 | 1 | -88/+138 |
* | Sync to OpenBSD: More precise description of .Xo, and don't talk | Ingo Schwarze | 2010-12-18 | 1 | -3/+7 |
* | Tweak default styles. | Kristaps Dzonsons | 2010-12-17 | 2 | -7/+7 |
* | Don't use EM for default widths; use BU instead. | Kristaps Dzonsons | 2010-12-17 | 1 | -2/+2 |
* | Merged example.style.css into style.css. Adding version stuff. | Kristaps Dzonsons | 2010-12-17 | 3 | -52/+143 |
* | Correctly labelled command-line as `Dl'. | Kristaps Dzonsons | 2010-12-17 | 2 | -2/+2 |
* | Prevent double-printing of `D1' or `Dl' DIV. | Kristaps Dzonsons | 2010-12-17 | 1 | -4/+3 |
* | Correctly mark the examples as `Dl', not `D1'. | Kristaps Dzonsons | 2010-12-17 | 1 | -4/+4 |
* | Add a "list" top-level tag, too. | Kristaps Dzonsons | 2010-12-17 | 2 | -2/+6 |
* | Remove useless DIVs in favour of BRs. Fix `Ex' by having it print a prior | Kristaps Dzonsons | 2010-12-17 | 1 | -3/+9 |
* | Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general use | Kristaps Dzonsons | 2010-12-17 | 4 | -29/+27 |
* | Banished -man -Thtml header and footer to example.style.css as well. | Kristaps Dzonsons | 2010-12-17 | 2 | -32/+19 |
* | Have synopsis_pre() in -Thtml emit P or BR, not DIVs. | Kristaps Dzonsons | 2010-12-17 | 3 | -44/+35 |
* | Make SYNOPSIS `Nm' use a TABLE in -T[x]html mode. Also fix `Nd' using | Kristaps Dzonsons | 2010-12-17 | 2 | -57/+39 |
* | Significantly clean up Sh, Ss, SH, and SS handling in -Thtml. Now a | Kristaps Dzonsons | 2010-12-17 | 3 | -133/+38 |
* | Some default styles for lists. Needs more testing, but seems safe | Kristaps Dzonsons | 2010-12-16 | 1 | -8/+8 |
* | Note that we use CSS1, not CSS2. | Kristaps Dzonsons | 2010-12-16 | 1 | -6/+5 |
* | Get widths to be propertly represented in -T[x]html. | Kristaps Dzonsons | 2010-12-16 | 1 | -6/+17 |
* | Migrate `An' to use a pointer in its data, like everybody else. This is | Kristaps Dzonsons | 2010-12-16 | 4 | -7/+13 |
* | Remove stray note on `i', which we no longer support. | Kristaps Dzonsons | 2010-12-16 | 1 | -6/+0 |
* | Note that `Sh' and `Ss' are now rigorously checked for paragraph macros. | Kristaps Dzonsons | 2010-12-16 | 1 | -4/+2 |
* | Back out last: apparently `Bl', `It', and `Pp' need a little bit more | Kristaps Dzonsons | 2010-12-16 | 1 | -17/+2 |
* | Allow `It' to have a trailing paragraph if the surrounding list is in | Kristaps Dzonsons | 2010-12-16 | 1 | -2/+17 |
* | First, make `Pp' (next to `Sm') be allowed as the first element of a | Kristaps Dzonsons | 2010-12-16 | 1 | -13/+15 |
* | Remove `Pp' and `Lp' checks in front-ends to make sure we're not | Kristaps Dzonsons | 2010-12-15 | 2 | -10/+0 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 6 | -8/+34 |
* | Add some more bits to CSS example. | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+5 |
* | Use a single P tag for paragraph breaks (which can be configured for | Kristaps Dzonsons | 2010-12-15 | 4 | -37/+36 |
* | Make sure that new list types don't emit whitespace before or after (we | Kristaps Dzonsons | 2010-12-15 | 1 | -20/+15 |
* | Clarifying styles. | Kristaps Dzonsons | 2010-12-15 | 1 | -21/+20 |
* | Clarify purpose of "lit". | Kristaps Dzonsons | 2010-12-15 | 2 | -8/+16 |
* | Remove stupid outer DIV tag in favour of regular BODY and HTML that can | Kristaps Dzonsons | 2010-12-15 | 5 | -19/+7 |
* | Added list-type style tips. | Kristaps Dzonsons | 2010-12-15 | 2 | -11/+53 |