aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* release 1.14.4VERSION_1_14_4Ingo Schwarze2018-08-081-6/+8
* Even though we strongly discourage escaping hyphens in manual pagesIngo Schwarze2018-08-081-2/+2
* Reorder the text in the "Dashes and Hyphens" subsection to keep theIngo Schwarze2018-08-081-25/+25
* Clarify the confusing "(text)" annotation in the character lists.Ingo Schwarze2018-08-081-17/+18
* After years of deliberation, finally provide a clear recommendationIngo Schwarze2018-08-081-16/+21
* scanned to groff manual pages for todo items;Ingo Schwarze2018-08-061-1/+29
* Fix an off-by-one string read access that could happen if an emptyIngo Schwarze2018-08-011-3/+2
* After rewriting the parse buffer from scratch, we also have to resetIngo Schwarze2018-08-012-3/+8
* Avoid a read access one byte beyond the end of an allocated stringIngo Schwarze2018-08-012-5/+5
* more 1.14.4 release preparations:Ingo Schwarze2018-07-316-67/+113
* makewhatis -p complains about language subdirectoriesIngo Schwarze2018-07-311-1/+5
* html.c now uses ohash, and new file compat_strndup.cIngo Schwarze2018-07-311-1/+2
* first steps toward the 1.14.4 releaseIngo Schwarze2018-07-313-11/+84
* Issue a STYLE message when normalizing the date format in .Dd/.TH.Ingo Schwarze2018-07-285-14/+29
* remove two entries that were doneIngo Schwarze2018-07-281-11/+3
* garbage collect the unused "#define INDENT"Ingo Schwarze2018-07-272-6/+2
* Remove more redundant element selectors where the class selectorIngo Schwarze2018-07-231-37/+37
* replace the last instances of ex units by em;Ingo Schwarze2018-07-231-6/+6
* new todos, mostly from Pali Rohar, mostly tbl(7)Ingo Schwarze2018-07-161-1/+19
* Delete substantial amounts of codeIngo Schwarze2018-06-255-180/+27
* Get rid of the last explicit length in HTML style= attributes.Ingo Schwarze2018-06-251-13/+3
* Delete support for style=margin-left attributes, which are no longer used.Ingo Schwarze2018-06-252-21/+4
* Drop explicit, constant style=margin-left attribute on .Bf blocks.Ingo Schwarze2018-06-251-2/+2
* Delete support for style=width attributes, which are no longer used.Ingo Schwarze2018-06-252-66/+2
* Do not write <colgroup> elements. Their only purpose is to enforceIngo Schwarze2018-06-254-38/+5
* Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze2018-06-251-21/+3
* Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze2018-06-252-10/+3
* For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze2018-06-252-17/+11
* 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-10/+3
* In HTML output, for lists that have an -indent argument, just useIngo Schwarze2018-06-102-20/+13
* When formatting man(7) documents that do not contain .SH macrosIngo Schwarze2018-06-101-1/+13
* Remove redundant value= attributes from option elements,Ingo Schwarze2018-05-291-8/+6
* Delete support for the print_otag(sw) * and - modifiers,Ingo Schwarze2018-05-292-24/+5
* Ignore author-specified -width arguments for -tag and -hang listsIngo Schwarze2018-05-291-7/+6
* John Gardner tells me that among frontend developers, gratuitous useIngo Schwarze2018-05-281-53/+56
* URL-fragment strings can only contain certain characters.Ingo Schwarze2018-05-281-3/+9
* Start with baby steps towards responsive design:Ingo Schwarze2018-05-261-1/+15
* Use em units rather than ex units for horizontal lengths.Ingo Schwarze2018-05-261-20/+20
* Do not write duplicate id= attributes, they violate HTML syntax.Ingo Schwarze2018-05-255-36/+60
* Use <span> for .Ms rather than <b>; discussed with John Gardner.Ingo Schwarze2018-05-213-5/+8
* Use <span> for .Ad rather than <i>; also suggested by John Gardner.Ingo Schwarze2018-05-213-6/+7
* Use <span> rather than abusing <i> for .Pa;Ingo Schwarze2018-05-213-5/+8
* various minor improvementsIngo Schwarze2018-05-201-4/+9
* Protect against malicious manual pages containing .ll requests withIngo Schwarze2018-05-201-1/+7
* In a nutshell, all mobile browsers are broken.Ingo Schwarze2018-05-181-1/+3
* Some broken terminal emulators (e.g. sakura) do the equivalentIngo Schwarze2018-05-141-2/+3
* Fix a long-standing issue:Ingo Schwarze2018-05-094-20/+21
* Eliminate the class=It-* attributes.Ingo Schwarze2018-05-085-83/+48
* Switch the emitted HTML element from <b> to <code> for the fixedIngo Schwarze2018-05-083-21/+43