1. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  2. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  3. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  4. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  5. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  6. 3cf4eb4 Specify: \geq --> ≥ by Fred Drake · 25 years ago
  7. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  8. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  9. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  10. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  11. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  12. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  13. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  14. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  15. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  16. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  17. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  18. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  19. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  20. 2394c98 Minor updates. by Fred Drake · 25 years ago
  21. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  22. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  23. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  24. 478a265 Minor update. by Fred Drake · 25 years ago
  25. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  26. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  27. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
  28. c4811d8 Modify to perform "---" to "—" conversion outside of by Fred Drake · 25 years ago
  29. c41e1e5 Remove the "---" to "—" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
  30. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 25 years ago
  31. 54fb7fb Some more fixes. by Fred Drake · 25 years ago
  32. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 25 years ago
  33. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 25 years ago
  34. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 25 years ago
  35. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 25 years ago
  36. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  37. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  38. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  39. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
  40. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 26 years ago
  41. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
  42. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 26 years ago
  43. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 26 years ago
  44. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 26 years ago
  45. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 26 years ago
  46. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 26 years ago
  47. fdfd50f Convert <version> to &version;. by Fred Drake · 26 years ago
  48. 7dab6af Update the docstring. by Fred Drake · 26 years ago
  49. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 26 years ago
  50. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 26 years ago
  51. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 26 years ago
  52. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 26 years ago
  53. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 26 years ago
  54. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 26 years ago
  55. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 26 years ago
  56. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 26 years ago
  57. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 26 years ago
  58. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 26 years ago
  59. 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
  60. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
  61. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
  62. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago
  63. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 26 years ago
  64. a50a1df Added clean and clobber targets. by Fred Drake · 26 years ago
  65. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 26 years ago
  66. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 26 years ago
  67. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 26 years ago
  68. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 26 years ago
  69. 79ad1f1 Escape special characters on output. by Fred Drake · 26 years ago
  70. 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 26 years ago
  71. fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 26 years ago
  72. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
  73. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
  74. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
  75. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
  76. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
  77. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
  78. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
  79. 4db5b46 Use esistools. by Fred Drake · 26 years ago
  80. f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
  81. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
  82. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
  83. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
  84. 42f5298 Several small adjustments. by Fred Drake · 26 years ago
  85. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
  86. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 26 years ago
  87. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 26 years ago
  88. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 26 years ago
  89. 1cb330c The & character is also escaped using \. by Fred Drake · 26 years ago
  90. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 26 years ago
  91. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 26 years ago
  92. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 26 years ago
  93. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 26 years ago