| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid stripping space after indexing macros | Fred Drake | 2004-04-08 | 1 | -3/+4 |
|
|
* | fix typo that wasn't properly fixed in revision 1.144 | Fred Drake | 2004-04-01 | 1 | -1/+1 |
|
|
* | add \guilabel macro to mark labels that occur in user interfaces | Fred Drake | 2004-01-23 | 1 | -2/+5 |
|
|
* | add new reference macro: \seelink | Fred Drake | 2004-01-08 | 1 | -0/+13 |
|
|
* | remove ancient cruft | Fred Drake | 2003-12-30 | 1 | -4/+0 |
|
|
* | - make "--" in code text not get converted to "-" | Fred Drake | 2003-12-30 | 1 | -7/+21 |
|
|
* | - clean up generated HTML | Fred Drake | 2003-11-26 | 1 | -7/+20 |
|
|
* | normalize whitespace; detabify | Fred Drake | 2003-09-05 | 1 | -160/+160 |
|
|
* | fix some nuissance formatting problems for the "alltt" environment; | Fred Drake | 2003-09-05 | 1 | -3/+6 |
|
|
* | make sure cells are really generated for all table cells, even those | Fred Drake | 2003-09-04 | 1 | -0/+10 |
|
|
* | init_myformat(): None of the "mark" values can be empty strings, or | Fred Drake | 2003-08-05 | 1 | -3/+10 |
|
|
* | make the portions of the generated HTML produced by these styles better | Fred Drake | 2003-08-05 | 1 | -44/+46 |
|
|
* | Make it easier to figure out the where a menuselection starts and ends | Fred Drake | 2003-07-16 | 1 | -1/+2 |
|
|
* | process_commands_wrap_deferred: | Fred Drake | 2003-07-15 | 1 | -5/+13 |
|
|
* | fix stupid typo | Fred Drake | 2003-07-10 | 1 | -1/+1 |
|
|
* | Improve compatibility with more versions of LaTeX2HTML and more LaTeX | Fred Drake | 2003-07-08 | 1 | -0/+1 |
|
|
* | Twiddle. | Fred Drake | 2003-02-04 | 1 | -1/+2 |
|
|
* | Squash an enormous number of warnings reported when adding "use | Fred Drake | 2002-11-15 | 1 | -128/+138 |
|
|
* | - Committing the modified signature lines I've been using for a long | Fred Drake | 2002-11-13 | 1 | -3/+7 |
|
|
* | Add \funcline, \funclineni, and \methodlineni to the list of functions | Fred Drake | 2002-11-13 | 1 | -0/+3 |
|
|
* | Hackish way to generate an up-<link> for the title page if we have | Fred Drake | 2002-10-30 | 1 | -4/+16 |
|
|
* | \productioncont: Replace leading spaces with so that it's | Fred Drake | 2002-06-18 | 1 | -0/+3 |
|
|
* | Refactor the generation of signature lines for funcdesc, methoddesc, | Fred Drake | 2002-06-18 | 1 | -27/+22 |
|
|
* | Ensure \verbatiminput always uses a unique filename for each input file in | Fred Drake | 2002-06-17 | 1 | -8/+66 |
|
|
* | Use Perl function prototypes to help avoid definition/usage mismatches | Fred Drake | 2002-05-23 | 1 | -82/+86 |
|
|
* | Separate out a \cfuncline macro from the cfuncdesc environment. | Fred Drake | 2002-04-15 | 1 | -8/+21 |
|
|
* | Generate the right annotations in the index entries. | Fred Drake | 2002-04-15 | 1 | -2/+2 |
|
|
* | Clean up the application of style to verbatim text. | Fred Drake | 2002-04-15 | 1 | -5/+5 |
|
|
* | Add support for \cmemberline and the cmemberdesc environment. | Fred Drake | 2002-04-15 | 1 | -0/+24 |
|
|
* | Update the PEP URL format to point to python.org. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
|
|
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -0/+13 |
|
|
* | Change the way \textasciitilde is implemented so it works more consistently | Fred Drake | 2002-03-13 | 1 | -1/+1 |
|
|
* | Add implementations for \textgreater and \textless, defined in (relatively) | Fred Drake | 2002-03-05 | 1 | -0/+2 |
|
|
* | Add a new environment for whole-paragraph (or longer) notes & warnings. | Fred Drake | 2001-12-14 | 1 | -2/+21 |
|
|
* | The valign attribute to control the vertical alignment of a table cell should | Fred Drake | 2001-12-14 | 1 | -3/+3 |
|
|
* | Remove crufty whitespace in a block of index entries. | Fred Drake | 2001-12-11 | 1 | -0/+1 |
|
|
* | Add a new environment in the Python docs markup: seealso*. This is similar | Fred Drake | 2001-11-30 | 1 | -0/+6 |
|
|
* | Add yet more markup that let's a stylesheet pick out a small bit of the | Fred Drake | 2001-10-26 | 1 | -3/+11 |
|
|
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+10 |
|
|
* | Move the styling for the HTML version of \mailheader into the CSS file. | Fred Drake | 2001-09-26 | 1 | -1/+1 |
|
|
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 1 | -0/+4 |
|
|
* | fix_font(): Instead of using a long if/elsif cluster, use a bloody | Fred Drake | 2001-08-16 | 1 | -23/+16 |
|
|
* | Define the \mailheader macro and document conventions for using it. | Fred Drake | 2001-08-03 | 1 | -0/+2 |
|
|
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 1 | -7/+72 |
|
|
* | Add support for \ulink and hyperlink grammars. | Fred Drake | 2001-07-06 | 1 | -2/+151 |
|
|
* | Added support for our new \infinity and \plusminus macros, and the | Fred Drake | 2001-06-23 | 1 | -1/+4 |
|
|
* | Added support for new \setreleaseinfo macro. | Fred Drake | 2001-06-20 | 1 | -65/+76 |
|
|
* | Implement the \verbatiminput LaTeX macro; this contains more magic than | Fred Drake | 2001-06-15 | 1 | -0/+46 |
|
|
* | Define a new environment, classdesc*, which can be used to document a | Fred Drake | 2001-05-11 | 1 | -0/+11 |
|
|
* | The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add | Fred Drake | 2001-04-21 | 1 | -0/+1 |
|
|