| Commit message (Expand) | Author | Age | Files | Lines |
* | Conversion specification, used by a new path through latex2esis.py. | Fred Drake | 1999-07-29 | 1 | -0/+631 |
|
|
* | Minor update. | Fred Drake | 1999-07-29 | 1 | -3/+6 |
|
|
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+2 |
|
|
* | Make the default target xml instead of sgml. | Fred Drake | 1999-07-22 | 1 | -2/+4 |
|
|
* | Enhanced docstring and some comments. | Fred Drake | 1999-05-19 | 1 | -8/+21 |
|
|
* | Modify to perform "---" to "—" conversion outside of | Fred Drake | 1999-05-18 | 1 | -7/+16 |
|
|
* | Remove the "---" to "—" conversion; this is wrong in verbatim | Fred Drake | 1999-05-18 | 1 | -1/+0 |
|
|
* | Lots of adjustments to deal with the document content now being stored | Fred Drake | 1999-05-10 | 1 | -91/+94 |
|
|
* | Some more fixes. | Fred Drake | 1999-05-10 | 1 | -11/+16 |
|
|
* | ExtendedEsisBuilder.push(): Override inherited definition. We don't | Fred Drake | 1999-05-07 | 1 | -3/+17 |
|
|
* | 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 |
|
|
* | Add support for <platform>, some cleanup of module section after | Fred Drake | 1999-03-11 | 1 | -0/+20 |
|
|
* | Mark <verbatim> elements that represent interactive sessions; these | Fred Drake | 1999-02-18 | 1 | -0/+11 |
|
|
* | Minor adjustments to reflect esis2sgml.py changes. | Fred Drake | 1999-02-18 | 1 | -1/+2 |
|
|
* | Some adjustments, mostly to make it more general. | Fred Drake | 1999-02-18 | 1 | -21/+97 |
|
|
* | Use a common definition for $(SUBMAKE) instead of repeating everything | Fred Drake | 1999-02-15 | 1 | -19/+16 |
|
|
* | Updated comments on version of XML package needed. | Fred Drake | 1999-01-29 | 1 | -1/+2 |
|
|
* | Added support to handle \versionadded in a reasonable way. | Fred Drake | 1999-01-29 | 1 | -9/+19 |
|
|
* | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
|
|
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
|
|
* | Added the Doc/sgml/ directory to the tarball. | Fred Drake | 1999-01-29 | 1 | -1/+1 |
|
|
* | Rewrite code that converts the little descriptor environments to build | Fred Drake | 1999-01-29 | 1 | -53/+114 |
|
|
* | Added table entries for \funcline and \funclineni. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
|
|
* | Convert <version> to &version;. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
|
|
* | Update the docstring. | Fred Drake | 1999-01-28 | 1 | -101/+159 |
|
|
* | Added table entries for \methodline, \methodlineni. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
|
|
* | Constructor arguments for classes should be called <args>. | Fred Drake | 1999-01-28 | 1 | -1/+1 |
|
|
* | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
|
|
* | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
|
|
* | Modified the "sgml" and "xml" targets to stop if the sub-makes fail in | Fred Drake | 1999-01-20 | 1 | -3/+22 |
|
|
* | create_module_info(): If there's a \moduleauthor, move it to an | Fred Drake | 1999-01-19 | 1 | -20/+18 |
|
|
* | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
|
|
* | handle_labels(): Fix problem for document fragments containing more | Fred Drake | 1999-01-19 | 1 | -12/+14 |
|
|
* | convert(): Change the element name remapping to convert <refmodule> | Fred Drake | 1999-01-19 | 1 | -0/+1 |
|
|
* | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
|
|
* | Add a "tarball" target. | Fred Drake | 1999-01-14 | 1 | -0/+3 |
|
|
* | Adjust so that we are no longer using special entities for well-known | Fred Drake | 1999-01-14 | 1 | -19/+21 |
|
|
* | Shorten the name of the <rfc> "number" attribute to "num". | Fred Drake | 1999-01-14 | 1 | -1/+1 |
|
|
* | Make <rfc> no longer an empty element but a container. The text | Fred Drake | 1999-01-14 | 1 | -0/+44 |
|
|
* | Several new functions to re-write tables to be at least partly | Fred Drake | 1999-01-14 | 1 | -0/+112 |
|
|
* | Added clean and clobber targets. | Fred Drake | 1999-01-14 | 2 | -0/+19 |
|
|
* | "Driver" makefile to convert all documents to SGML or XML at once. | Fred Drake | 1999-01-14 | 1 | -0/+29 |
|
|
* | Add usage of the "driver" Makefile. | Fred Drake | 1999-01-14 | 1 | -2/+8 |
|
|
* | Elaborate a comment on the format of the table that drives the | Fred Drake | 1999-01-14 | 1 | -1/+5 |
|
|
* | Adjustments to allow elements with subelements as parameters. This is | Fred Drake | 1999-01-14 | 1 | -95/+145 |
|
|
* | Escape special characters on output. | Fred Drake | 1999-01-14 | 1 | -2/+4 |
|
|
* | convert(): Make sure no line has trailing whitespace. (docfixer.py | Fred Drake | 1999-01-07 | 1 | -3/+5 |
|
|
* | Preliminary code to mark paragraphs. Seems to work, but very slow. | Fred Drake | 1999-01-06 | 1 | -2/+150 |
|
|
* | create_module_info(): New function: Modify a <section> to create a | Fred Drake | 1998-12-10 | 1 | -13/+99 |
|
|