| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | In-progress move from -T[x]html using DIVs for its lists to using DL, | Kristaps Dzonsons | 2010-12-15 | 4 | -256/+160 |
* | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze | 2010-12-11 | 1 | -1/+14 |
* | Abort endless loops during roff macro and string expansion. | Ingo Schwarze | 2010-12-10 | 3 | -2/+18 |
* | done: .de; todo: """"; loops in macro and string expansion | Ingo Schwarze | 2010-12-09 | 1 | -22/+9 |
* | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and | Kristaps Dzonsons | 2010-12-09 | 2 | -12/+9 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 7 | -53/+10 |
* | Tag an internal release, 1.10.7, that marks being in sync with OpenBSD'sVERSION.1.10.7 | Kristaps Dzonsons | 2010-12-06 | 1 | -2/+2 |
* | Bring schwarze@'s mandoc.h and main.c errors and warnings entirely in sync, | Kristaps Dzonsons | 2010-12-06 | 2 | -85/+106 |
* | Import changes by schwarze@ and Jason McIntyre into manuals. These are | Kristaps Dzonsons | 2010-12-06 | 2 | -91/+274 |
* | Typo: man_in_pre -> man_ign_pre for `ft'. | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 9 | -2/+110 |
* | Small merges from schwarze@'s man_html.c edits. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | Let some man_term.c cleanups bleed into man_html.c. | Kristaps Dzonsons | 2010-12-06 | 1 | -6/+2 |
* | My favourite: removing lots of code in favour of smaller, tighter code. | Kristaps Dzonsons | 2010-12-06 | 1 | -79/+49 |
* | Make return(man_nmsg(...)) by a simple declaration. | Kristaps Dzonsons | 2010-12-06 | 1 | -18/+20 |
* | Header for `PP', `P', and `LP' should never be printed. | Kristaps Dzonsons | 2010-12-06 | 2 | -2/+5 |
* | Allow HP/IP/etc. to have no arguments, as they're optional. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -3/+1 |
* | Allow multiple ELINE macros without raising a fatal error. From a field- | Kristaps Dzonsons | 2010-12-06 | 1 | -25/+9 |
* | Track down a bug of empty `de XX' macros causing uncertain behaviour by | Kristaps Dzonsons | 2010-12-06 | 2 | -10/+22 |
* | Merge schwarze@'s relaxation of scope-breaking rules: allow implicit | Kristaps Dzonsons | 2010-12-06 | 4 | -24/+24 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 8 | -69/+5 |
* | Remove repeat notification of -width omission. From a patch by schwarze@. | Kristaps Dzonsons | 2010-12-05 | 1 | -6/+1 |
* | Remove long-standing FIXME regarding the consolidation of WIDTHARG and | Kristaps Dzonsons | 2010-12-05 | 3 | -6/+2 |