]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-07-04 Ingo SchwarzeFix handling of \} on roff request lines.
2017-07-04 Ingo SchwarzeIt turns out association of tbl spans with layout rows...
2017-07-04 Ingo Schwarzeadjust to today's change of the OpenBSD groff port
2017-07-04 Ingo SchwarzeMessages of the -Wbase level now print STYLE:. Since...
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 SchwarzeIf a single page references the same non-existent manua...
2017-07-02 Ingo Schwarzeadd warning "cross reference to self"; inspired by...
2017-07-01 Ingo SchwarzeWhen checking cross references with -Tlint, ultimately...
2017-07-01 Ingo SchwarzeWhen checking the validity of cross references with...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-29 Ingo SchwarzeSkip whitespace at the beginning of eqn(7) nodes,
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-29 Ingo SchwarzeClarify that .Ta as a line macro is a portability problem,
2017-06-28 Ingo Schwarzefix incomplete handling of roff(7) nodes in man(7)...
2017-06-28 Ingo SchwarzeRewrite half of this, i was completely unaware how...
2017-06-27 Ingo Schwarzetest inter-column spacing
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-27 Ingo Schwarzewarn about .Ns macros that have no effect because they...
2017-06-26 Ingo Schwarzecatch up with the recent eqn(7) improvements
2017-06-26 Ingo SchwarzeComplete rewrite of the lexer in a single function...
2017-06-26 Ingo Schwarzewhen splitting a composite word,
2017-06-25 Ingo SchwarzeCatch typos in .Sh names; suggested by jmc@.
2017-06-25 Ingo Schwarzetest new MT macro
2017-06-25 Ingo Schwarzecope with changes in BASE messages
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 Schwarzeoperating system dependent message about unknown archit...
2017-06-24 Ingo Schwarzedelete old, undocumented, obsolete section names that...
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-24 Ingo SchwarzeDelete .St -p1003.1-2013.
2017-06-23 Ingo SchwarzeConsistently treat character escape sequences as operators,
2017-06-23 Ingo Schwarzeeqn(1) output operator translation
2017-06-23 Ingo Schwarzesplitting a text box sometimes requires wrapping it...
2017-06-23 Ingo SchwarzeStop using "mdocml" as an official name.
2017-06-23 Ingo SchwarzeWrite text boxes as <mi>, <mn>, or <mo> as appropriate,
2017-06-23 Ingo SchwarzeSimplify font handling:
2017-06-22 Ingo SchwarzeFix font selection for text boxes in the terminal forma...
2017-06-21 Ingo SchwarzeOutside explicit font context, give every letter its...
2017-06-21 Ingo Schwarzequoted words are not parsed for defined keys
2017-06-21 Ingo SchwarzeRecognize well-known functions names (the same that...
2017-06-20 Ingo SchwarzeKNF: remove parentheses from switch case labels; no...
2017-06-19 Ingo SchwarzeFix a regression in the previous revision:
2017-06-18 Ingo SchwarzeImplement appending to standard man(7) and mdoc(7)...
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-17 Ingo Schwarzeif .in is used inside the .TP head, it's always relative
2017-06-17 Ingo Schwarzetables leak tab settings to subsequent text
2017-06-17 Ingo Schwarzecorrect handling of blank lines after \c
2017-06-17 Ingo Schwarzeproperly set the default indentation
2017-06-16 Ingo SchwarzeMultiple tbl(7) improvements:
2017-06-15 Ingo Schwarzeround default width of tbl(7) text blocks in the same...
2017-06-14 Ingo Schwarzeimplement so-called absolute horizontal motion: \h...
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeadd the \(ru (0.5m baseline ruler) character escape...
2017-06-14 Ingo Schwarzesimple implementation of the roff(7) .als (macro alias...
2017-06-14 Ingo Schwarzelet \l use the right fill character
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-14 Ingo Schwarzeharmless, but weird typo; found with afterstep_faq(1)
2017-06-14 Ingo Schwarzeimplement the roff(7) d (macro or string defined) condi...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-14 Ingo Schwarzeimplement the roff(7) \p (break output line) escape...
2017-06-13 Ingo SchwarzePartial support for the \n[an-margin] number register.
2017-06-13 Ingo SchwarzeIf the layout is empty except for requesting a left...
2017-06-13 Ingo SchwarzeDelete the arbitrary range restriction for -Owidth.
2017-06-13 Ingo Schwarzefix the interaction of the allbox option with spanned...
2017-06-13 Ingo SchwarzeExplicitly ignore .br, .ce, and .sp inside tbl(7) text...
2017-06-12 Ingo Schwarzetest the new allbox and wrapping features
2017-06-12 Ingo SchwarzeTwo minor fixes for the "allbox" modifier:
2017-06-12 Ingo SchwarzeIf a tbl(7) layout contains a 'w' (minimum width) modif...
2017-06-12 Ingo Schwarzeimplement the tbl(7) "allbox" option;
2017-06-12 Ingo Schwarzefix column width calculation for text block cells
2017-06-12 Ingo SchwarzeImplement automatic line breaking
2017-06-11 Ingo Schwarzeooops, fix a glitch in the previous commit...
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 Ingo SchwarzeStyle message about legacy man(7) date format in mdoc...
2017-06-11 Ingo Schwarzestyle message about missing .Fn markup; inspired by...
2017-06-11 Ingo SchwarzeDo not issue the message "no blank before trailing...
2017-06-11 Ingo Schwarzeadd forgotten file
2017-06-11 Ingo Schwarzefix order of messages
2017-06-10 Ingo SchwarzeReduce false positives for the "no blank before trailin...
2017-06-10 Ingo Schwarzeminor markup simplifications
2017-06-10 Ingo Schwarzestyle message about missing blank before trailing delim...
2017-06-10 Ingo Schwarzedo not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and...
2017-06-08 Ingo SchwarzeProperly reinitialize roffce_node between parses,
2017-06-08 Ingo SchwarzeImplement w layout specifier (minimum column width).
2017-06-08 Ingo Schwarzemake the internal a2roffsu() interface more powerful...
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-07 Ingo SchwarzeAlso catch "new sentence, new line" if there are three...
2017-06-07 Ingo SchwarzeMake "new sentence, new line" detection stricter:
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-07 Ingo SchwarzePrepare the terminal driver for filling multiple column...
2017-06-07 Ingo SchwarzeThe \h escape sequence provides another method for...
2017-06-07 Ingo SchwarzeImplement the roff(7) .rn (rename macro or string)...
2017-06-06 Ingo Schwarzedocument the new .ce implementation
2017-06-06 Ingo SchwarzeMinimal implementation of the roff(7) .ce request ...
next