summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-285-7/+22
* remove two entries that were doneIngo Schwarze2018-07-281-10/+2
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-272-4/+0
* Remove more redundant element selectors where the class selectorIngo Schwarze2018-07-231-36/+36
* replace the last instances of ex units by em;Ingo Schwarze2018-07-231-5/+5
* new todos, mostly from Pali Rohar, mostly tbl(7)Ingo Schwarze2018-07-161-0/+18
* Delete substantial amounts of codeIngo Schwarze2018-06-255-175/+22
* Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze2018-06-251-12/+2
* Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze2018-06-252-19/+2
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-1/+1
* Delete support for style=width attributes, which are no longer used.Ingo Schwarze2018-06-252-64/+0
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-254-34/+1
* Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze2018-06-251-20/+2
* Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze2018-06-252-8/+1
* For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze2018-06-252-15/+9
* Revert previous: style=height is still used by roff_html.c, and itIngo Schwarze2018-06-181-1/+4
* delete support for the HTML style=height property, which is no longer usedIngo Schwarze2018-06-102-7/+0
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-102-18/+11
* When formatting man(7) documents that do not contain .SH macrosIngo Schwarze2018-06-101-0/+12
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-7/+5
* Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze2018-05-292-21/+2
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-6/+5
* John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze2018-05-281-52/+55
* URL-fragment strings can only contain certain characters.Ingo Schwarze2018-05-281-2/+8
* Start with baby steps towards responsive design:Ingo Schwarze2018-05-261-0/+14
* Use em units rather than ex units for horizontal lengths.Ingo Schwarze2018-05-261-19/+19
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-255-31/+55
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-213-2/+5
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-213-3/+4
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-213-2/+5
* various minor improvementsIngo Schwarze2018-05-201-2/+7
* Protect against malicious manual pages containing .ll requests withIngo Schwarze2018-05-201-0/+6
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-0/+2
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-1/+2
* Fix a long-standing issue:Ingo Schwarze2018-05-094-16/+17
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-085-78/+43
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-083-18/+40
* Minor correction: we render HTML character references hexadecimal,Ingo Schwarze2018-05-031-1/+1
* skip printing the embedded style sheet if an external style is referencedIngo Schwarze2018-05-011-5/+6
* Simpler description of output formats, shortening the manual page by 15 lines.Ingo Schwarze2018-04-291-99/+85
* Better mandoc(1) -I and -T options for Heirloom comparisons.Ingo Schwarze2018-04-241-7/+10
* multiple new entries from various sourcesIngo Schwarze2018-04-241-0/+41
* replace my vague and idiosyncratic term "selflink"Ingo Schwarze2018-04-243-14/+14
* dedup issuesIngo Schwarze2018-04-201-1/+6
* Tweak the description of -l:Ingo Schwarze2018-04-191-2/+3
* Compatibility with man-db:Ingo Schwarze2018-04-191-12/+56
* Use TIOCGWINSZ to reduce the default -Owidth during interactive useIngo Schwarze2018-04-132-5/+21
* Make sure that mandoc only goes into UTF-8 mode if the user reallyIngo Schwarze2018-04-131-2/+14
* preserve comments before .Dd and .TH (typically Copyright and license)Ingo Schwarze2018-04-135-28/+83
* preserve comments before .Dd when converting mdoc(7) to man(7)Ingo Schwarze2018-04-1111-25/+78