summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* `Ad' is supposed to underline. Found whilst trolling through manuals.Kristaps Dzonsons2010-07-262-2/+2
* Make `Sm' start no-spacing after the first output word. Fix in bothKristaps Dzonsons2010-07-262-0/+4
* Clean up some tight spots in mandoc's default mode: pessimisticallyKristaps Dzonsons2010-07-261-19/+14
* Remove asciisz from chars.in. It frees up a nice chunk of memory and atKristaps Dzonsons2010-07-262-380/+379
* Note that `Dd' can be empty. This found following a thread on discuss@Kristaps Dzonsons2010-07-263-4/+15
* Merge schwarze@'s pass over mdoc.7. Fixed small new-sentence-new-lineKristaps Dzonsons2010-07-261-222/+230
* Fix chars.in fall-through to ASCII mode. This bug only affectedKristaps Dzonsons2010-07-261-6/+6
* Note -Tpdf in www.Kristaps Dzonsons2010-07-261-0/+1
* Merge Jason McIntyre's corrections to man.7.Kristaps Dzonsons2010-07-261-24/+21
* Avoid running the "width" termp callback for each whitespace.Kristaps Dzonsons2010-07-251-3/+3
* Fully-working -Tpdf: xref table is now generated. This works for bothKristaps Dzonsons2010-07-252-17/+48
* Make PDF sections contiguous.Kristaps Dzonsons2010-07-251-63/+51
* Ensure that isalnum is called with unsigned char argument.Joerg Sonnenberger2010-07-251-1/+1
* list two additional issuesIngo Schwarze2010-07-251-0/+17
* Initial PDF shim over PS. This produces working PDF output with -Tpdf.Kristaps Dzonsons2010-07-255-50/+256
* Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION.1.10.5.PREPDFKristaps Dzonsons2010-07-231-18/+17
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-232-18/+65
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-233-2/+25
* Fix broken compilation, hopefully before anybody notices.Kristaps Dzonsons2010-07-221-1/+1
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-229-4/+65
* Start putting in release notes. A record is good because this releaseKristaps Dzonsons2010-07-221-0/+18
* Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).Kristaps Dzonsons2010-07-222-0/+6
* Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc'sKristaps Dzonsons2010-07-221-15/+10
* Have `nf' and `fi' flush lines. This is necessary or the LITERAL willKristaps Dzonsons2010-07-221-0/+2
* In the SYNOPSIS, .Nm at the beginning of an input line startsIngo Schwarze2010-07-211-1/+2
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-215-10/+22
* Clarified mailing list purposes.Kristaps Dzonsons2010-07-211-2/+2
* Tidy up the www page.Kristaps Dzonsons2010-07-212-92/+51
* Nit-picking assign in decl.Kristaps Dzonsons2010-07-211-1/+3
* Lint-fixes (NetBSD).Kristaps Dzonsons2010-07-211-5/+5
* Finally make mdoc argv CPP-defines into a proper enum.Kristaps Dzonsons2010-07-213-34/+37
* The "wx" value is quite small, so use a u_short instead of a size_t.Kristaps Dzonsons2010-07-211-7/+7
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-204-38/+67
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-4/+4
* sync to OpenBSD:Ingo Schwarze2010-07-191-18/+30
* All macros in mdoc.7 are now documented.Kristaps Dzonsons2010-07-191-14/+52
* Finished document -mdoc macros. Note `br' and `sp' remain.Kristaps Dzonsons2010-07-193-6/+124
* Added documentation for several more macros. Only a few remaining!Kristaps Dzonsons2010-07-191-109/+170
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-193-3/+2
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-193-3/+10
* Changed Unicode codepoint of left-arrow right-arrow to be the regularKristaps Dzonsons2010-07-191-2/+2
* Note discarding of \m, \M, and \s in COMPATIBILITY sections.Kristaps Dzonsons2010-07-192-1/+7
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-9/+0
* Removed \s documentation, as we (1) never supported it, and (2) neverKristaps Dzonsons2010-07-192-51/+3
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-15/+5
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-182-3/+16
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-183-182/+151
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-182-3/+2
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-185-15/+18
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-10/+14