Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove a few words to improve flow; from tedu@ | Ingo Schwarze | 2019-03-02 | 1 | -2/+2 |
| | |||||
* | add a BUGS section explaining the situation with box and line drawing | Ingo Schwarze | 2019-02-09 | 1 | -1/+15 |
| | | | | in UTF-8 output; suggested by bentley@ | ||||
* | fix typo: "a data cells" -> "a data cell"; from bentley@ | Ingo Schwarze | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | zap trailing whitespace; from jmc@ | Ingo Schwarze | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Let cells containing nothing but \^ extend the cell above. | Ingo Schwarze | 2018-11-25 | 1 | -6/+12 |
| | | | | Missing feature reported by Pali dot Rohar at gmail dot com. | ||||
* | HISTORY: mention first appearance in OpenBSD | Ingo Schwarze | 2017-10-17 | 1 | -1/+3 |
| | |||||
* | Rewrite half of this, i was completely unaware how bad it was. | Ingo Schwarze | 2017-06-28 | 1 | -185/+251 |
| | | | | | | | | Remove several lies, lots of duplicate information, and a lengthy discussion of features we don't support. Clarify the wording in some places and make it more concise in others. Delete examples from where they don't belong and write a new EXAMPLES section from scratch. | ||||
* | Implement w layout specifier (minimum column width). | Ingo Schwarze | 2017-06-08 | 1 | -5/+4 |
| | | | | | Improve width calculation of text blocks. Reduces the groff/mandoc diff in Base+Xenocara by about 800 lines. | ||||
* | Radical cleanup of COMPATIBILITY sections: | Ingo Schwarze | 2015-01-29 | 1 | -10/+9 |
| | | | | | | | | Remove lots of lies, dozens of irrelevant implementation details, and all references to groff versions older than 1.17. Move relevant information to the pages where it belongs, and out of mandoc(1) in particular. Add some missing general remarks to roff(7), where it fits the character and purpose of the page much better. | ||||
* | implement the tbl(7) "center" layout option | Ingo Schwarze | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | Rework tbl(7) layout parsing: | Ingo Schwarze | 2015-01-26 | 1 | -9/+24 |
| | | | | | | | | | | | * Continue parsing even if part of the input is invalid. * Do not require whitespace between cell specifications. * Allow tabs as well as blanks between modifiers. * Mark the 'm' modifier as unsupported. * Parse and ignore the 'p' and 'v' modifiers. * Better warning and error messages. * Get rid of a static buffer. Improved functionality but minus 50 lines of code. | ||||
* | More improvements regarding tbl(7) options. | Ingo Schwarze | 2015-01-26 | 1 | -38/+40 |
| | | | | | | | | | * Treat "allbox" as an alias for "box" for now. * Parse and ignore the GNU tbl "nowarn" option. * For separation, allow spaces, tabs, and commas only. * Mark eqn(7) within tbl(7) as unsupported. * Simplify the option table. * Improve and sort documentation. | ||||
* | change spelling of centre to center: consistent with other man pages | Ingo Schwarze | 2015-01-20 | 1 | -3/+3 |
| | | | | and the name of the syntax elements being described; from tedu@ | ||||
* | Allow comma-separated options in tbl(7) tables. | Ingo Schwarze | 2014-11-26 | 1 | -0/+1 |
| | | | | | Provides better groff compatibility. From bentley@. | ||||
* | Rudimentary implementation of the e, x, and z table layout modifiers | Ingo Schwarze | 2014-10-14 | 1 | -3/+13 |
| | | | | | | | to equalize, maximize, and ignore the width of columns. Does not yet take vertical rulers into account, and does not do line breaks within table cells. Considerably improves the lftp(1) manual; issue noticed by sthen@. | ||||
* | implement font modifiers in table layouts | Ingo Schwarze | 2014-10-13 | 1 | -22/+23 |
| | |||||
* | Drop .Ud remark, it has started to slowly turn into a lie. | Ingo Schwarze | 2013-09-16 | 1 | -7/+0 |
| | |||||
* | For citing the names and email addresses of authors, | Ingo Schwarze | 2013-07-13 | 1 | -2/+1 |
| | | | | | | | consistently use the style ".An name Aq Mt email". Triggered by a question from Jan Stary <hans at stare dot cz>, ok jmc@. | ||||
* | Fix handling of font modifiers in tables. Noted by Brad Smith. | Kristaps Dzonsons | 2011-09-03 | 1 | -3/+12 |
| | |||||
* | Fix typos and spelling errors found by demandoc -w | spell -b. | Kristaps Dzonsons | 2011-09-02 | 1 | -1/+1 |
| | |||||
* | Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'. | Kristaps Dzonsons | 2011-08-18 | 1 | -2/+3 |
| | |||||
* | Note the development status of eqn.7 and tbl.7. | Kristaps Dzonsons | 2011-03-17 | 1 | -0/+7 |
| | |||||
* | The macro .Ns has no effect at the beginning of an input line; | Ingo Schwarze | 2011-02-07 | 1 | -5/+5 |
| | | | | ok kristaps@ jmc@. | ||||
* | "decimalpoint" is in fact supported. | Kristaps Dzonsons | 2011-01-17 | 1 | -2/+0 |
| | |||||
* | Note that "^" needs an empty cell, while "s" does not. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
| | |||||
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 1 | -3/+9 |
| | | | | | | | error-class messages when data is being ignored by specifying it in "^" cells (either as-is or in blocks). Also note again that horizontal spanners aren't really supported... | ||||
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -2/+6 |
| | | | | | | | | | | | | always hold, which cleans up the table stuff a bit. Second, set a "spans" value per data cell consisting of the number of skipped TBL_CELL_SPAN layout cells. Third, make tbl_term.c understand how to skip over spanned sections when iterating over the header queue. What remains is to calculate the widths of spanned cells. | ||||
* | Note that we support the "a" key. | Kristaps Dzonsons | 2011-01-08 | 1 | -2/+1 |
| | |||||
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 1 | -1/+1 |
| | |||||
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 1 | -8/+8 |
| | |||||
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+4 |
| | | | | | | | | | work and add documentation for it. Also make tbl_term() not puke if the number of data cells is less than the number of layout cells (which happens from time to time). This still needs work because we should pad out empty cells so that the borders all work out. | ||||
* | Tweaks to tbl.7 from Jason McIntyre. | Kristaps Dzonsons | 2011-01-05 | 1 | -8/+8 |
| | |||||
* | Tweak some language in tbl.7. | Kristaps Dzonsons | 2011-01-05 | 1 | -12/+19 |
| | |||||
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+312 |
Added cross-links to tbl.7 from other manuals. |