aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Add stub for eqn.7 manual and flip it on. Also note COMPATIBILITY issueKristaps Dzonsons2011-02-091-7/+1
| | | | 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 troffKristaps Dzonsons2011-02-031-1/+7
| | | | 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 isKristaps Dzonsons2011-02-021-5/+1
| | | | | 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 Dzonsons2011-01-311-1/+4
|
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-251-4/+1
| | | | This removes a TODO raised by schwarze@.
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-7/+1
| | | | with "xxBSD-yy"
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-251-6/+1
|
* results of some systematic comparisonsIngo Schwarze2011-01-241-2/+95
|
* not implemented: adjustmentIngo Schwarze2011-01-231-1/+14
|
* some more reports from brad@Ingo Schwarze2011-01-221-1/+11
|
* missing: .ns, .UR; reported by brad@Ingo Schwarze2011-01-221-5/+9
|
* sort missing features, no change of contentIngo Schwarze2011-01-221-19/+29
|
* Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. TheKristaps Dzonsons2011-01-121-5/+1
| | | | | | | | | | | 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 aKristaps Dzonsons2011-01-121-5/+1
| | | | warning. From a TODO by schwarze@, originally noted by Brad Smith.
* Make sure that -Thtml doesn't break within literal lines. This is theKristaps Dzonsons2011-01-121-5/+1
| | | | same logic as the -Tascii case. Also remove the TODO.
* some minor issues reported by brad@Ingo Schwarze2011-01-101-1/+16
|
* Remove lots of issues that have been resolved,Ingo Schwarze2011-01-091-23/+16
| | | | and rephrase some that have been partially resolved.
* Make -literal displays only have 8-character displays. From aKristaps Dzonsons2011-01-061-6/+1
| | | | low-hanging TODO added by schwarze@ on 15/08/10.
* Remove TODO for tbl.Kristaps Dzonsons2011-01-031-3/+1
|
* Plan9 has a man(7) implementation that looks extremely archaic,Ingo Schwarze2010-12-301-1/+6
| | | | | 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. NotedKristaps Dzonsons2010-12-261-1/+3
| | | | by Andreas Vogele.
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-251-5/+1
| | | | | 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 Dzonsons2010-12-161-5/+3
| | | | Merge other TODO regarding `It' and paragraphs.
* done: .de; todo: """"; loops in macro and string expansionIngo Schwarze2010-12-091-23/+10
|
* Allow quote macros (`Op', `Aq', `Bq', `Dq', `Pq', `Ql', `Qq', `Sq', andKristaps Dzonsons2010-12-091-4/+1
| | | | | | | | | `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 beenKristaps Dzonsons2010-11-291-1/+5
| | | | specified or not.
* new: parametric .de, and header lines of excessive lengthIngo Schwarze2010-11-031-1/+14
|
* a bunch of small issues collected during p2k10Ingo Schwarze2010-10-291-1/+21
|
* new: escape sequence handlingIngo Schwarze2010-10-231-4/+8
| | | | done: nested displays
* two new TODOs based on submissions by Ulrich SpoerleinIngo Schwarze2010-10-191-1/+14
|
* dream about .de support,Ingo Schwarze2010-10-171-6/+19
| | | | | and remove irrelevant stuff regarding tbl now that it's imported into OpenBSD
* `Sm' no longer produces a linebreak when used in `Bd'.Kristaps Dzonsons2010-10-101-4/+1
|
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-13/+1
| | | | | | | * 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 Dzonsons2010-09-271-1/+5
|
* A minor issue with \& between .Pp found while merging 1.10.6.Ingo Schwarze2010-09-271-1/+5
|
* Suppress whitespace following Pp, Lp, sp, and the other newline-emittingKristaps Dzonsons2010-09-271-4/+1
| | | | macros within an unfilled or literal `Bd'.
* Remove finished TODO.Kristaps Dzonsons2010-09-271-3/+1
|
* Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact isKristaps Dzonsons2010-09-271-5/+1
| | | | specified).
* Remove fixed TODO and add a new one.Kristaps Dzonsons2010-09-251-5/+2
|
* A `%T' invoked outside of `Rs' should not produce trailing punctuation.Kristaps Dzonsons2010-09-251-5/+1
| | | | | 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. RemoveKristaps Dzonsons2010-09-251-3/+1
| | | | | | 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 Dzonsons2010-09-251-5/+1
|
* enclosures sometimes cause bogus end-of-sentenceIngo Schwarze2010-09-231-1/+4
|
* Allow string lengths to account for escapes. Now all calls to calculateKristaps Dzonsons2010-09-151-6/+1
| | | | | | | | | | | | | | | | | | | | | 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 asKristaps Dzonsons2010-09-151-6/+1
| | | | | | 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 Dzonsons2010-09-081-1/+3
|
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-041-7/+1
| | | | | | | 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 Dzonsons2010-09-041-4/+1
|
* .Bl -column phrases ignore spacing rules for trailing punctuationIngo Schwarze2010-08-201-1/+8
| | | | | and render it just like normal text. Minimal fix of a formatting bug in operator(7) reported by ray@.
* Add joerg@'s note that br\} needs work in libroff.Kristaps Dzonsons2010-08-181-1/+4
|