aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due toKristaps Dzonsons2011-05-241-7/+1
| | | | | | | | | | the `\}' not being directly after the `.br'. Now we check for `\}' in arbitrary parts of the line, and account for if it's escaped in funny ways. This behaviour diverges somewhat from groff in that the text at and following the `\}' is lost, while groff keeps it (sort-of). I'll add a COMPATIBILITY note to this effect.
* nested .RS/.RE is becoming more importantIngo Schwarze2011-05-211-1/+3
|
* Make any un-recognised font be considered a call for the Roman font.Kristaps Dzonsons2011-05-181-6/+1
| | | | | This makes sequences of \f[unknown] \fP not completely puke. From a TODO by schwarze@.
* Add TODO entry for standalone `.' in tbl pages (pointed out by YuriKristaps Dzonsons2011-05-181-1/+5
| | | | Pankov). Also fix typo in Makefile, same reporter. Thanks!
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-2/+2
|
* .Pp in .Bl -columnIngo Schwarze2011-04-171-1/+5
|
* mini-bug at eol after .Bl -column .ItIngo Schwarze2011-04-161-1/+11
|
* lines in tables and .RS/.RE nestingIngo Schwarze2011-04-161-1/+9
|
* Remove TODO from prior commit of lifting warnings from `Sh', `Ss', `SH',Kristaps Dzonsons2011-04-131-8/+1
| | | | and `SS' bodies.
* empty .SS is okIngo Schwarze2011-04-121-1/+8
|
* naddy@ reports rsync(1)Ingo Schwarze2011-03-301-1/+49
|
* Carefully let mandoc_getcontrol() handle libroff's detection of a macroKristaps Dzonsons2011-03-291-6/+1
| | | | | | | | | line. Note that we now properly ignore \.", which earlier would have been pushed through macro detection. This required attention to all entries of roff_parse(). This removes a TODO by schwarze@ to the effect that \. can be a control character, which is now handled in mandoc_getcontrol().
* new: \. at the beginning of a lineIngo Schwarze2011-03-231-6/+7
| | | | partially done: date cleanup
* Make (e.g.) `SM' before `B' be only a warning. In reality, this refersKristaps Dzonsons2011-03-231-7/+1
| | | | | | | to ELINE macros ("next-line", but not unbreakable like the next-line paragraph macros) followed by other macros. This addresses a report by Christian Weisgerber, posted in the TODO by schwarze@, and aired on discuss@ (22/03/2011) for whether a fix is warranted.
* Make empty sections and parts (SH, SS, RS) only produce a warning if itKristaps Dzonsons2011-03-221-5/+1
| | | | has no children. Noted by Brad, added to TODO by schwarze@.
* .RS w/o line args is not seriousVERSION_1_10_10Ingo Schwarze2011-03-191-1/+5
|
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-10/+1
| | | | | | removal of manual delimiter checks in html.c and term.c. Finally, add the escaped period as a closing delimiter, removing a TODO to this effect.
* date handling needs cleanupIngo Schwarze2011-02-271-2/+10
|
* 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
|