Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make table headers the same color as the navigation bars so they stand | Fred Drake | 1999-02-12 | 1 | -12/+17 | |
| | | | | | | | | out a little better. Make sure the boxes for the last column of tables always get drawn; these are often left empty of content when used as a "Notes" column. They look a little better this way. | |||||
* | Fix up some routines to coordinate the "indexsubitem" stuff so that | Fred Drake | 1999-02-10 | 1 | -4/+11 | |
| | | | | | | | | the subitem text is updated correctly when each module section is processed. Print [<modulename>] when we start on \declaremodule so we can more easily track progress during the library reference. | |||||
* | do_cmd_maketitle(): Small nit in creating the "title page". | Fred Drake | 1999-02-09 | 1 | -2/+3 | |
| | ||||||
* | Back out some of the fine tuning; something in all that interacted | Fred Drake | 1999-02-09 | 1 | -19/+3 | |
| | | | | | | badly in practice and botched the whole thing. Wasn't obvious when looking at the local effects (which worked), but completely broke entire pages. ;-( | |||||
* | More magic to tighten up a little of the formatting. | Fred Drake | 1999-02-05 | 1 | -7/+26 | |
| | ||||||
* | Make \versionadded and \versionchanged less prominant -- neither bold | Fred Drake | 1999-02-02 | 1 | -2/+2 | |
| | | | | nor a separate paragraph. | |||||
* | do_cmd_refmodule(): New function to support new \refmodule macro. | Fred Drake | 1999-01-13 | 1 | -0/+10 | |
| | ||||||
* | do_cmd_methodline(): Fixed reference to method name when generating | Fred Drake | 1999-01-12 | 1 | -3/+3 | |
| | | | | the output HTML. | |||||
* | write_idxfile(): New function. Isolate format of the external index | Fred Drake | 1999-01-05 | 1 | -95/+82 | |
| | | | | | | | | | | | | | | | | data file used by buildindex.py. next_argument_id(): Removed; no longer used. next_argument(): Doesn't use next_argument_id(), just does the work. gen_target(), gen_target_name(): Removed, no longer used. The only place that used them now does the (trivial) work directly. Lots of little changes so we never have to pass around $br_id values all over the place. The only places they're used now new IDs are generated as needed. | |||||
* | do_cmd_methodline(): New function, implements indexing version of | Fred Drake | 1999-01-05 | 1 | -6/+30 | |
| | | | | | | | \methodline. Fixed up support for \withsubitem, hopefully improving the fidelity of the index a bit. | |||||
* | Fix many of the specific targets in links from the index. | Fred Drake | 1998-12-22 | 1 | -7/+7 | |
| | | | | | In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places) | |||||
* | do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC | Fred Drake | 1998-12-22 | 1 | -4/+7 | |
| | | | | repository. | |||||
* | ArabictoRoman(): Removed, since it wasn't used anywhere. | Fred Drake | 1998-10-19 | 1 | -23/+0 | |
| | ||||||
* | do_cmd_methodlineni(): New function, needed because the ref. manual now | Fred Drake | 1998-09-10 | 1 | -0/+9 | |
| | | | | actually uses this markup. | |||||
* | do_cmd_moduleauthor(), | Fred Drake | 1998-08-10 | 1 | -156/+180 | |
| | | | | do_cmd_sectionauthor(): Parallel the new macros. | |||||
* | get_chapter_id(): Separate two aspects of string replacement to allow the | Fred Drake | 1998-08-04 | 1 | -1/+2 | |
| | | | | need for each to vary independently. | |||||
* | do_cmd_maketitle(): No <hr> at the end of the "title page". | Fred Drake | 1998-07-28 | 1 | -1/+1 | |
| | ||||||
* | do_cmd_localmoduletable(): Cause the child links table to be dropped when | Fred Drake | 1998-07-27 | 1 | -1/+1 | |
| | | | | there's a local module list. | |||||
* | do_cmd_versionadded(), | Fred Drake | 1998-07-27 | 1 | -0/+14 | |
| | | | | do_cmd_versionchanged(): Support for new macros. | |||||
* | Fix up the synopsis table stuff so it gets things right at each chapter, | Fred Drake | 1998-07-25 | 1 | -11/+17 | |
| | | | | | | instead of stringing it all together. Yay! | |||||
* | Added module synopsis support with one (big) caveat: All the modules are | Fred Drake | 1998-07-24 | 1 | -30/+142 | |
| | | | | | listed in each chapter that has a \localmoduletable. This will be fixed, and everything else seems to be working fine. | |||||
* | Added support for AMK's {definitions} environment; thanks for the reminder! | Fred Drake | 1998-05-20 | 1 | -0/+20 | |
| | ||||||
* | Revise comment about \let support a little to more accurately reflect the | Fred Drake | 1998-05-15 | 1 | -1/+1 | |
| | | | | support that's offered. | |||||
* | Extend handling for \let a bit, to also allow \let\something=<character>. We | Fred Drake | 1998-05-15 | 1 | -1/+12 | |
| | | | | | still don't support things like \let^^M=\something, where ^^M could actually be any active character. Print a decent warning if we find one we can't handle. | |||||
* | do_cmd_let(): Simple implementation to allow \let to be used to establish | Fred Drake | 1998-05-15 | 1 | -3/+21 | |
| | | | | | | | | | synonyms for macros. This supports: \let\newname = \oldname \let\newname\oldname This is useful sometimes, and can at least avoid real errors at other times. | |||||
* | Added support for \developer, \developers, \developersaddress. | Fred Drake | 1998-05-14 | 1 | -4/+8 | |
| | ||||||
* | do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). | Fred Drake | 1998-05-11 | 1 | -0/+10 | |
| | ||||||
* | do_cmd_sectcode(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -5/+0 | |
| | ||||||
* | do_cmd_key(): Obsolete; removed. | Fred Drake | 1998-04-28 | 1 | -1/+0 | |
| | ||||||
* | next_optional_argument(): Don't include the square brackets in the return | Fred Drake | 1998-04-17 | 1 | -1/+46 | |
| | | | | | | | | value. ArabictoRoman(): Acquired function from Robert Donohue <donahue@cfassp48.harvard.edu>; might be useful someday, and I don't want to figure it out again! | |||||
* | New helper functions to help deal with parameter parsing. | Fred Drake | 1998-04-17 | 1 | -394/+273 | |
| | | | | Use the helpers in do_cmd_*() and do_env_*(); *much* cleaner! | |||||
* | Fix bug in little-used markup: don't forget to pass the source text along! | Fred Drake | 1998-04-13 | 1 | -2/+2 | |
| | ||||||
* | Fix typo. (What I get for trying to fix bugs at home and running conversions | Fred Drake | 1998-04-12 | 1 | -1/+1 | |
| | | | | at work....) | |||||
* | Don't append () to the name of an object attribute in the index. | Fred Drake | 1998-04-12 | 1 | -2/+2 | |
| | ||||||
* | Removed partially broken {verbatim} support. | Fred Drake | 1998-04-12 | 1 | -25/+0 | |
| | ||||||
* | Lighten up tables. | Fred Drake | 1998-04-11 | 1 | -1/+1 | |
| | ||||||
* | do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. | Fred Drake | 1998-04-11 | 1 | -4/+4 | |
| | | | | (The bug was detected by the Q/A team -- me! Please, help review the docs!) | |||||
* | do_cmd_lineii(), | Fred Drake | 1998-04-09 | 1 | -6/+6 | |
| | | | | | do_cmd_lineiii(): Fix markup style conversion to HTML tags for first column. (The endtag wasn't formed properly.) | |||||
* | Remove option to strip out <tt>...</tt> from index entry text; this is now | Fred Drake | 1998-04-08 | 1 | -26/+17 | |
| | | | | | | | | | | left to the buildindex.py script. Change the field separator used in the index.dat file so utilities like grep are useful on these files; they can't typically handle NUL bytes. Protect index entries for environment variables from being handled as case-insensitive by buildindex.py. | |||||
* | Set flag to remove <tt>...</tt> markup from the index entries; it just ends up | Fred Drake | 1998-04-08 | 1 | -1/+1 | |
| | | | | | looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts. | |||||
* | Minor cleanliness. | Fred Drake | 1998-04-04 | 1 | -1/+4 | |
| | ||||||
* | Match python.sty a little better. | Fred Drake | 1998-04-02 | 1 | -0/+6 | |
| | ||||||
* | This fixes a (minor) problem discovered by AMK when you don't want any | Fred Drake | 1998-04-02 | 1 | -6/+16 | |
| | | | | | | | | | | | | | | special markup for the first column of a table using {tableii} or {tableiii}. In LaTeX, this requires using "textrm" as the formatting function, and this is needed to remove the bogus "<textrm>" that gets generated otherwise. There should probably be a more general mapping of specified markup to useful markup, but that doesn't appear needed at the moment. do_env_tableii(), do_env_tableiii(): If the markup for the first column is \textrm, make it empty. do_cmd_lineii(), do_cmd_lineiii(): If the markup for the first column is empty, don't add markup around the text. | |||||
* | Implemented one more special markup item. | Fred Drake | 1998-04-01 | 1 | -0/+8 | |
| | ||||||
* | Lots and lots and lots..... | Fred Drake | 1998-03-27 | 1 | -141/+252 | |
| | | | | | | | | Implemented some new features of python.sty for methods & members. Fixed some bugs. Cleaned up some perl code and made some basic regular expressions more robust. | |||||
* | Coding cleanups. | Fred Drake | 1998-03-17 | 1 | -162/+189 | |
| | | | | Fix some small but messy buglets. | |||||
* | Bring this up to date. Some things still don't work right. | Fred Drake | 1998-03-12 | 1 | -9/+52 | |
| | ||||||
* | Misc. revisions to LaTeX2HTML support. | Fred Drake | 1998-03-06 | 1 | -11/+8 | |
| | ||||||
* | For verbatim text, don't bounce down a size. | Fred Drake | 1998-03-05 | 1 | -4/+2 | |
| | ||||||
* | Comment out the attempt to get index-related stuff processed in the right | Fred Drake | 1998-03-04 | 1 | -24/+24 | |
| | | | | | | | | | | order. LaTeX2HTML just doesn't do things the same way as LaTeX, and this wasn't the fix. Simplify the generated HTML for \file{}. For \samp{}, use "..." instead of `...'; many fonts make that look pretty bad. ;-( |