]> git.cameronkatri.com Git - mandoc.git/history - mandoc.1
Implement horizontal and vertical alignment of tbl(7) cell content
[mandoc.git] / mandoc.1
2018-11-22 Ingo SchwarzeIn -T locale (the default), -T ascii, and -T utf8 mode...
2018-10-02 Ingo SchwarzeAdd an option -T html -O toc to add a brief table of...
2018-10-02 Ingo SchwarzeSupport a second argument to -O man,
2018-08-25 Ingo SchwarzeRudimentary implementation of the roff(7) .char (output...
2018-08-23 Ingo SchwarzeImplement the roff(7) .shift and .return requests,
2018-07-28 Ingo SchwarzeIssue a STYLE message when normalizing the date format...
2018-05-03 Ingo SchwarzeMinor correction: we render HTML character references...
2018-04-29 Ingo SchwarzeSimpler description of output formats, shortening the...
2018-04-13 Ingo SchwarzeUse TIOCGWINSZ to reduce the default -Owidth during...
2018-03-16 Ingo SchwarzeStyle message about bad input encoding of em-dashes...
2017-11-28 Ingo Schwarzeduplicate word, found by igor(1)
2017-11-10 Ingo Schwarzebe less assertive when warning about a possible typo;
2017-09-07 Ingo Schwarzetypo: convertion -> convention; from dcoppa@
2017-08-19 Ingo Schwarzedocument -O mdoc; triggered by a question from jmc...
2017-07-20 Ingo SchwarzeFor -Tlint, put parser messages on stdout instead of...
2017-07-07 Ingo SchwarzeRadically simplify the definitions what the message...
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-04 Ingo SchwarzePrinting "BASE:" in messages about violations of base...
2017-07-03 Ingo Schwarzereport trailing delimiters after macros where they...
2017-07-03 Ingo Schwarzewarn about time machines; suggested by Thomas Klausner...
2017-07-02 Ingo Schwarzeadd warning "cross reference to self"; inspired by...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-27 Ingo Schwarzewarn about .Ns macros that have no effect because they...
2017-06-25 Ingo SchwarzeCatch typos in .Sh names; suggested by jmc@.
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-24 Ingo Schwarzedelete useless .Ns macro that jmc@ found with mdoclint(1)
2017-06-24 Ingo Schwarzedocument message "unknown architecture"
2017-06-24 Ingo Schwarzein the base system, suggest leaving .Os blank; inspired...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-17 Ingo Schwarzestyle message about duplicate RCS ids; inspired by...
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-13 Ingo SchwarzeDelete the arbitrary range restriction for -Owidth.
2017-06-11 Ingo Schwarzestyle message about missing .Fn markup; inspired by...
2017-06-10 Ingo Schwarzestyle message about missing blank before trailing delim...
2017-06-08 Ingo Schwarzewarning about unknown .Lb arguments; inspired by mdocli...
2017-06-07 Ingo Schwarzestyle checks related to .Er; inspired by mdoclint(1)
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
2017-06-03 Ingo Schwarzeenable -Wstyle by default in -Tlint; OK jmc@
2017-06-01 Ingo SchwarzeSTYLE message about full stop at the end of .Nd; inspir...
2017-05-31 Ingo SchwarzeSTYLE message about missing use of Ox/Nx/Fx/Dx; OK...
2017-05-30 Ingo Schwarzetweak previous; from jmc@
2017-05-30 Ingo SchwarzeSTYLE message about useless macros we don't want (Bt...
2017-05-17 Ingo SchwarzeDelete the -T xhtml command line option.
2017-05-17 Ingo SchwarzeModernize an example showing antiquated syntax,
2017-05-17 Ingo Schwarzemissing space between macro arg and punctuation; from...
2017-05-16 Ingo SchwarzeIntroduce a new mandoc(1) message level, -W style,...
2017-03-27 Ingo Schwarzesimplify the SYNOPSIS as well, just like the option...
2017-03-27 Ingo SchwarzeFor some options that are rarely needed in mandoc(1),
2017-03-27 Ingo SchwarzeSimplify: mention at one place that -fkl override each...
2017-03-21 Ingo Schwarzesimplify .Nd; to display manuals, use man(1) instead;
2017-03-20 Ingo SchwarzeSilently ignore invalid -m input formats rather than...
2017-03-18 Ingo SchwarzeCorrect description of MANPATH, and a few more improvements
2017-03-08 Ingo SchwarzeDocument that -T markdown produces ASCII output, and...
2017-03-06 Ingo SchwarzeUsing .Nd only makes sense in the NAME section.
2017-03-04 Ingo SchwarzeMake the description of -K autodetection easer to under...
2017-03-03 Ingo Schwarzenew -mdoc -Tmarkdown output mode; OK millert@ reyk...
2017-02-10 Ingo SchwarzeIn -Ttree output mode, show the BROKEN node flag and
2017-01-31 Ingo Schwarzeadd missing HISTORY information
2017-01-28 Ingo SchwarzeAdd a warning "new sentence, new line".
2017-01-21 Ingo Schwarzebug was fixed, delete the BUGS section
2017-01-12 Ingo Schwarzeshow meta data for -Ttree output
2017-01-10 Ingo SchwarzeIntroduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.
2017-01-08 Ingo SchwarzeStricter validation of the NAME section, in particular:
2017-01-06 Ingo Schwarzesort options list; from jmc@
2016-12-28 Ingo Schwarzecorrect spelling error; from jmc@
2016-12-28 Ingo SchwarzeMake the second, section number argument of .Xr mandatory.
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.
2015-10-30 Ingo SchwarzeIf a .Bd block has no arguments at all, drop the block...
2015-10-06 Ingo Schwarzeimprove wording and start a new sentence on a new line...
2015-09-26 Ingo Schwarzebriefly document -T tree output
2015-09-14 Ingo SchwarzeRemove the warning about children of .Vt blocks because...
2015-04-03 Ingo SchwarzeNo need to hardcode /usr/bin/ as the path to more(1...
2015-03-30 Ingo SchwarzeEscape punctuation characters that have a different...
2015-03-27 Ingo Schwarzerefering -> referring; patch from jmc@
2015-03-27 Ingo SchwarzeModernize documentation by inserting blanks between...
2015-02-23 Ingo Schwarzeimprove NAME section diagnostics;
2015-02-16 Ingo Schwarzeclean up post_dt() validation function;
2015-02-16 Ingo SchwarzeDelete the -V option. It serves no purpose but keeps...
2015-02-07 Ingo Schwarzesome tweaks to the DIAGNOSTICS section
2015-02-06 Ingo Schwarzereplace the last legacy generic message type, "argument...
2015-02-06 Ingo Schwarzebetter error reporting regarding .OP .RS .UR .TH arguments
2015-02-06 Ingo Schwarzebetter diagnostics about excess arguments to .PD .ft .sp
2015-02-06 Ingo Schwarzebetter error reporting for .br .fi .nf with arguments
2015-02-06 Ingo SchwarzeDelete the legacy generic warning type MANDOCERR_ARGCWARN,
2015-02-06 Ingo Schwarzebetter handle .Fo and .Fd without argument
2015-02-04 Ingo SchwarzeDiscard excess head arguments for .Bd .Bl .Bk and delet...
2015-02-04 Ingo Schwarzeimprove diagnostics regarding arguments of .An .Pp...
2015-02-04 Ingo Schwarzediscard .Rs head arguments and improve .Rs diagnostics
2015-02-04 Ingo Schwarzemore specific .Nd diagnostics, allowing to get rid...
2015-01-29 Ingo SchwarzeRadical cleanup of COMPATIBILITY sections:
2015-01-28 Ingo SchwarzeClean up eqn(7) error handling:
2015-01-28 Ingo Schwarze* Polish tbl(7) error reporting.
2015-01-26 Ingo SchwarzeRework tbl(7) layout parsing:
2015-01-26 Ingo SchwarzeMore improvements regarding tbl(7) options.
2015-01-26 Ingo SchwarzeImprove (or rather, rewrite) tbl(7) option parsing.
2015-01-24 Ingo SchwarzeSupport .RE with an argument; needed for audio/pms(1).
2015-01-20 Ingo Schwarzetypo fixes from jmc@
2015-01-20 Ingo SchwarzeSplit the -Werror message level into -Werror (broken...
2015-01-15 Ingo SchwarzeFatal errors no longer exist.
next