]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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.
2010-12-17 Kristaps DzonsonsMerged example.style.css into style.css. Adding versio...
2010-12-17 Kristaps DzonsonsCorrectly labelled command-line as `Dl'.
2010-12-17 Kristaps DzonsonsPrevent double-printing of `D1' or `Dl' DIV.
2010-12-17 Kristaps DzonsonsCorrectly mark the examples as `Dl', not `D1'.
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 DzonsonsBanished -man -Thtml header and footer to example.style...
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 DzonsonsSome default styles for lists. Needs more testing...
2010-12-16 Kristaps DzonsonsNote that we use CSS1, not CSS2.
2010-12-16 Kristaps DzonsonsGet widths to be propertly represented in -T[x]html.
2010-12-16 Kristaps DzonsonsMigrate `An' to use a pointer in its data, like everybo...
2010-12-16 Kristaps DzonsonsRemove stray note on `i', which we no longer support.
2010-12-16 Kristaps DzonsonsNote that `Sh' and `Ss' are now rigorously checked...
2010-12-16 Kristaps DzonsonsBack out last: apparently `Bl', `It', and `Pp' need...
2010-12-16 Kristaps DzonsonsAllow `It' to have a trailing paragraph if the surround...
2010-12-16 Kristaps DzonsonsFirst, make `Pp' (next to `Sm') be allowed as the first...
2010-12-15 Kristaps DzonsonsRemove `Pp' and `Lp' checks in front-ends to make sure...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-15 Kristaps DzonsonsAdd some more bits to CSS example.
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 DzonsonsClarifying styles.
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-11 Ingo SchwarzeMake SYNOPSIS sections and code having .nr nS enabled
2010-12-10 Ingo SchwarzeAbort endless loops during roff macro and string expansion.
2010-12-09 Ingo Schwarzedone: .de; todo: """"; loops in macro and string expansion
2010-12-09 Kristaps DzonsonsAllow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', ...
2010-12-08 Kristaps DzonsonsRemove `i' and `r' macro handlers. These macros, origi...
2010-12-06 Kristaps DzonsonsTag an internal release, 1.10.7, that marks being in... VERSION_1_10_7
2010-12-06 Kristaps DzonsonsBring schwarze@'s mandoc.h and main.c errors and warnin...
2010-12-06 Kristaps DzonsonsImport changes by schwarze@ and Jason McIntyre into...
2010-12-06 Kristaps DzonsonsTypo: man_in_pre -> man_ign_pre for `ft'.
2010-12-06 Kristaps DzonsonsAdd support for `ft' macro found in groff(7). Based...
2010-12-06 Kristaps DzonsonsSmall merges from schwarze@'s man_html.c edits.
2010-12-06 Kristaps DzonsonsLet some man_term.c cleanups bleed into man_html.c.
2010-12-06 Kristaps DzonsonsMy favourite: removing lots of code in favour of smalle...
2010-12-06 Kristaps DzonsonsMake return(man_nmsg(...)) by a simple declaration.
2010-12-06 Kristaps DzonsonsHeader for `PP', `P', and `LP' should never be printed.
2010-12-06 Kristaps DzonsonsAllow HP/IP/etc. to have no arguments, as they're optio...
2010-12-06 Kristaps DzonsonsAllow multiple ELINE macros without raising a fatal...
next