]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2011-01-06 Kristaps DzonsonsMake -T[x]html for tables structure cells with a width...
2011-01-05 Kristaps DzonsonsTweaks to tbl.7 from Jason McIntyre.
2011-01-05 Kristaps DzonsonsStuff tbl_calc() into out.c so that it can be shared...
2011-01-05 Kristaps DzonsonsGive tables an HTML class.
2011-01-05 Kristaps DzonsonsTweak some language in tbl.7.
2011-01-04 Ingo SchwarzeMerge from OpenBSD (similar to my original fix committe...
2011-01-04 Kristaps DzonsonsAdd tbl.7 to DOCUMENTATION. Removed old NEWS items.
2011-01-04 Kristaps DzonsonsMoved table stuff from roff.7 into the new tbl.7 (sugge...
2011-01-04 Kristaps DzonsonsSupport `T{' and `T}' data blocks. When a standalone...
2011-01-04 Kristaps DzonsonsHave horizontal spanner not clobber pre-set width.
2011-01-04 Kristaps DzonsonsFix spacing for tables to use term_len(). Also make...
2011-01-04 Kristaps DzonsonsFix to make horizontal spanners in the layout be proper...
2011-01-04 Kristaps DzonsonsProtect tbl nodes from getting a post call.
2011-01-04 Kristaps DzonsonsAdd skeleton for -T[x]html tbl stuff. Also start to...
2011-01-04 Ingo SchwarzeMultiple man(7) .IP and .TP fixes started during p2k10:
2011-01-03 Ingo SchwarzePartial cleanup of argument count validation in mdoc(7):
2011-01-03 Ingo SchwarzeCalling a macro with fewer arguments than it is defined...
2011-01-03 Ingo SchwarzeUnify roff macro argument parsing (in roff.c, roff_user...
2011-01-03 Kristaps DzonsonsRemove TODO for tbl.
2011-01-03 Kristaps DzonsonsSwitch on the `TS' documentation in roff.7. As per...
2011-01-03 Kristaps DzonsonsFor tbl: -man documents print an extra space before...
2011-01-03 Kristaps DzonsonsAdd in support for number table cells that account...
2011-01-03 Kristaps DzonsonsClean up the tbl top-level printing code and document...
2011-01-03 Kristaps DzonsonsStart using term_strlen() instead of strlen(). tbl_ter...
2011-01-03 Kristaps DzonsonsMake width calculations occur within tbl_term.c, not...
2011-01-03 Kristaps DzonsonsTiny edit required after MDOC_HALT change.
2011-01-03 Kristaps DzonsonsMake sure we don't continue recursively parsing once...
2011-01-03 Kristaps DzonsonsSame treatment for MAN_HALT as for MDOC_HALT.
2011-01-03 Kristaps DzonsonsClarified the role of MDOC_HALT in libmdoc functions...
2011-01-02 Kristaps DzonsonsFix table to print nicely (merging error). Also have...
2011-01-02 Kristaps DzonsonsTurn on -Tascii tbl printing. The output still has...
2011-01-02 Kristaps DzonsonsAdd some final bits necessary in the upcoming -Tascii...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2011-01-01 Kristaps DzonsonsMerge in the width, decimal, and positioning code for...
2011-01-01 Kristaps DzonsonsAdd a warning if a data cell has no layout. Also make...
2011-01-01 Kristaps DzonsonsPlug in the "head" concept for tables. A tbl_head...
2011-01-01 Kristaps DzonsonsAdd bits for compilation on Mac.
2011-01-01 Kristaps DzonsonsMake some bit-flags into enums as they should be. ...
2011-01-01 Kristaps DzonsonsMore checks for proper table exit.
2011-01-01 Kristaps DzonsonsRaise an error if a table is closed without data.
2011-01-01 Kristaps DzonsonsAdd documentation bits for libroff's new roff_span().
2011-01-01 Kristaps DzonsonsMake -Ttree a bit more readable.
2011-01-01 Kristaps DzonsonsMake -Ttree spit out table columns.
2011-01-01 Kristaps DzonsonsSwitch on tbl rows being added to the parse stream...
2011-01-01 Kristaps DzonsonsAdd -man support for tables. Like -mdoc, this consists...
2011-01-01 Kristaps DzonsonsAdd basic -Ttree support for tables.
2011-01-01 Kristaps DzonsonsAdd table processing structures to -mdoc. This consist...
2011-01-01 Kristaps DzonsonsClean up {mdoc,man}_pmsg and vmsg invocations (ignore...
2010-12-31 Kristaps DzonsonsExpose the parsed table API to the world and add access...
2010-12-31 Kristaps DzonsonsPut parsed tables into a queue that's cleared at the...
2010-12-30 Kristaps DzonsonsAssign layout cells to parsed data. This follows prima...
2010-12-30 Kristaps DzonsonsMove clean-up of parsed tbl nodes into the tbl_clear...
2010-12-30 Ingo SchwarzePlan9 has a man(7) implementation that looks extremely...
2010-12-29 Kristaps DzonsonsInitial check-in of table data-row processing. For...
2010-12-29 Kristaps DzonsonsUse `Dl' instead of `D1' for code examples.
2010-12-29 Kristaps DzonsonsIn mdoc.7, don't use `D1' in place of `Dl' for code...
2010-12-29 Kristaps DzonsonsUpdate (still-commented) manual bits for tbl.
2010-12-29 Kristaps DzonsonsAdd handling for `T&', which restarts a table except...
2010-12-29 Kristaps DzonsonsMerge, with considerable changes, tbl.bsd.lv's layout...
2010-12-29 Kristaps DzonsonsInitial documentation for TBL, which for the time being...
2010-12-29 Kristaps DzonsonsWhack removed function from libroff.
2010-12-29 Kristaps DzonsonsSignificant update to options handling, which now depar...
2010-12-28 Kristaps DzonsonsFix copyright email.
2010-12-28 Kristaps DzonsonsAdding initial options processing (not hooked into...
2010-12-28 Kristaps DzonsonsTemporarily remove check for r->tbl at end of parse...
2010-12-28 Kristaps DzonsonsFixed enum rofferr return value in tbl_read() (oops).
2010-12-28 Kristaps DzonsonsInitial tbl framework. Parse point is in libroff,...
2010-12-27 Ingo SchwarzeIn case an ID attribute is written in pieces, only...
2010-12-27 Kristaps DzonsonsNote `Sx's connection to `Sh' and `Ss'.
2010-12-26 Kristaps DzonsonsWhack MDOC_ACTED and MAN_ACTED (these no longer exist).
2010-12-26 Kristaps Dzonsonspod2man re-writes this and that using `tr', which we...
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 DzonsonsWhack superfluous font-family in mdocml's www style...
2010-12-24 Kristaps DzonsonsMake `Fo' use a B instead of SPAN (left-over).
2010-12-24 Kristaps DzonsonsHave Makefile build XHTML files too. VERSION_1_10_8
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-24 Kristaps DzonsonsDrastically fix -T[x]html's handling of font-escape...
2010-12-23 Kristaps DzonsonsEnsure -Thtml has DIV as child of BLOCKQUOTE.
2010-12-23 Kristaps DzonsonsAdded last version notes and bumped version number...
2010-12-22 Ingo Schwarzeminor tweaks:
2010-12-22 Ingo SchwarzeAt the beginning of .Bl, .Sm is allowed,
2010-12-22 Kristaps DzonsonsBuild xhtml files for www site exemplaria.
2010-12-22 Kristaps DzonsonsRevert IGNPAR to a warning after clue-stick applied...
2010-12-22 Kristaps DzonsonsImplement reference-counted version of original union...
2010-12-22 Kristaps DzonsonsThrow out negative margin garbage in -man -T[x]html...
2010-12-21 Ingo SchwarzeSync to OpenBSD:
2010-12-21 Ingo SchwarzeSane behaviour for the growing of very small buffers:
2010-12-20 Kristaps DzonsonsClarify style inclusions and update release information.
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-19 Ingo SchwarzeHandle .Bk the same way as groff 1.20.1:
2010-12-18 Ingo SchwarzeSync to the installed version in OpenBSD, excluding...
2010-12-18 Ingo SchwarzeSync to OpenBSD: More precise description of .Xo, and...
2010-12-17 Kristaps DzonsonsTweak default styles.
2010-12-17 Kristaps DzonsonsDon't use EM for default widths; use BU instead.
next