]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
Removed TODO that was fixed by parsing escapes in offset strings.
[mandoc.git] / mdoc_term.c
2010-09-23 Ingo SchwarzeWhen the HEAD of an .Nm block in the SYNOPSIS might...
2010-09-04 Kristaps DzonsonsProperly handle -mdoc %A in all outputs. This has...
2010-08-21 Ingo SchwarzeBackout previous.
2010-08-20 Ingo Schwarze.Bl -column phrases ignore spacing rules for trailing...
2010-08-09 Kristaps DzonsonsCorrectly print `Lk' arguments in -Tascii. Issue raise...
2010-08-07 Ingo Schwarzemerge from OpenBSD mdoc_term.c rev. 1.100:
2010-07-27 Kristaps DzonsonsFix how `Bd -unfilled' and `Bd -literal' break lines...
2010-07-26 Kristaps Dzonsons`Ad' is supposed to underline. Found whilst trolling...
2010-07-21 Ingo SchwarzeIn the SYNOPSIS, .Nm at the beginning of an input line...
2010-07-19 Kristaps DzonsonsRemove some FIXMEs: `Ms' accepts arbitrary text, so...
2010-07-19 Kristaps DzonsonsFix spurrious newline emitted by `Pp' when specified...
2010-07-16 Ingo SchwarzeAfter .Sm on, spacing ought to restart right away,...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-06 Kristaps DzonsonsProper `Bk -words' support: only suppress breaks within...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-03 Kristaps DzonsonsAllow empty `Fo' to get by without an assertion.
2010-07-02 Kristaps DzonsonsCached `An' arguments in struct mdoc_an. Note that...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
2010-07-01 Ingo SchwarzeImprove .Nm indentation in the SYNOPSIS;
2010-07-01 Kristaps DzonsonsMore reality-checks for the p->end type.
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Ingo Schwarzeminor .Bk fixes:
2010-06-27 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-27 Ingo SchwarzeBasic implementation of .Bk/.Ek; from OpenBSD.
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-13 Kristaps DzonsonsRemove arg_getattrs(), as we only have arg_getattr...
2010-06-13 Kristaps DzonsonsSwitch on cached -width usage in front-ends.
2010-06-13 Kristaps DzonsonsAllow -width for lists to be cached in mdoc_bl. This...
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
2010-06-12 Kristaps DzonsonsReverted to mdoc_term.c 1.149 (`It' does not inherit...
2010-06-12 Kristaps DzonsonsMoved `Bl -compact' into cached data. This allowed...
2010-06-12 Kristaps Dzonsons`Bl' is now using a struct instead of a single enum...
2010-06-12 Kristaps DzonsonsCache all of `Bd's resolved arguments into mdoc_bd...
2010-06-12 Kristaps DzonsonsAdded enum mdoc_disp (similar to enum mdoc_list). ...
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-06-07 Kristaps DzonsonsNormalise SYNOPSIS behaviour after I gave up on followi...
2010-06-06 Ingo SchwarzeMerge a fix to avoid a regression in OpenBSD:
2010-06-06 Kristaps DzonsonsFixed -Tascii and -Thtml rendering of `Ft' and `Fo'.
2010-06-04 Kristaps DzonsonsFix following the first: `Ft' is given special treatmen...
2010-06-04 Kristaps DzonsonsFixed `Fn' newline behaviour and added some regression...
2010-06-04 Kristaps DzonsonsDocumented `In' in full.
2010-06-04 Kristaps DzonsonsFixed `Fd' to format in the right way. Found when...
2010-06-01 Kristaps DzonsonsDe Morgan's law not being applied properly. Noted...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-29 Kristaps DzonsonsMoved printing of empty word [back] into mdoc_action...
2010-05-29 Kristaps DzonsonsCommit of patch floated on discuss@ a few days ago...
2010-05-26 Kristaps DzonsonsDocumented `Ud'.
2010-05-24 Ingo Schwarzesync to OpenBSD:
2010-05-24 Ingo SchwarzeHandle literal tab characters both in literal context...
2010-05-24 Ingo Schwarzefix an obvious typo in print_bvspace():
2010-05-22 Joerg SonnenbergerFix 1.125: Add missing return in termp_nm_pre.
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Kristaps DzonsonsLIBRARY can also occur in section 9.
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
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.
next