]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
Lint-check (removed unused variable).
[mandoc.git] / mdoc_term.c
2009-07-17 Kristaps DzonsonsAdded `br' and `sp' macros (requested by joerg@netbsd...
2009-07-16 Kristaps DzonsonsOff-by-one space fixed for `Bl -diag'.
2009-07-15 Kristaps DzonsonsFix to presentation date (Ulrich Sporlein)
2009-07-14 Kristaps DzonsonsUsing \(en for OpenBSD `Nd' (compromise with jmc@openbs... VERSION_1_8_0
2009-07-14 Kristaps DzonsonsCleaned up arg_width and arg_column functions.
2009-07-14 Kristaps DzonsonsRemoved unnecessary save/restore of style around list...
2009-07-13 Kristaps DzonsonsErr/warn fix (schwarze@openbsd.org).
2009-07-12 Kristaps DzonsonsReplacement of `Lb' in mdoc_action.c.
2009-07-12 Kristaps DzonsonsMoved mdoc_a2st() out of mdoc.h -> libmdoc.h (replaceme...
2009-07-12 Kristaps DzonsonsMoved mdoc_a2att() into libmdoc (replacement happens...
2009-07-12 Kristaps DzonsonsRemoved superfluous FIXMEs in mdoc_term.c.
2009-07-12 Kristaps DzonsonsFixed `Fo' superfluous space before `('. Noted groff...
2009-07-12 Kristaps Dzonsons`Vt' macro behaves [more] properly when in the SYNOPSIS...
2009-07-12 Kristaps DzonsonsReplaced ugly macro function declarations in mdoc_term...
2009-07-12 Kristaps DzonsonsRemoved rmargin from termpair (right in print_node()).
2009-07-12 Kristaps DzonsonsRemoved offset from termpair (much simpler & cleaner).
2009-07-12 Kristaps DzonsonsRemoved ambiguous TERMPAIR_SETFLAG from mdoc_term.c...
2009-07-12 Kristaps DzonsonsGNU/Linux also uses \- for Nd (ew).
2009-07-12 Kristaps DzonsonsConsolidated Bx/Ox/Nx/etc. into one function.
2009-07-12 Kristaps Dzonsons`Nd' is now a BFI (was an ELEM). Noted by joerg@netbsd...
2009-07-12 Kristaps DzonsonsNoted dissent with \- for OpenBSD.
2009-07-12 Kristaps DzonsonsAdded \(hy symbol.
2009-07-07 Kristaps DzonsonsMade `In' handling work in new-groff style (see mdoc...
2009-07-05 Kristaps DzonsonsBacked out "-width indent" and "-width indent-two"...
2009-07-04 Kristaps DzonsonsFixed -offset indent-two (schwarze@openbsd.org).
2009-07-04 Kristaps DzonsonsFixed -offset left (schwarze@openbsd.org).
2009-06-22 Kristaps DzonsonsLint fixes. VERSION_1_7_20
2009-06-22 Kristaps DzonsonsNoted .Cd tabs-ok issue (will fix later).
2009-06-22 Kristaps DzonsonsAdded "Spacing" part of "Punctuation and Spacing" in...
2009-06-17 Kristaps DzonsonsSpecial characters, e.g. \(ae, are now correctly render...
2009-06-16 Kristaps DzonsonsRemoved MDOC___: moved MDOC_Ap to its index (comments...
2009-06-15 Kristaps DzonsonsRemoved superfluous ifdef around strftime (schwarze...
2009-06-12 Kristaps Dzonsons`Lk' is correctly handled as CALLABLE (note groff munge...
2009-06-11 Kristaps DzonsonsAdded mdoc.template (from NetBSD -- unlicensed??).
2009-06-11 Kristaps DzonsonsAdded "left" -offset tag.
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).
2009-04-12 Kristaps DzonsonsManual .Dt fields CAPITALISED.
2009-04-03 Kristaps DzonsonsUpdated manuals.7.
2009-03-26 Kristaps DzonsonsAll macro-invocations, for consistency, begin with...
2009-03-26 Kristaps DzonsonsFixed after-NLINE-error assertion.
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.