]> git.cameronkatri.com Git - mandoc.git/history - man.7
Add support for 1/2, 1/4, and 3/4 (needed by eqn).
[mandoc.git] / man.7
2011-07-08 Kristaps DzonsonsClarify the role of `RS' in man(7) and also fix a bogus...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-05-26 Kristaps DzonsonsNoticed that our skeleton mdoc.7 had lower-case `Dt...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsAdd stub for eqn.7 manual and flip it on. Also note...
2011-01-25 Ingo SchwarzeAs noticed by deraadt@, it goes without saying that...
2011-01-24 Ingo SchwarzeBetter explain roff(7) macro argument quoting;
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-04 Kristaps DzonsonsMoved table stuff from roff.7 into the new tbl.7 (sugge...
2010-12-29 Kristaps DzonsonsUse `Dl' instead of `D1' for code examples.
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-09-26 Ingo Schwarzesync to OpenBSD:
2010-09-04 Kristaps DzonsonsClarified EXIT STATUS sections. Discussed among schwar...
2010-08-29 Kristaps DzonsonsRemove overstrike `\o'. This isn't the best solution...
2010-08-28 Kristaps DzonsonsMove mdoc/man template "The next is for" into the secti...
2010-08-24 Kristaps DzonsonsStrip out `\k' escape.
2010-08-24 Kristaps DzonsonsStripping out of `\w' groff escape. Yet another for...
2010-08-24 Kristaps DzonsonsStrip out the `\z' escape. This is the first recursive...
2010-08-22 Kristaps DzonsonsSort COMPATIBILITY in mdoc(7) (from schwarze@).
2010-08-06 Ingo Schwarzemerge from OpenBSD:
2010-07-26 Kristaps DzonsonsMerge Jason McIntyre's corrections to man.7.
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-19 Ingo Schwarzesync to OpenBSD:
2010-07-19 Kristaps DzonsonsNote discarding of \m, \M, and \s in COMPATIBILITY...
2010-07-19 Kristaps DzonsonsRemoved \s documentation, as we (1) never supported...
2010-07-16 Kristaps DzonsonsFix which escapes are used to format \".
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-25 Kristaps DzonsonsFix man.7 to include AT and UC in its syntax table.
2010-05-17 Joerg SonnenbergerEntry for .AT and .UC
2010-05-15 Kristaps DzonsonsDocumented EOS buffered spaces and added `]'.
2010-05-14 Kristaps DzonsonsPulled back in mysterious lost le1 <-> eq0 for Sp macro.
2010-05-12 Kristaps DzonsonsPut the eos-checker into libmandoc.h.
2010-05-12 Kristaps DzonsonsEnd-of-sentence, end-of-line.
2010-05-12 Kristaps Dzonsonsmdoc_atosec -> mdoc_str2sec (consistent with str2 being...
2010-05-08 Kristaps DzonsonsAdding initial mailing list section to homepage.
2010-05-08 Kristaps DzonsonsNote that whitespace is really only the space character.
2010-05-08 Kristaps DzonsonsStrip trailing, unescaped whitespace from free-form...
2010-05-07 Kristaps DzonsonsDe-chunking of text removed from parsers. This is...
2010-04-13 Kristaps DzonsonsAs per Jason McIntyre's heartful urgings, do away with...
2010-04-05 Kristaps DzonsonsRemoved lingering `Sp' reference (not -man).
2010-03-27 Kristaps Dzonsons...finishing last commit message: accept both tabs...
2010-03-27 Kristaps DzonsonsDocumentation of apostrophe control character.
2010-03-25 Kristaps DzonsonsFixed up some documentation in man.7: only documenting...
2010-03-23 Kristaps DzonsonsSupport for pod2man standard header macros (Vb, Ve...
2010-03-22 Kristaps DzonsonsAccomodate (libman) for next-line macros followed by...
2010-01-07 Kristaps DzonsonsFix white-space issues found by mandoc's better white...
2009-11-16 Kristaps DzonsonsEnabled -Thtml -mdoc to work with \f (see compat notes...
2009-11-15 Kristaps Dzonsons\f escapes appear to work properly for -Thtml -man...
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-12 Kristaps DzonsonsDeprecated ".i <notext>" support (nobody uses it -...
2009-11-12 Kristaps DzonsonsBasically re-wrote -Tascii font handling: instead of...
2009-11-10 Kristaps DzonsonsNoted that -man text decoration is re-set when exiting...
2009-11-09 Kristaps DzonsonsDocumented \s and cleaned up \f documentation in mdoc...
2009-11-05 Kristaps DzonsonsCorrect support for `\fX' font modes in -Tascii.
2009-11-02 Kristaps DzonsonsExamples not being link-referenced (consistency).
2009-11-02 Kristaps DzonsonsFixed `Sx' links in man.7 (todo: add a check for these).
2009-11-02 Kristaps DzonsonsSignificant improvements to man(7). More or less finished.
2009-11-02 Kristaps DzonsonsAdded mandoc_a2time() for proper date conversion.
2009-10-31 Kristaps DzonsonsFinished section-by-section definitions in man.7 (will...
2009-10-26 Kristaps DzonsonsFix to segfault in ordering Rs blocks (d'oh!). VERSION_1_9_11
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-19 Kristaps DzonsonsMade man.7 use lots of Sx/Ss to link between macro...
2009-10-18 Kristaps DzonsonsProperly documented scaling widths in man.7.
2009-09-05 Kristaps DzonsonsVersion: 1.9.2. VERSION_1_9_2
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-21 Kristaps DzonsonsOpen explicit scope on libman exit now only generates...
2009-08-20 Kristaps DzonsonsFixed (not documented anywhere of course) that `SH...
2009-08-20 Kristaps DzonsonsSynchronised man.7, mdoc.7, mdoc.template manual structure.
2009-08-20 Kristaps DzonsonsDocumented omission of `na' and `Dt'.
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-20 Kristaps DzonsonsFix to libmdoc passing over delimiters.
2009-08-19 Kristaps Dzonsons`RS' blocks correctly formatting in output device.
2009-08-18 Kristaps Dzonsonslibmdoc accepts whitespace following control character. VERSION_1_9_0
2009-08-18 Kristaps DzonsonsSmall updates to man.7 (next-line break-exclusions...
2009-08-17 Kristaps Dzonsons`IP' and `TP' correctly handle width arguments.
2009-08-13 Kristaps DzonsonsFinished correct `IP' handling.
2009-08-13 Kristaps DzonsonsAdded proper `TP' support.
2009-08-13 Kristaps DzonsonsAdded full `HP' libman macro support.
2009-08-13 Kristaps DzonsonsSignificant overhaul in libman. Macros are now block...
2009-07-27 Kristaps DzonsonsClarified special chars/predefined chars in mandoc_char.7.
2009-07-20 Kristaps DzonsonsRemoved trailing whitespace in manuals.
2009-07-14 Kristaps DzonsonsSmall changes, reducing verbosity.
2009-07-04 Kristaps Dzonsonsman.7/mdoc.7 properly reflect escape-character handling.
2009-06-25 Kristaps DzonsonsAdded note about whitespace being stripped from mdoc...
2009-06-25 Kristaps DzonsonsFixed STRUCTURE/SYNTAX section data.
2009-06-22 Kristaps Dzonsonslibman documents require `TH' and at least one node.
2009-06-18 Kristaps DzonsonsAdded -fno-ign-chars support to libman.
2009-06-16 Kristaps DzonsonsModernised comment handling: text following \" is throw...
2009-06-11 Kristaps DzonsonsFixed email address in manual AUTHOR reference.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-04-05 Kristaps Dzonsonsman(3) doesn't use err.h anymore.
2009-03-27 Kristaps DzonsonsAdded br documentation.
2009-03-27 Kristaps DzonsonsAdded some new manuals (mdoc.3 mandoc_char.7).
2009-03-26 Kristaps DzonsonsClean-ups to documentation.
2009-03-26 Kristaps DzonsonsAll macro-invocations, for consistency, begin with...
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
next