| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze | 2010-12-27 | 1 | -9/+13 |
* | Note `Sx's connection to `Sh' and `Ss'. | Kristaps Dzonsons | 2010-12-27 | 1 | -0/+5 |
* | Whack MDOC_ACTED and MAN_ACTED (these no longer exist). | Kristaps Dzonsons | 2010-12-26 | 2 | -2/+0 |
* | pod2man re-writes this and that using `tr', which we don't implement. Noted | Kristaps Dzonsons | 2010-12-26 | 1 | -0/+2 |
* | As pointed out by schwarze@, %T/%J renders with a normal double-quote, not | Kristaps Dzonsons | 2010-12-25 | 1 | -4/+4 |
* | Implement schwarze@'s much more elegant version of my %T/%J fix. | Kristaps Dzonsons | 2010-12-25 | 3 | -20/+7 |
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 5 | -8/+65 |
* | Whack superfluous font-family in mdocml's www style.css. Noted by | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+1 |
* | Make `Fo' use a B instead of SPAN (left-over). | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+2 |
* | Have Makefile build XHTML files too.VERSION.1.10.8 | Kristaps Dzonsons | 2010-12-24 | 1 | -3/+7 |
* | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 7 | -7/+4 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 6 | -143/+152 |
* | 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 |