aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_char.7
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-2/+3
|
* Fixed mandoc_char lists to have -column before other arguments.Kristaps Dzonsons2009-10-171-17/+17
|
* Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger).Kristaps Dzonsons2009-10-151-7/+39
| | | | Added note on character format per output type.
* Set field widths n -> m.Kristaps Dzonsons2009-10-071-20/+20
|
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-364/+387
| | | | Minor space issues fixed in -Tascii.
* All special characters sync'd with groff, both -Thtml and -Tascii.Kristaps Dzonsons2009-09-231-55/+81
| | | | Re-added text links to index.sgml (just for show).
* Sync'd currency symbols with newest groff.Kristaps Dzonsons2009-09-231-7/+7
|
* Sync'd special letters and ligatures with newest groff.Kristaps Dzonsons2009-09-231-11/+20
|
* Arrows & brackets sync'd with newest groff.Kristaps Dzonsons2009-09-231-11/+41
|
* Quotes sync'd with newest groff.Kristaps Dzonsons2009-09-231-13/+20
|
* Accent marks sync'd with current groff.Kristaps Dzonsons2009-09-221-16/+23
|
* Many more UTF-8 symbols in place.Kristaps Dzonsons2009-09-221-56/+109
| | | | | | 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 Dzonsons2009-09-221-559/+263
| | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml.
* Fixed some characters.Kristaps Dzonsons2009-09-221-1/+53
| | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too).
* Many more characters for HMTL (mostly Greek).Kristaps Dzonsons2009-09-221-4/+4
|
* Documented trademark and restricted mark (oops).VERSION_1_8_5Kristaps Dzonsons2009-07-281-1/+5
|
* Quick-fix in mandoc_char.7 trailing whitespace.Kristaps Dzonsons2009-07-281-2/+2
|
* Added Greek characters to ascii.in (from groff_char.7).Kristaps Dzonsons2009-07-281-66/+181
| | | | Added Euro symbols (from groff_char.7).
* Clarified special chars/predefined chars in mandoc_char.7.Kristaps Dzonsons2009-07-271-7/+79
| | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c.
* Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵Kristaps Dzonsons2009-07-271-31/+17
| | | | strings and escape characters, respectively.
* Fixed \% special char (via groff.7).Kristaps Dzonsons2009-07-261-13/+27
| | | | Added some typographic special chars to mandoc_char.7.
* Added \(hy symbol.Kristaps Dzonsons2009-07-121-3/+5
| | | | | | Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org).
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-3/+3
| | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field.
* Fixed license email address.Kristaps Dzonsons2009-06-101-3/+3
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7.Kristaps Dzonsons2009-04-121-1/+14
|
* Manual .Dt fields CAPITALISED.Kristaps Dzonsons2009-04-121-3/+3
| | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring.
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-0/+469
Support for .br in libman.