Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyCObject_FromVoidPtr(): Clarify that the destr function will only be | Fred Drake | 1999-05-13 | 1 | -1/+2 |
| | | | | called on destruction is non-NULL. | ||||
* | Small nits around some of the index entries. | Fred Drake | 1999-05-13 | 1 | -72/+68 |
| | | | | | When refering to chapters, use \ref, don't hardcode the chapter number. | ||||
* | make_index_entry(): Remove. Not only did this override the | Fred Drake | 1999-05-13 | 1 | -88/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | l2hinit.perl version of the function (which overrode a version in latex2html), but do_cmd_index() was overridden. Since do_cmd_index() was the only caller, we can trash this. define_indexing_macro(): New function used during setup to support more dynamic dispatch for indexing. process_index_macros(): New function; implement dynamic dispatching of indexing support functions, allowing many targets used in indexing to be shared by multiple index entries. I.e., something like \index{foo}\bifuncindex{bar} can now share a single target anchor. These indexing changes reduce the amount of clutter in the generated HTML files. In the reference manual, this cuts the number of targets by 44%. Targets are less affected when generated by environments rather than macros. | ||||
* | make_index_entry(): Remove. This is overridden in python.perl and | Fred Drake | 1999-05-13 | 1 | -12/+0 |
| | | | | | was never called in this incarnation. The other version is simpler as well. | ||||
* | Removed old comments. | Fred Drake | 1999-05-13 | 1 | -14/+0 |
| | |||||
* | Change the look of \seemodule output to fit in better. | Fred Drake | 1999-05-11 | 2 | -14/+24 |
| | |||||
* | Move the "See also:" section so it appears are part of the top HTML | Fred Drake | 1999-05-11 | 1 | -10/+8 |
| | | | | page of the section. | ||||
* | Added module references; minor grammatical fixes. | Fred Drake | 1999-05-11 | 3 | -4/+20 |
| | | | | All suggested by Eric Raymond. | ||||
* | Added missing comma, reported by Eric Raymond. | Fred Drake | 1999-05-11 | 1 | -3/+2 |
| | |||||
* | Lots of adjustments to deal with the document content now being stored | Fred Drake | 1999-05-10 | 1 | -91/+94 |
| | | | | in a fragment rather than the main document object. | ||||
* | Some more fixes. | Fred Drake | 1999-05-10 | 1 | -11/+16 |
| | | | | Add controls for some of the esoteric indexing macros. | ||||
* | Fixed some index entries. | Fred Drake | 1999-05-10 | 1 | -36/+36 |
| | | | | | | In the __coerce__ description, None should be returned if the conversion is *impossible*, not *possible*. Reported by Robert Kern <kernr@ncifcrf.gov>. | ||||
* | ExtendedEsisBuilder.push(): Override inherited definition. We don't | Fred Drake | 1999-05-07 | 1 | -3/+17 |
| | | | | | | want to push nodes into the document, but into a document fragment, since we're not necesarily working with something that's well-formed. | ||||
* | Fix some bugs introduced in the previous checkin. | Fred Drake | 1999-05-07 | 1 | -9/+13 |
| | |||||
* | Define & use a Conversion object. It's still really ugly, but at | Fred Drake | 1999-05-07 | 1 | -227/+255 |
| | | | | least there's a token object in here now! ;-) | ||||
* | Updated connect_ex() documentation based on comments in the newgroup | Fred Drake | 1999-05-06 | 1 | -1/+3 |
| | | | | (M.-A. Lemburg and GvR). | ||||
* | Make it work for "manual" documents as well as "howto" documents. | Fred Drake | 1999-05-06 | 1 | -17/+53 |
| | | | | | This still doesn't understand anything about multiple source files or checking time dependencies. | ||||
* | Reflect recent patch for float % and divmod() by Tim Peters. Content | Fred Drake | 1999-05-06 | 2 | -5/+16 |
| | | | | updates by Tim Peters, markup by FLD. | ||||
* | Make sure latex2html doesn't produce a hard link between foo/foo.html | Fred Drake | 1999-05-03 | 1 | -0/+3 |
| | | | | | and foo/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.) | ||||
* | Make sure latex2html doesn't produce a hard link from $part/$part.html | Fred Drake | 1999-05-03 | 1 | -1/+4 |
| | | | | | and $part/index.html. Make a copy instead. (Appearantly some tar openers on non-Unixlike systems can't handle hard links.) | ||||
* | Revert constraint on the GIF wildcard; we missed a few! | Fred Drake | 1999-04-30 | 1 | -1/+1 |
| | |||||
* | Added top navigation bar for consistency and color. There's not a lot | Fred Drake | 1999-04-29 | 1 | -0/+20 |
| | | | | there, but the "modules" icon is active. | ||||
* | make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes | Fred Drake | 1999-04-29 | 1 | -16/+18 |
| | | | | | added to the anchors in the navigation bars. These are added somewhere deep with l2h, and are stupid. | ||||
* | Added wcnew target to run the "wcnew" version of webchecker. | Fred Drake | 1999-04-29 | 1 | -0/+11 |
| | |||||
* | Use the new module-key for the FL module when hyperlinking (the old | Fred Drake | 1999-04-29 | 1 | -1/+2 |
| | | | | one caused problems on case-insensitive file systems). | ||||
* | For the tutorial, use numeric node names and split by chapter. | Fred Drake | 1999-04-29 | 1 | -6/+6 |
| | |||||
* | Nasty hack to add a --numeric parameter to skip the use of "logical" | Fred Drake | 1999-04-29 | 1 | -3/+14 |
| | | | | names. | ||||
* | Move index.html rules to the end since it wedges font-lock. | Fred Drake | 1999-04-29 | 1 | -13/+19 |
| | | | | Remember to delete index.html for clobber since it is now generated.. | ||||
* | Added index entries for operator precedence; suggestion from Randall | Fred Drake | 1999-04-29 | 1 | -8/+10 |
| | | | | Hopper <rhh@vislab.epa.gov>. | ||||
* | Make sure the global module index is added to the HTML tarball. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Generate index.html from index.html.in. This avoids having to modify the | Fred Drake | 1999-04-29 | 4 | -39/+74 |
| | | | | | index to update the version number; boilerplate.tex remains the only document source for this information. | ||||
* | Constrain a wildcard a little more. | Fred Drake | 1999-04-29 | 1 | -1/+1 |
| | |||||
* | Don't point readers to rand, point to random! And make it a hyperlink | Fred Drake | 1999-04-29 | 1 | -1/+5 |
| | | | | | | | | while you're at it. Also, when discussing order of reading, make it clear that chapter 2 is assumed background material for the remainder of the manual. That's needed for terminology if nothing else! | ||||
* | Explain comments at the start of chapter 3. This is needed since they | Fred Drake | 1999-04-29 | 1 | -2/+21 |
| | | | | | | appear in the examples without any further explanation, and the tutorial doesn't have this information explicit anywhere else. Omission reported by Jon Black <jblack@Ridgeway-Sys.com>. | ||||
* | Minor nits, partly in response to comments from Jonathan Black | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | <jblack@Ridgeway-Sys.com>. | ||||
* | Annotate a couple of entries further. | Fred Drake | 1999-04-29 | 1 | -3/+5 |
| | |||||
* | Fill in a few holes in the "Very High Level" chapter. | Fred Drake | 1999-04-29 | 1 | -0/+37 |
| | |||||
* | Always use "section" when referring to sections of a document, not "Section". | Fred Drake | 1999-04-29 | 3 | -5/+5 |
| | |||||
* | Clarify that the Modules/ directory is in an unpacked source | Fred Drake | 1999-04-29 | 1 | -3/+3 |
| | | | | distribution; this is not clear for Windows users. | ||||
* | Update starship URLs. | Fred Drake | 1999-04-29 | 3 | -4/+4 |
| | |||||
* | Remove the \date macro; just pick it up from boilerplate.tex. | Fred Drake | 1999-04-28 | 1 | -2/+2 |
| | |||||
* | Use \rfc to mark some remaining RFC references. | Fred Drake | 1999-04-28 | 1 | -12/+10 |
| | | | | | | | | | Remove comment about full name bug in getaddrlist(); this has been fixed for a while now. Work around LaTeX2HTML space-dropping bug. Mention that the fp attribute can be used to read the message body. | ||||
* | setup_column_alignments(): Adding valign=baseline to the <td> tag | Fred Drake | 1999-04-28 | 1 | -1/+2 |
| | | | | | | makes the alignment work on Navigator as well as IE. Uglier HTML, but it looks right. | ||||
* | Let's try again: new assertion. | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | |||||
* | Removed (empty) description of \optional from the "Inline Markup" | Fred Drake | 1999-04-28 | 1 | -3/+0 |
| | | | | section; that's not really the right place for it. | ||||
* | Fill in a few holes. | Fred Drake | 1999-04-28 | 1 | -4/+203 |
| | |||||
* | Fix up the HTML generated for envdesc and macrodesc environments. | Fred Drake | 1999-04-28 | 1 | -3/+3 |
| | | | | Make it possible for the user to tell the difference. ;-) | ||||
* | Handle \p and \op in parameter lists for the environment and macro | Fred Drake | 1999-04-28 | 1 | -10/+25 |
| | | | | description environments. | ||||
* | Adjust the message that gets added to the bottom of each page about | Fred Drake | 1999-04-28 | 1 | -1/+1 |
| | | | | where to send comments. | ||||
* | \filenq: Like \file, but don't use single-quotes; this looks better | Fred Drake | 1999-04-28 | 1 | -0/+1 |
| | | | | in tables. |