Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-added HTML changelog. | Kristaps Dzonsons | 2009-10-18 | 2 | -2/+2 |
| | |||||
* | Makefile uses multiple deps for some rules (shorter file). | Kristaps Dzonsons | 2009-10-17 | 1 | -14/+2 |
| | |||||
* | Fixed mandoc_char lists to have -column before other arguments. | Kristaps Dzonsons | 2009-10-17 | 1 | -15/+15 |
| | |||||
* | Added warning about specifying list arguments before type (suggested by ↵ | Kristaps Dzonsons | 2009-10-15 | 3 | -6/+16 |
| | | | | Joerg Sonnenberg). | ||||
* | Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-15 | 2 | -7/+39 |
| | | | | Added note on character format per output type. | ||||
* | Added support for `Bd -centered', which appears in newer groffs (not yet ↵ | Kristaps Dzonsons | 2009-10-15 | 5 | -2/+11 |
| | | | | implemented in centre-capable front-ends, i.e., -Thtml). | ||||
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 10 | -51/+97 |
| | | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. | ||||
* | Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-13 | 4 | -10/+17 |
| | |||||
* | Version: 1.9.8.VERSION.1.9.8 | Kristaps Dzonsons | 2009-10-10 | 1 | -2/+2 |
| | |||||
* | Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x. | Kristaps Dzonsons | 2009-10-10 | 3 | -36/+27 |
| | | | | Noted similarity of HP/TP and -hang/-tag in mandoc.1. | ||||
* | `Cd' in -Thtml -mdoc correctly breaks lines. | Kristaps Dzonsons | 2009-10-10 | 1 | -0/+1 |
| | |||||
* | Version up.VERSION.1.9.7 | Kristaps Dzonsons | 2009-10-09 | 1 | -2/+2 |
| | |||||
* | RS tags implemented for -Tman -Thtml. | Kristaps Dzonsons | 2009-10-09 | 1 | -1/+33 |
| | |||||
* | Scaling factor made floating point (as per groff.7) and, e.g., ↵ | Kristaps Dzonsons | 2009-10-09 | 3 | -10/+41 |
| | | | | gnu/usr.bin/cvs/man/cvs.1. | ||||
* | Consolidated some -man -Tascii functions. | Kristaps Dzonsons | 2009-10-08 | 4 | -81/+169 |
| | | | | Added many -man -Thtml functions (almost complete). | ||||
* | Fixed side-effect of linting (oops). | Kristaps Dzonsons | 2009-10-07 | 1 | -4/+5 |
| | |||||
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 2 | -3/+6 |
| | |||||
* | Fixed superfluous function declaration (spotted by Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-07 | 1 | -1/+0 |
| | |||||
* | Fix operator overloading (submitted by Ulrich Sporlein, uqs@spoerlein.net). | Kristaps Dzonsons | 2009-10-07 | 1 | -30/+30 |
| | |||||
* | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -15/+17 |
| | |||||
* | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵ | Kristaps Dzonsons | 2009-10-07 | 3 | -20/+57 |
| | | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc. | ||||
* | Set field widths n -> m. | Kristaps Dzonsons | 2009-10-07 | 1 | -18/+18 |
| | |||||
* | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 7 | -602/+764 |
| | | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release). | ||||
* | `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed. | Kristaps Dzonsons | 2009-10-07 | 1 | -0/+3 |
| | |||||
* | Header buffers in -man -Tascii are static. | Kristaps Dzonsons | 2009-10-07 | 1 | -7/+2 |
| | |||||
* | Structural components of -man -Thtml in place (note that HP is the same as ↵ | Kristaps Dzonsons | 2009-10-04 | 3 | -21/+81 |
| | | | | IP, as HTML doesn't "do" this construction without fixed page widths). | ||||
* | Initial IP implementation in -Thtml -man. | Kristaps Dzonsons | 2009-10-04 | 1 | -5/+92 |
| | |||||
* | SS, SH, PP, P, LP, br, sp tags in -man -Thtml. | Kristaps Dzonsons | 2009-10-04 | 1 | -9/+302 |
| | |||||
* | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 3 | -4/+4 |
| | | | | Added ATTR_ID and so forth to attrs. | ||||
* | Section/subsection anchor names (<a name=xxx>) replaced with (div id=xxx) ↵ | Kristaps Dzonsons | 2009-10-04 | 1 | -40/+43 |
| | | | | | | (noted by joerg@netbsd.org) Removed superfluous span tags within section/subsection divs (noted by joerg@netbsd.org). | ||||
* | Added initial -man framework for -Thtml. | Kristaps Dzonsons | 2009-10-03 | 3 | -13/+104 |
| | |||||
* | `Fn' does not print empty ftype span. | Kristaps Dzonsons | 2009-10-03 | 2 | -201/+197 |
| | | | | -Tascii `node' and `meta' args in DECL_ARGS renamed to `n' and `m' to be more coherent with -Thtml. | ||||
* | Lintified (noops). | Kristaps Dzonsons | 2009-10-03 | 1 | -5/+3 |
| | |||||
* | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 7 | -122/+120 |
| | | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. | ||||
* | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 5 | -26/+89 |
| | | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated). | ||||
* | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 5 | -83/+171 |
| | | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete). | ||||
* | Compat fix in mdoc.7 (joerg@netbsd.org). | Kristaps Dzonsons | 2009-09-28 | 1 | -2/+2 |
| | |||||
* | Fix typo in st.in (Alan Bueno, alan.bsd@gmail.com) | Kristaps Dzonsons | 2009-09-27 | 1 | -1/+1 |
| | |||||
* | SYNOPSIS functions in -Thtml text-indent and group paramters (as nroff does). | Kristaps Dzonsons | 2009-09-26 | 1 | -17/+24 |
| | |||||
* | Fixed -Thtml handling of -compact lists. | Kristaps Dzonsons | 2009-09-26 | 1 | -21/+50 |
| | | | | Fixed -Thtml handling of `Bd' prior vspace and embedded macros. | ||||
* | Fixed `Bd' prior vertical space (was ignoring -compact). | Kristaps Dzonsons | 2009-09-26 | 2 | -60/+38 |
| | | | | Fixed effect of embedding macros in `Bd' (was printing all on each line instead of grouping). | ||||
* | Changed stylesheet used for local documents.VERSION.1.9.6 | Kristaps Dzonsons | 2009-09-25 | 1 | -19/+61 |
| | |||||
* | Temporarily disabled ChangeLog.html (server's hosed and doesn't have xsltproc). | Kristaps Dzonsons | 2009-09-25 | 2 | -3/+6 |
| | |||||
* | Version: 1.9.6. | Kristaps Dzonsons | 2009-09-25 | 1 | -2/+2 |
| | |||||
* | Lint check (noop). | Kristaps Dzonsons | 2009-09-25 | 2 | -1/+2 |
| | |||||
* | Changed -Thtml document header to be 10/80/10 with no wrapping of the middle. | Kristaps Dzonsons | 2009-09-25 | 1 | -3/+3 |
| | |||||
* | -Tascii correctly prints `%T' in `Rs' with quotes. | Kristaps Dzonsons | 2009-09-24 | 3 | -16/+128 |
| | | | | | -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff. | ||||
* | Fixed segfault in `Rs' empty block. | Kristaps Dzonsons | 2009-09-24 | 2 | -1/+2 |
| | |||||
* | Lint-fixes (noop). | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+2 |
| | |||||
* | Added EBADCHILD error (bad child of parent context). | Kristaps Dzonsons | 2009-09-24 | 5 | -14/+142 |
| | | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C). |