]> git.cameronkatri.com Git - mandoc.git/history - man_term.c
Cleanup naming of local variables to make the code easier on the eye:
[mandoc.git] / man_term.c
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-07-29 Ingo SchwarzeImplement .PD for -Tascii.
2012-07-16 Ingo SchwarzeAlways fix the man(7) subsection header (.SS) indent...
2012-07-14 Ingo SchwarzeTranslate blank input lines to .sp just like in mdoc(7),
2012-07-13 Ingo SchwarzeIn -man -Tascii, support .sp with negative argument.
2012-07-10 Ingo Schwarzemultiple fixes to -Tascii .HP rendering:
2012-06-02 Ingo SchwarzeMinimal implementation of .EX and .EE for GNU compatibi...
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-03 Kristaps DzonsonsAdd support for `OP', one of the extended man macros...
2011-12-04 Ingo SchwarzeImplement mdoc(7)-like output style variant for man...
2011-12-04 Ingo SchwarzeJumping out of man_unscope() for the root node is a...
2011-11-18 Joerg SonnenbergerDon't crash if the date can't be extracted. Don't depen...
2011-11-13 Ingo SchwarzeMake the man(7) page footer the same as in groff.
2011-11-13 Ingo SchwarzeMake the default left text margin configurable from...
2011-09-21 Ingo SchwarzeAs noticed by kristaps@, when breaking an overflowing...
2011-09-20 Ingo SchwarzeUsing user-defined macros, surprisingly, it is possible
2011-09-20 Ingo SchwarzeWhen advancing the left margin, .RS also needs to reset...
2011-09-20 Ingo SchwarzeSync print_mdoc_head to print_man_head;
2011-09-19 Ingo SchwarzeRemove the terminal frontend flag TERMP_NOLPAD.
2011-09-18 Ingo SchwarzeSupport nesting of indented blocks.
2011-07-22 Kristaps DzonsonsAdd character output (-Tpdf, -Tps, -Tascii) for equatio...
2011-07-21 Kristaps DzonsonsFlip eqn into using parsed nodes. I've temporarily...
2011-07-03 Kristaps DzonsonsFix a TODO noted by schwarze@, originally by Christian...
2011-06-29 Kristaps DzonsonsFirst fix how `sp 1' doesn't imply `1v' (it now does...
2011-06-18 Kristaps DzonsonsFix two TODOs with one check-in. Both of these relate...
2011-06-18 Kristaps DzonsonsAllow RS/RE blocks to nest. This requires first the...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-07 Ingo SchwarzeClean up date handling,
2011-02-09 Kristaps DzonsonsEQN blocks are now printed in all modes. This is simpl...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-01-25 Ingo SchwarzeAvoid double blank line before a table preceded by...
2011-01-23 Ingo SchwarzeFix another regression caused by the reorg of print_man...
2011-01-17 Ingo SchwarzeRefrain from throwing fatal errors for
2011-01-16 Ingo SchwarzeWhen processing a blank text line, do not break out...
2011-01-12 Kristaps DzonsonsMake -man -Tascii not break within literal lines, e.g.,
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-11 Kristaps DzonsonsDon't let `in' creep past the right margin.
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-03 Kristaps DzonsonsFor tbl: -man documents print an extra space before...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
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-06 Kristaps DzonsonsMy favourite: removing lots of code in favour of smalle...
2010-12-06 Kristaps DzonsonsHeader for `PP', `P', and `LP' should never be printed.
2010-12-05 Kristaps DzonsonsRemove `Sp', `Vb', and `Ve' (as per schwarze@'s changes...
2010-09-15 Kristaps DzonsonsAllow string lengths to account for escapes. Now all...
2010-07-23 Kristaps DzonsonsCollapse `nf', `fi', `Vb', and `Ve' into one function... VERSION_1_10_5_PREPDF
2010-07-22 Kristaps DzonsonsAdded `in' macro support for -man -Tascii. This is...
2010-07-22 Kristaps DzonsonsBring `sp', `Sp', and `br' behaviour for -man in line...
2010-07-22 Kristaps DzonsonsHave `nf' and `fi' flush lines. This is necessary...
2010-07-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-10 Ingo SchwarzeFix a regression that crept in in man_term.c 1.73 and...
2010-06-09 Kristaps DzonsonsHave the standard manpage header and footer print on...
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-05-26 Kristaps DzonsonsAllow bad -man dates to flow verbatim into the front...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Joerg SonnenbergerAdd support for .AT. Properly implement .UC. Add regres...
2010-05-17 Joerg Sonnenbergergroff uses three vspaces before the footer too.
2010-05-15 Kristaps DzonsonsRemove `am', `ami', `de', `dei', and `.' from -man...
2010-05-15 Kristaps DzonsonsPull `ig' out of -man and leave it the roff preparser.
2010-05-15 Joerg SonnenbergerFor .IP groff requires a single space only after the...
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
2010-05-15 Kristaps DzonsonsRemoved restriction on integer manual sections in ...
2010-05-12 Kristaps DzonsonsEnd-of-sentence spacing for -man -Tascii.
2010-05-10 Kristaps DzonsonsBack out OpenBSD special case (ok Ingo Schwarze).
2010-05-10 Kristaps DzonsonsProper leading spaces for new- and old-groff in -man...
2010-05-10 Kristaps Dzonsons-man also now has unbound margins for literal context.
2010-03-24 Kristaps DzonsonsUsing man_node_delete() instead of man_node_free()...
2010-03-23 Kristaps DzonsonsFixed two very subtle bugs in retaining overstep and...
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-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
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-10 Kristaps DzonsonsDisable metafonts when printing document footer.
2009-11-05 Kristaps DzonsonsConsolidated `RI' and `IR' handlers (-man -Tascii).
2009-11-05 Kristaps DzonsonsFixed `RI' (was reversed).
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-27 Kristaps DzonsonsRemoved dynamic allocations of header/footer data.
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `PD' to -man (doesn't do anything, yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-21 Kristaps DzonsonsFixed strftime stray %d -> %e (pointed out by Ulrich...
2009-10-18 Kristaps DzonsonsLint fixes.
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsArbitrary horizontal and vertical scaling widths now...
2009-10-18 Kristaps DzonsonsFitted -man -Tascii with scaling units (.5i, etc.).
2009-10-18 Kristaps DzonsonsAdded horizontal scaling units to -Tman -Tascii.
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
next