Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | normalize whitespace | Fred Drake | 2003-09-05 | 1 | -12/+12 |
| | |||||
* | Make sure that ampersand escaping is still performed on the contents of | Fred Drake | 2001-08-17 | 1 | -0/+2 |
| | | | | | | | | | local module tables (the lists of modules documented within a chapter, inserted at the beginning of the chapter). If this is not done here, the text is not part of the resulting documents when latex2html does the processing normally. This fixes a little bit more of SF bug #451556. | ||||
* | Minor adjustments to HTML for the module synopsis tables. | Fred Drake | 2001-05-09 | 1 | -2/+6 |
| | |||||
* | Add support for a filename to record the name of the node in which the | Fred Drake | 2000-09-09 | 1 | -1/+15 |
| | | | | | table will be presented. Accessor methods are used to access the attribute. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -5/+5 |
| | |||||
* | Use the same names for CLASS attributes as elsewhere. | Fred Drake | 1999-07-12 | 1 | -3/+4 |
| | |||||
* | tohtml(): Use a table instead of a definition list for module synopses. | Fred Drake | 1998-07-29 | 1 | -4/+5 |
| | |||||
* | tohtml(): Make module names anchors. | Fred Drake | 1998-07-24 | 1 | -1/+2 |
| | |||||
* | My first Perl object. ;-) | Fred Drake | 1998-07-24 | 1 | -0/+72 |
SynopsisTable objects are used to store the table of module synopses for a single chapter it the manual. |