Age | Commit message (Expand) | Author |
2012-07-29 | Disable hyphenation and, for nroff, disable justification which is | Todd C. Miller |
2012-07-29 | The '-' before the flags needs to be quoted to prevent nroff | Todd C. Miller |
2012-07-29 | Use "\\ " not "\\~" as the non-breaking space as historic nroff | Todd C. Miller |
2012-07-29 | Implement .PD for -Tascii. | Ingo Schwarze |
2012-07-18 | Drop empty .IP such that is does not cause additional vertical spacing. | Ingo Schwarze |
2012-07-18 | Drop .sp and .br right after .SH and .SS. | Ingo Schwarze |
2012-07-18 | Let a trailing .Ns macro take effect | Ingo Schwarze |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze |
2012-07-16 | Always fix the man(7) subsection header (.SS) indent to 3n, | Ingo Schwarze |
2012-07-16 | Release polishing: finally fix the perl(1) SYNOPSIS. | Ingo Schwarze |
2012-07-16 | Two fixes regarding -Tman .sp: | Ingo Schwarze |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-14 | In -Tman .Bl -compact, skip the blank line only before the first item | Ingo Schwarze |
2012-07-13 | Adjust -Tman SYNOPSIS .Nm indentation using .HP; requested by millert@. | Ingo Schwarze |
2012-07-13 | If the tag in .Bl -tag .It would leave exactly one blank before the | Ingo Schwarze |
2012-07-13 | In -man -Tascii, support .sp with negative argument. | Ingo Schwarze |
2012-07-12 | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze |
2012-07-12 | Do not crash in -Tman on: | Ingo Schwarze |
2012-07-11 | Polish -Tman .Rs support. | Ingo Schwarze |
2012-07-11 | fix position and formatting of %U | Ingo Schwarze |
2012-07-11 | Basic implementation of -Tman .Bl -column using tbl(7). | Ingo Schwarze |
2012-07-10 | basic implementation of -Tman .Bl -tag | Ingo Schwarze |
2012-07-10 | multiple fixes to -Tascii .HP rendering: | Ingo Schwarze |
2012-07-10 | Remove a hack that was intended for groff-1.15 bug compatibility: | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2012-07-09 | fix -Tascii .Fd line breaking | Ingo Schwarze |
2012-07-09 | implement -Tman .Eo and .Ec | Ingo Schwarze |
2012-07-09 | Implement -Tman .Bf. | Ingo Schwarze |
2012-07-09 | fix -Tman font handling for: | Ingo Schwarze |
2012-07-09 | implement -Tman .No and .Mt | Ingo Schwarze |
2012-07-08 | fix .Lk for -Tascii and implement it for -Tman | Ingo Schwarze |
2012-07-08 | fix vertical spacing for -Tman SYNOPSIS .Fn .Fo .Ft .In .Nm .Va .Vt | Ingo Schwarze |
2012-07-08 | implement -Tman .An | Ingo Schwarze |
2012-07-08 | Add flags to insert a .sp or .br request before the next output, | Ingo Schwarze |
2012-07-08 | Instead of adding one integer variable for each global boolean output flag | Ingo Schwarze |
2012-07-08 | implement -Tman .Va | Ingo Schwarze |
2012-07-08 | ouch, in the SYNOPSIS, .Vt is a block, | Ingo Schwarze |
2012-07-08 | implement -Tman .Vt | Ingo Schwarze |
2012-07-08 | Basic implementation of -Tman .Fo and .Fa; | Ingo Schwarze |
2012-07-07 | rudimentary support for -Tman .Ft and .Fn; | Ingo Schwarze |
2012-07-07 | basic support for -Tman .In | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-07-07 | Fix an assert() raised by `RS' when following `TP' without a tag. | Ingo Schwarze |
2012-07-07 | after .Lb in library section, break the line in the final output | Ingo Schwarze |
2012-07-07 | implement -Tman .Bk | Ingo Schwarze |
2012-07-07 | implement -Tman .Sm | Ingo Schwarze |
2012-07-07 | implement -Tman .Bd -offset and -compact | Ingo Schwarze |
2012-07-07 | minor -mdoc -Tman fixes | Ingo Schwarze |