aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove \*(C+ from the pre-predefined strings. It is always `ds'-definedKristaps Dzonsons2010-08-161-1/+5
| | | | | | when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet.
* OpenBSD src/sbin was used as a tool to hunt bugs in mandoc.Ingo Schwarze2010-08-151-2/+36
|
* OpenBSD src/bin was used as a tool to hunt bugs in mandoc.Ingo Schwarze2010-08-151-2/+41
|
* Note first that TODO file should be up to date.Kristaps Dzonsons2010-08-141-3/+4
| | | | Note also that the PDF file should be reduced in case I somehow forget.
* Add TODO noted by Alex Kozlov.Kristaps Dzonsons2010-08-071-1/+4
|
* Update TODO to note that %A needs "and" before final author and thatKristaps Dzonsons2010-07-271-1/+4
| | | | joerg@ has some tbl(1) patches lying around that need merging.
* Removed boot_config.8 breakage, which was fixed by the last commit ofKristaps Dzonsons2010-07-271-12/+1
| | | | `Bd -literal' and `Bd -unfilled' unbreakage.
* list two additional issuesIngo Schwarze2010-07-251-1/+18
|
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-4/+1
| | | | `Sh'/`Ss'. Reported by Jason McIntyre.
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-10/+1
|
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-181-4/+1
|
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-181-3/+2
| | | | Noted by Theo de Raadt. Ok schwarze@.
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-11/+15
|
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-1/+5
| | | | later formatted in html.c.
* Removed completed TODO.Kristaps Dzonsons2010-07-161-4/+0
|
* remove three issues fixed near the end of the c2k10 hackathonIngo Schwarze2010-07-111-17/+0
|
* Remove caching TODO: this has been committed.Kristaps Dzonsons2010-07-051-5/+0
|
* Note to myself on what I need to do regarding inter-library functions.Kristaps Dzonsons2010-07-031-0/+9
|