Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | date handling needs cleanup | Ingo Schwarze | 2011-02-27 | 1 | -1/+9 |
| | |||||
* | Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issue | Kristaps Dzonsons | 2011-02-09 | 1 | -6/+0 |
| | | | | of how we considered .TS (etc.) macros and how the preprocessors do. | ||||
* | TODO note on that `.TS', `.TE' etc. aren't real roff macros and troff | Kristaps Dzonsons | 2011-02-03 | 1 | -0/+6 |
| | | | | won't recognise them when invoked as e.g. `. TS' (we, however, do). | ||||
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -4/+0 |
| | | | | | shitty groff behaviour. Do the same, but raise a warning to this effect. This from a TODO noted by schwarze@. | ||||
* | Note an error found in the wild. | Kristaps Dzonsons | 2011-01-31 | 1 | -0/+3 |
| | |||||
* | Arguments to `Bsx' and friends are separated by a non-breaking space. | Kristaps Dzonsons | 2011-01-25 | 1 | -3/+0 |
| | | | | This removes a TODO raised by schwarze@. | ||||
* | Have `Bx' accept two arguments, not just one, and join these arguments | Kristaps Dzonsons | 2011-01-25 | 1 | -6/+0 |
| | | | | with "xxBSD-yy" | ||||
* | If %B is specified, quote %T. Noted by schwarze@ in the TODO. | Kristaps Dzonsons | 2011-01-25 | 1 | -5/+0 |
| | |||||
* | results of some systematic comparisons | Ingo Schwarze | 2011-01-24 | 1 | -1/+94 |
| | |||||
* | not implemented: adjustment | Ingo Schwarze | 2011-01-23 | 1 | -0/+13 |
| | |||||
* | some more reports from brad@ | Ingo Schwarze | 2011-01-22 | 1 | -0/+10 |
| | |||||
* | missing: .ns, .UR; reported by brad@ | Ingo Schwarze | 2011-01-22 | 1 | -4/+8 |
| | |||||
* | sort missing features, no change of content | Ingo Schwarze | 2011-01-22 | 1 | -18/+28 |
| | |||||
* | Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The | Kristaps Dzonsons | 2011-01-12 | 1 | -4/+0 |
| | | | | | | | | | | | change in man_macro.c was from an assertion caused by a subtle problem: (1) macro is removed, causing m->last to be m->last->parent; (2) by jumping to the m->last->parent after post-validation, the original m->last->parent is skipped; (3) the rewinder climbs to the root of the tree and aborts. The original issue recorded in the TODO by schwarze@, reminded by Brad Smith. | ||||
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 1 | -4/+0 |
| | | | | warning. From a TODO by schwarze@, originally noted by Brad Smith. | ||||
* | Make sure that -Thtml doesn't break within literal lines. This is the | Kristaps Dzonsons | 2011-01-12 | 1 | -4/+0 |
| | | | | same logic as the -Tascii case. Also remove the TODO. | ||||
* | some minor issues reported by brad@ | Ingo Schwarze | 2011-01-10 | 1 | -0/+15 |
| | |||||
* | Remove lots of issues that have been resolved, | Ingo Schwarze | 2011-01-09 | 1 | -22/+15 |
| | | | | and rephrase some that have been partially resolved. | ||||
* | Make -literal displays only have 8-character displays. From a | Kristaps Dzonsons | 2011-01-06 | 1 | -5/+0 |
| | | | | low-hanging TODO added by schwarze@ on 15/08/10. | ||||
* | Remove TODO for tbl. | Kristaps Dzonsons | 2011-01-03 | 1 | -2/+0 |
| | |||||
* | Plan9 has a man(7) implementation that looks extremely archaic, | Ingo Schwarze | 2010-12-30 | 1 | -0/+5 |
| | | | | | even more archaic than Solaris/Heirloom stuff; so that is quite interesting from a perspective of compatibility and history. | ||||
* | pod2man re-writes this and that using `tr', which we don't implement. Noted | Kristaps Dzonsons | 2010-12-26 | 1 | -0/+2 |
| | | | | by Andreas Vogele. | ||||
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 1 | -4/+0 |
| | | | | | instead of underlined. This only happens in -Tascii, as -T[x]html both underlines and italicises. | ||||
* | Note that `Sh' and `Ss' are now rigorously checked for paragraph macros. | Kristaps Dzonsons | 2010-12-16 | 1 | -4/+2 |
| | | | | Merge other TODO regarding `It' and paragraphs. | ||||
* | done: .de; todo: """"; loops in macro and string expansion | Ingo Schwarze | 2010-12-09 | 1 | -22/+9 |
| | |||||
* | Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', and | Kristaps Dzonsons | 2010-12-09 | 1 | -3/+0 |
| | | | | | | | | | `Brq') to have zero arguments without warning. This makes sense because the multi-line quote macros (`Oo/Oc' etc.) allow zero children anyway. Furthermore, the documentation doesn't state that they're required to have children. Originally reported by Alex Kozlov, thanks! | ||||
* | Note that `Rv' and `Ex' have different values if a manual name has been | Kristaps Dzonsons | 2010-11-29 | 1 | -0/+4 |
| | | | | specified or not. | ||||
* | new: parametric .de, and header lines of excessive length | Ingo Schwarze | 2010-11-03 | 1 | -0/+13 |
| | |||||
* | a bunch of small issues collected during p2k10 | Ingo Schwarze | 2010-10-29 | 1 | -0/+20 |
| | |||||
* | new: escape sequence handling | Ingo Schwarze | 2010-10-23 | 1 | -3/+7 |
| | | | | done: nested displays | ||||
* | two new TODOs based on submissions by Ulrich Spoerlein | Ingo Schwarze | 2010-10-19 | 1 | -0/+13 |
| | |||||
* | dream about .de support, | Ingo Schwarze | 2010-10-17 | 1 | -5/+18 |
| | | | | | and remove irrelevant stuff regarding tbl now that it's imported into OpenBSD | ||||
* | `Sm' no longer produces a linebreak when used in `Bd'. | Kristaps Dzonsons | 2010-10-10 | 1 | -3/+0 |
| | |||||
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -12/+0 |
| | | | | | | | * slightly simplify .Pf *_IGNDELIM code, and share part of it with .No * do not let opening delimiters fall out of the front of .Ns (from kristaps@) This fixes a few spacing issues in csh(1) and ksh(1). OK kristaps@ | ||||
* | Added TODO for more `Pp' warnings. | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | A minor issue with \& between .Pp found while merging 1.10.6. | Ingo Schwarze | 2010-09-27 | 1 | -0/+4 |
| | |||||
* | Suppress whitespace following Pp, Lp, sp, and the other newline-emitting | Kristaps Dzonsons | 2010-09-27 | 1 | -3/+0 |
| | | | | macros within an unfilled or literal `Bd'. | ||||
* | Remove finished TODO. | Kristaps Dzonsons | 2010-09-27 | 1 | -2/+0 |
| | |||||
* | Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact is | Kristaps Dzonsons | 2010-09-27 | 1 | -4/+0 |
| | | | | specified). | ||||
* | Remove fixed TODO and add a new one. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+1 |
| | |||||
* | A `%T' invoked outside of `Rs' should not produce trailing punctuation. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+0 |
| | | | | | This from a TODO entry. Also stripped the superfluous NOSPACE, which is handled in term_word() or print_text() anyway. | ||||
* | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. Remove | Kristaps Dzonsons | 2010-09-25 | 1 | -2/+0 |
| | | | | | | corresponding TODO entry. Also have the "." after an `Rs' block trigger inter-sentence spacing. | ||||
* | Removed TODO that was fixed by parsing escapes in offset strings. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+0 |
| | |||||
* | enclosures sometimes cause bogus end-of-sentence | Ingo Schwarze | 2010-09-23 | 1 | -0/+3 |
| | |||||
* | Allow string lengths to account for escapes. Now all calls to calculate | Kristaps Dzonsons | 2010-09-15 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | | | | | | | column width in -Tascii, -Tpdf, and -Tps will account for "more real" string lengths. Example: .Bl -tag -width \s[+123424]foo .It bar baz .El The size escape will be correctly tossed. .Bl -tag -width \(aqbar .It \(aqbar baz .El The \(aq will be correctly handled. | ||||
* | Remove last pod2man escapes. These render ok, although \*(-- renders as | Kristaps Dzonsons | 2010-09-15 | 1 | -5/+0 |
| | | | | | | O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega. | ||||
* | Found nit in -T[x]html. | Kristaps Dzonsons | 2010-09-08 | 1 | -0/+2 |
| | |||||
* | Properly handle -mdoc %A in all outputs. This has two-author entires | Kristaps Dzonsons | 2010-09-04 | 1 | -6/+0 |
| | | | | | | | separated by only "and" while two or more are with ", and" for the last author. Also remove relevant TODO and add regression tests. | ||||
* | Removed 'br\} comment from TODO. This was fixed a few weeks ago. | Kristaps Dzonsons | 2010-09-04 | 1 | -3/+0 |
| | |||||
* | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze | 2010-08-20 | 1 | -0/+7 |
| | | | | | and render it just like normal text. Minimal fix of a formatting bug in operator(7) reported by ray@. |