Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). | ||||
* | Proper handling of `Rs' blocks in -Thtml. | Kristaps Dzonsons | 2009-09-24 | 2 | -14/+9 |
| | |||||
* | -offset string can now be blank (supplied with 6n as stipulated by ↵ | Kristaps Dzonsons | 2009-09-24 | 2 | -13/+54 |
| | | | | mdoc.samples). | ||||
* | Fix in -Tascii where `Lb' causes line-break in any section (should only ↵ | Kristaps Dzonsons | 2009-09-24 | 4 | -17/+38 |
| | | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character. | ||||
* | Sync'd example style-sheet to be more like OpenBSD's default (KISS). | Kristaps Dzonsons | 2009-09-24 | 3 | -16/+89 |
| | | | | -Thtml and -Tascii now have equivalent functionality. | ||||
* | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 5 | -39/+149 |
| | | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section. | ||||
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 6 | -382/+623 |
| | | | | Minor space issues fixed in -Tascii. | ||||
* | FreeBSD compile fixes (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-09-23 | 3 | -0/+6 |
| | |||||
* | All special characters sync'd with groff, both -Thtml and -Tascii. | Kristaps Dzonsons | 2009-09-23 | 6 | -128/+185 |
| | | | | Re-added text links to index.sgml (just for show). | ||||
* | Sync'd currency symbols with newest groff. | Kristaps Dzonsons | 2009-09-23 | 2 | -14/+16 |
| | |||||
* | Sync'd special letters and ligatures with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -73/+84 |
| | |||||
* | Arrows & brackets sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -29/+89 |
| | |||||
* | Quotes sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -20/+32 |
| | |||||
* | Accent marks sync'd with current groff. | Kristaps Dzonsons | 2009-09-22 | 3 | -31/+39 |
| | |||||
* | Many more UTF-8 symbols in place. | Kristaps Dzonsons | 2009-09-22 | 3 | -176/+280 |
| | | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff. | ||||
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 4 | -574/+278 |
| | | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml. | ||||
* | Fixed some characters. | Kristaps Dzonsons | 2009-09-22 | 2 | -15/+67 |
| | | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too). | ||||
* | Many more characters for HMTL (mostly Greek). | Kristaps Dzonsons | 2009-09-22 | 3 | -47/+48 |
| | |||||
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 4 | -16/+103 |
| | |||||
* | Added chars.h to HEADS.VERSION.1.9.5 | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+4 |
| | |||||
* | Added html.h to headers that should be distributed. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+3 |
| | |||||
* | Wrong stylesheet in xsl. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Version: 1.9.5. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 5 | -1690/+1770 |
| | |||||
* | Removed man handling in -Thtml (for now). | Kristaps Dzonsons | 2009-09-21 | 2 | -60/+33 |
| | | | | Added some UTF chars to chars.in. | ||||
* | Fix height of hard-breaks in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 2 | -4/+10 |
| | |||||
* | Consolidation of Pp/sp/br/Lp stuff. | Kristaps Dzonsons | 2009-09-21 | 2 | -48/+41 |
| | |||||
* | Fix in outopts processing. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 6 | -63/+95 |
| | | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. | ||||
* | getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals). | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+1 |
| | |||||
* | Lint pass (OpenBSD-alpha). Noops. | Kristaps Dzonsons | 2009-09-21 | 1 | -4/+2 |
| | |||||
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 10 | -277/+261 |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | ||||
* | Added example stylesheet. | Kristaps Dzonsons | 2009-09-21 | 2 | -1/+41 |
| | |||||
* | Tentative addition of front-end utility functions (out.h) (not sure if it's ↵ | Kristaps Dzonsons | 2009-09-21 | 4 | -239/+545 |
| | | | | | | necessary). More -Thtml installments. | ||||
* | Using inline-blocks for header and footer (works much better). | Kristaps Dzonsons | 2009-09-20 | 1 | -57/+41 |
| | |||||
* | Headers and footers in -Thtml. Various minor additions. | Kristaps Dzonsons | 2009-09-20 | 3 | -28/+261 |
| |