]> git.cameronkatri.com Git - mandoc.git/history - mdoc_html.c
More release notes.
[mandoc.git] / mdoc_html.c
2011-04-23 Kristaps DzonsonsRevert last change: this screwed up displaying in other...
2011-04-23 Kristaps DzonsonsMake the `Nm' -Thtml attribute be min-width instead...
2011-04-04 Kristaps DzonsonsSuppress a space following the "(" for -T[x]html `Fn...
2011-04-04 Kristaps DzonsonsHave `Fd' in -T[x]html generate an "include" link if...
2011-04-04 Kristaps DzonsonsFix a bug that slip in: PAIR_XXXX macros expanded to...
2011-04-04 Kristaps DzonsonsFully fix the `Rv' and `Ex' handlers for -T[x]html...
2011-04-04 Kristaps DzonsonsMake `Rv' do the Right Thing regarding commas and ...
2011-04-04 Kristaps DzonsonsFix possible segfaults in `Lk' -T[x]html handler, which...
2011-04-04 Kristaps DzonsonsClean-up in -T[x]html: remove some unnecessary assignme...
2011-04-04 Kristaps DzonsonsClean up handling of `In' for -T[x]html such that it...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
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 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-29 Kristaps DzonsonsWhen in a <PRE>, don't print out the <BR> before lines...
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-13 Kristaps DzonsonsChange how -Thtml behaves with tables: use multiple...
2011-01-12 Kristaps DzonsonsIf the first character of free-form text is whitespace...
2011-01-07 Kristaps DzonsonsQuiesce lint with some type handling. Does not change...
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2010-12-24 Kristaps DzonsonsMake `Fo' use a B instead of SPAN (left-over).
2010-12-24 Kristaps DzonsonsApparently the U tag is deprecated, so use a SPAN inste...
2010-12-24 Kristaps DzonsonsAs per schwarze@'s suggestions, roll back the refcount...
2010-12-23 Kristaps DzonsonsEnsure -Thtml has DIV as child of BLOCKQUOTE.
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-20 Kristaps DzonsonsFix list-type being clobbered by margins. Last default...
2010-12-20 Kristaps DzonsonsMore use default tags, this time I and U. Also fix...
2010-12-20 Kristaps DzonsonsGive header and footer table cells default widths ...
2010-12-19 Kristaps DzonsonsMigrate schwarze@'s `Bk' argument patch to -T[x]html.
2010-12-17 Kristaps DzonsonsDon't use EM for default widths; use BU instead.
2010-12-17 Kristaps DzonsonsPrevent double-printing of `D1' or `Dl' DIV.
2010-12-17 Kristaps DzonsonsAdd a "list" top-level tag, too.
2010-12-17 Kristaps DzonsonsRemove useless DIVs in favour of BRs. Fix `Ex' by...
2010-12-17 Kristaps DzonsonsMake literal `Bd' use a PRE in -Thtml. Make `Bd' outpu...
2010-12-17 Kristaps DzonsonsHave synopsis_pre() in -Thtml emit P or BR, not DIVs.
2010-12-17 Kristaps DzonsonsMake SYNOPSIS `Nm' use a TABLE in -T[x]html mode. ...
2010-12-17 Kristaps DzonsonsSignificantly clean up Sh, Ss, SH, and SS handling...
2010-12-16 Kristaps DzonsonsGet widths to be propertly represented in -T[x]html.
2010-12-15 Kristaps DzonsonsRemove `Pp' and `Lp' checks in front-ends to make sure...
2010-12-15 Kristaps DzonsonsUse a single P tag for paragraph breaks (which can...
2010-12-15 Kristaps DzonsonsMake sure that new list types don't emit whitespace...
2010-12-15 Kristaps DzonsonsClarify purpose of "lit".
2010-12-15 Kristaps DzonsonsRemove stupid outer DIV tag in favour of regular BODY...
2010-12-15 Kristaps DzonsonsAdded list-type style tips.
2010-12-15 Kristaps DzonsonsIn-progress move from -T[x]html using DIVs for its...
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-10-01 Kristaps DzonsonsFix small regression where `Op' had an extra space...
2010-09-27 Kristaps DzonsonsSuppress whitespace following Pp, Lp, sp, and the other...
2010-09-26 Kristaps DzonsonsConsolidated all -T[x]html punctuation macros into...
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-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-09-04 Kristaps DzonsonsProperly handle -mdoc %A in all outputs. This has...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-07 Ingo Schwarzesame as mdoc_term.c rev. 1.180:
2010-07-27 Kristaps DzonsonsFix how `Bd -unfilled' and `Bd -literal' break lines...
2010-07-23 Kristaps DzonsonsAdd support for `Sm' in -T[x]html -mdoc.
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-13 Ingo Schwarzecorrect lots of copyright notices;
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-06 Kristaps DzonsonsGive -T[x]html `Bk -words' capability.
2010-07-04 Kristaps DzonsonsCache column sizes and char pointer into mdoc_bl. ...
2010-07-02 Kristaps DzonsonsStash `Bf' parameters into struct mdoc_bf.
2010-07-02 Kristaps DzonsonsImplemented -Thtml bits for handling `Nm' blocks.
2010-07-01 Kristaps DzonsonsMake struct_bl and struct_bd into pointers. This remov...
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 Kristaps DzonsonsFollowing clue-stick applied by schwarze@, back out...
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-13 Kristaps DzonsonsSwitch on cached -width usage in front-ends.
2010-06-12 Kristaps DzonsonsCached `Bl -offset' into mdoc_bl. Removed erroneous...
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-07 Kristaps DzonsonsNormalise SYNOPSIS behaviour after I gave up on followi...
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-03 Kristaps DzonsonsConsolidated list processing to a single loop in mdoc_v...
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-24 Kristaps DzonsonsFix segfault in mixing old enum types for -Thtml -mdoc.
2010-05-17 Kristaps DzonsonsIncrease performance by stashing the list type in struc...
next