]> git.cameronkatri.com Git - mandoc.git/history - mdoc_term.c
Add mode for -Tlocale. This mode, with this commit, behaves exactly
[mandoc.git] / mdoc_term.c
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-04-04 Kristaps DzonsonsLast low-hanging removal of superfluous variable assign...
2011-04-04 Kristaps DzonsonsClean up superfluous variables in `Xr' handling in...
2011-04-04 Kristaps DzonsonsFully fix the `Rv' and `Ex' handlers for -T[x]html...
2011-04-04 Kristaps DzonsonsClean up -Tascii in the same way as -T[x]html regarding...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
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 Ingo SchwarzeFix a regression caused by mdoc_term.c 1.214 / mdoc_htm...
2011-02-06 Ingo SchwarzeSome pre-handlers produce output, so reorder the code...
2011-02-06 Kristaps DzonsonsAdd initial libmdoc and libman top-most machinery for...
2011-02-02 Kristaps DzonsonsIf `Ns' is specified on its own line, it should be...
2011-01-25 Kristaps DzonsonsArguments to `Bsx' and friends are separated by a non...
2011-01-25 Kristaps DzonsonsPush capitalisation of `Bx' second argument into valida...
2011-01-25 Kristaps DzonsonsProperly uppercase the first-letter of the `Bx' second...
2011-01-25 Kristaps DzonsonsHave `Bx' accept two arguments, not just one, and join...
2011-01-25 Kristaps DzonsonsIf %B is specified, quote %T. Noted by schwarze@ in...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-06 Kristaps DzonsonsMake -literal displays only have 8-character displays...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-25 Kristaps DzonsonsAs pointed out by schwarze@, %T/%J renders with a norma...
2010-12-25 Kristaps DzonsonsImplement schwarze@'s much more elegant version of...
2010-12-25 Kristaps DzonsonsSpecifying both %T and %J in an `Rs' block causes the...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-19 Ingo SchwarzeHandle .Bk the same way as groff 1.20.1:
2010-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-15 Kristaps DzonsonsRemove `Pp' and `Lp' checks in front-ends to make sure...
2010-12-11 Ingo SchwarzeMake SYNOPSIS sections and code having .nr nS enabled
2010-12-05 Kristaps DzonsonsMerge schwarze@'s changes allowing nested displays...
2010-11-29 Kristaps DzonsonsMove `Mt', `Ar', and `Li' handling from mdoc_action...
2010-10-23 Ingo Schwarzelet .Bsx print just "BSD/OS" like in modern groff
2010-10-10 Kristaps Dzonsons`Sm' no longer produces a linebreak when used in `Bd'.
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-27 Ingo SchwarzeMerge from OpenBSD right after 1.10.6; now back to...
2010-09-27 Kristaps DzonsonsSuppress whitespace following Pp, Lp, sp, and the other...
2010-09-26 Kristaps DzonsonsLinted function arguments.
2010-09-26 Kristaps DzonsonsBig clean-up consolidating all punctuation opening...
2010-09-25 Kristaps DzonsonsA `%T' invoked outside of `Rs' should not produce trail...
2010-09-25 Kristaps DzonsonsAdd `Rs' vertical-space in -T[x]html "SEE ALSO" section...
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'.
next