]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.
[mandoc.git] / mdoc_term.c
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
2010-05-10 Kristaps Dzonsons-man also now has unbound margins for literal context.
2010-05-09 Kristaps DzonsonsSetting maxmargin, too (for completion).
2010-05-09 Kristaps DzonsonsAllow literal contexts to have unbound line lengths...
2010-04-08 Kristaps DzonsonsFixed %T: it now correctly underlines, instead of quoti...
2010-04-06 Kristaps DzonsonsAllow `Bd' to accept (warn about then ignore) in-line...
2010-04-06 Kristaps DzonsonsLet `Bl' accept arguments on the head line with a warni...
2010-04-06 Kristaps Dzonsons`Fl' now correctly suppresses the trailing space if...
2010-04-03 Kristaps DzonsonsMerged patch by Ingo Schwarze allowing `Xr' to pass...
2010-03-29 Kristaps DzonsonsIntegrate Ingo Schwarze's patch for mdoc_iscdelim(...
2010-03-23 Kristaps DzonsonsFixed two very subtle bugs in retaining overstep and...
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-01 Kristaps DzonsonsFix of subtle, but significant, resetting of tags when... VERSION_1_9_15-pre2
2010-01-01 Kristaps DzonsonsMore in-code documentation and clarity re-arrangements.
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2010-01-01 Kristaps DzonsonsCorrect handling of arbitrary column lengths, which...
2010-01-01 Kristaps DzonsonsCleaned-up column handling to be char-compatible with...
2010-01-01 Kristaps DzonsonsDocumented `Fl' in mdoc.7.
2010-01-01 Kristaps Dzonsons`Fl' has each argument be in a separate scope (thanks...
2009-11-12 Kristaps DzonsonsBasically re-wrote -Tascii font handling: instead of...
2009-11-10 Kristaps DzonsonsDisable metafonts when printing document footer.
2009-10-31 Kristaps DzonsonsPatch on DragonFly BSD syntax (thanks Sascha Wildner).
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-27 Kristaps DzonsonsRemoved dynamic allocations of header/footer data.
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-26 Kristaps DzonsonsFull `%U' support.
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-10-22 Kristaps DzonsonsFixed maddening mismatch between groff and strftime...
2009-10-19 Kristaps DzonsonsMore fixes to scaling-width multipliers (which, just...
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-15 Kristaps DzonsonsAdded support for `Bd -centered', which appears in...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-10 Kristaps DzonsonsFix hang lists in -Tascii -Tmdoc, which seem to have...
2009-10-07 Kristaps Dzonsons`Bd' literals in -Tascii -mdoc were losing the first...
2009-10-03 Kristaps Dzonsons`Fn' does not print empty ftype span.
2009-09-26 Kristaps DzonsonsFixed `Bd' prior vertical space (was ignoring -compact).
2009-09-24 Kristaps Dzonsons-Tascii correctly prints `%T' in `Rs' with quotes.
2009-09-24 Kristaps DzonsonsAdded EBADCHILD error (bad child of parent context).
2009-09-24 Kristaps DzonsonsFix in -Tascii where `Lb' causes line-break in any...
2009-09-24 Kristaps DzonsonsSync'd example style-sheet to be more like OpenBSD...
2009-09-24 Kristaps DzonsonsAdded Bf, Pf, etc. to -Thtml.
2009-09-24 Kristaps DzonsonsMany more macros added to -Thtml.
2009-09-22 Kristaps DzonsonsFix segfault in -Thtml column lists.
2009-09-21 Kristaps DzonsonsFix height of hard-breaks in -Thtml.
2009-09-21 Kristaps DzonsonsConsolidation of Pp/sp/br/Lp stuff.
2009-09-20 Kristaps DzonsonsHeaders and footers in -Thtml. Various minor additions.
2009-09-20 Kristaps DzonsonsBl -column in place for -Thtml.
2009-09-20 Kristaps DzonsonsSome extra html tags and near-complete Bl: -tag is...
2009-09-20 Kristaps DzonsonsConsiderable, wide-ranging improvements to the -Thtml...
2009-09-17 Kristaps DzonsonsHang lists in html (the hard one first).
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-20 Kristaps DzonsonsUpdated manual structure in mdoc.7.
2009-08-19 Kristaps DzonsonsMore already-fixed FIXMEs.
2009-08-10 Kristaps DzonsonsMoved indentation size into *term.c files.
2009-07-29 Kristaps DzonsonsFixed groff-compat where two `Sh' calls, with the first...
2009-07-29 Kristaps DzonsonsMoved CALLABLE check to lookup_raw().
2009-07-25 Kristaps DzonsonsPatches and results of LLVM static analysis (thanks...
2009-07-24 Kristaps DzonsonsFixed DIAGNOSTIC display (leading double-space only...
2009-07-24 Kristaps DzonsonsFull support for `An -split/-nosplit'. Compat documented.
2009-07-24 Kristaps Dzonsons`Bd' printing simplified (now that literal text is...
2009-07-23 Kristaps DzonsonsUgly fix for `Bl' or `Bd' causing badness when nested...
2009-07-23 Kristaps DzonsonsBl -column now accepts columns = (1 + stated columns...
2009-07-21 Kristaps DzonsonsRe-added `Pa' handling -- had removed it, but it's...
2009-07-21 Kristaps DzonsonsMade `%T' underline instead of quote.
2009-07-21 Kristaps DzonsonsFixed undocumented `-diag' where NULL list item bodies...
2009-07-21 Kristaps DzonsonsFixed `Bl -column' undocumented no-vspace rule to only...
2009-07-21 Kristaps DzonsonsRe-fixed `-diag' (accidentally broke in last checkin).
2009-07-21 Kristaps DzonsonsRemoved `Pa' underline formatting (no groff does this).
2009-07-21 Kristaps DzonsonsBringing spacing more in line with groff, patches from...
2009-07-21 Kristaps DzonsonsRight-most column now fills to the right margin (undocu...
2009-07-20 Kristaps DzonsonsFixed zero-length width string causing assertion (defau...
2009-07-20 Kristaps DzonsonsUndocumented behaviour in groff: `Bl -column' implies...
2009-07-19 Kristaps DzonsonsRemoved superfluous NOSPACE in bd post.
2009-07-19 Kristaps Dzonsonstermpair flags unset before post, after body (suggested...
2009-07-17 Kristaps Dzonsons`sp' documented: validates & produces correct output.
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.
next