]> git.cameronkatri.com Git - mandoc.git/history - man_term.c
Remove enum mcharst, which hasn't been used in quite some time.
[mandoc.git] / man_term.c
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.
2009-10-08 Kristaps DzonsonsConsolidated some -man -Tascii functions.
2009-10-07 Kristaps DzonsonsHeader buffers in -man -Tascii are static.
2009-10-04 Kristaps DzonsonsStructural components of -man -Thtml in place (note...
2009-10-03 Kristaps DzonsonsAdded initial -man framework for -Thtml.
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2009-09-15 Kristaps DzonsonsRemoved TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour...
2009-08-22 Kristaps DzonsonsAdded `UC' libman macro (has no effect).
2009-08-21 Kristaps DzonsonsFreeBSD fix (uqs@spoerlein.net).
2009-08-20 Kristaps DzonsonsAdded `DT' macro (pointed out by joerg@netbsd.org).
2009-08-19 Kristaps Dzonsons`RS' blocks correctly formatting in output device.
2009-08-19 Kristaps DzonsonsAdded RS/RE macro pair (had to adjust closing rules...
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-08-10 Kristaps DzonsonsMoved indentation size into *term.c files.
2009-07-24 Kristaps DzonsonsAdded `sp' support to libman.
2009-06-18 Kristaps DzonsonsAdded nchild decrement in libman (not used, but better...
2009-06-18 Kristaps DzonsonsFixed libman .br to be a newline, not a .PP alias.
2009-06-16 Kristaps DzonsonsRemoved MAN___: moved MAN_br to its index (comments...
2009-06-15 Kristaps DzonsonsRemoved superfluous ifdef around strftime (schwarze...
2009-06-11 Kristaps DzonsonsBacked-out .IP changes for libman (needs work).
2009-06-11 Kristaps DzonsonsDocumented some un-clear parts of main.c.
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).
next