1. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  2. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 24 years ago
  3. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  4. 7388f73 Support constant as a font name for the first column of a table using the by Fred Drake · 24 years ago
  5. c3fd45f do_cmd_textasciitilde(): New function. by Fred Drake · 24 years ago
  6. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  7. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  8. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  9. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 24 years ago
  10. c2578c5 load_refcounts(), by Fred Drake · 24 years ago
  11. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  12. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  13. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 25 years ago
  14. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  15. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  16. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  17. 3e4c614 define_module(): Check the module type for validity before using. by Fred Drake · 25 years ago
  18. ab03215 make_index_entry(): Remove. Not only did this override the by Fred Drake · 25 years ago
  19. 84bd6f3 Change the look of \seemodule output to fit in better. by Fred Drake · 25 years ago
  20. ea07f27 setup_column_alignments(): Adding valign=baseline to the <td> tag by Fred Drake · 25 years ago
  21. f74e5b7 Control the layout of output tables a little better so they're easier by Fred Drake · 25 years ago
  22. 79189b5 do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This by Fred Drake · 25 years ago
  23. ca675e4 do_cmd_funcline(): Remove some bogus generated stuff from the output by Fred Drake · 25 years ago
  24. 085b812 Fix some remaining index & consistency nits. (Many data member by Fred Drake · 25 years ago
  25. 1cc5899 Fix problem of LaTeX leakage in the module synopsis tables at the by Fred Drake · 25 years ago
  26. 2cafcbb Remove \platformof support, since it's been removed from the LaTeX style sheet. by Fred Drake · 25 years ago
  27. 557460c swallow_newline(): Removed function; not really needed. Modified all call by Fred Drake · 25 years ago
  28. 90fdda5 Become more stylesheet-friendly. by Fred Drake · 25 years ago
  29. f32834c Minor fix that helps out with the index. by Fred Drake · 25 years ago
  30. 15799ed Make table headers the same color as the navigation bars so they stand by Fred Drake · 25 years ago
  31. 2e1ee3e Fix up some routines to coordinate the "indexsubitem" stuff so that by Fred Drake · 26 years ago
  32. 2d1f81e do_cmd_maketitle(): Small nit in creating the "title page". by Fred Drake · 26 years ago
  33. 1a4c539 Back out some of the fine tuning; something in all that interacted by Fred Drake · 26 years ago
  34. 2ff880e More magic to tighten up a little of the formatting. by Fred Drake · 26 years ago
  35. 2116d98 Make \versionadded and \versionchanged less prominant -- neither bold by Fred Drake · 26 years ago
  36. 2581704 do_cmd_refmodule(): New function to support new \refmodule macro. by Fred Drake · 26 years ago
  37. 5a0ca4e do_cmd_methodline(): Fixed reference to method name when generating by Fred Drake · 26 years ago
  38. ccc6272 write_idxfile(): New function. Isolate format of the external index by Fred Drake · 26 years ago
  39. 7d45f6d do_cmd_methodline(): New function, implements indexing version of \methodline. by Fred Drake · 26 years ago
  40. 32f7ae0 Fix many of the specific targets in links from the index. by Fred Drake · 26 years ago
  41. 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
  42. 649e8c1 ArabictoRoman(): Removed, since it wasn't used anywhere. by Fred Drake · 26 years ago
  43. d64a40d do_cmd_methodlineni(): New function, needed because the ref. manual now by Fred Drake · 26 years ago
  44. 62e4369 do_cmd_moduleauthor(), do_cmd_sectionauthor(): Parallel the new macros. by Fred Drake · 26 years ago
  45. 45f2601 get_chapter_id(): Separate two aspects of string replacement to allow the by Fred Drake · 26 years ago
  46. 514cd87 do_cmd_maketitle(): No <hr> at the end of the "title page". by Fred Drake · 26 years ago
  47. 53af049 do_cmd_localmoduletable(): Cause the child links table to be dropped when by Fred Drake · 26 years ago
  48. 897d12b do_cmd_versionadded(), do_cmd_versionchanged(): Support for new macros. by Fred Drake · 26 years ago
  49. f7685d7 Fix up the synopsis table stuff so it gets things right at each chapter, by Fred Drake · 26 years ago
  50. a0f4c94 Added module synopsis support with one (big) caveat: All the modules are by Fred Drake · 26 years ago
  51. 885215c Added support for AMK's {definitions} environment; thanks for the reminder! by Fred Drake · 26 years ago
  52. 5b73cdf Revise comment about \let support a little to more accurately reflect the by Fred Drake · 26 years ago
  53. 7a4ad0f Extend handling for \let a bit, to also allow \let\something=<character>. We by Fred Drake · 26 years ago
  54. e16f679 do_cmd_let(): Simple implementation to allow \let to be used to establish by Fred Drake · 26 years ago
  55. d07868a Added support for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  56. 2e7edb8 do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). by Fred Drake · 26 years ago
  57. 310094c do_cmd_sectcode(): Obsolete; removed. by Fred Drake · 26 years ago
  58. 08c5dfc do_cmd_key(): Obsolete; removed. by Fred Drake · 26 years ago
  59. 5ccf330 next_optional_argument(): Don't include the square brackets in the return by Fred Drake · 26 years ago
  60. 0893205 New helper functions to help deal with parameter parsing. by Fred Drake · 26 years ago
  61. 3ad125e Fix bug in little-used markup: don't forget to pass the source text along! by Fred Drake · 26 years ago
  62. a608feb Fix typo. (What I get for trying to fix bugs at home and running conversions by Fred Drake · 26 years ago
  63. ae9bc67 Don't append () to the name of an object attribute in the index. by Fred Drake · 26 years ago
  64. b73bc31 Removed partially broken {verbatim} support. by Fred Drake · 26 years ago
  65. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  66. 756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. by Fred Drake · 26 years ago
  67. 5cca42e do_cmd_lineii(), by Fred Drake · 26 years ago
  68. 166abba Remove option to strip out <tt>...</tt> from index entry text; this is now by Fred Drake · 26 years ago
  69. 3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up by Fred Drake · 26 years ago
  70. 10ad52e Minor cleanliness. by Fred Drake · 26 years ago
  71. 2b8093a Match python.sty a little better. by Fred Drake · 26 years ago
  72. 58b2bfd This fixes a (minor) problem discovered by AMK when you don't want any by Fred Drake · 26 years ago
  73. 1a7af39 Implemented one more special markup item. by Fred Drake · 26 years ago
  74. 42b31a5 Lots and lots and lots..... by Fred Drake · 26 years ago
  75. c9a4438 Coding cleanups. by Fred Drake · 26 years ago
  76. fc16e78 Bring this up to date. Some things still don't work right. by Fred Drake · 26 years ago
  77. b3c9bca Misc. revisions to LaTeX2HTML support. by Fred Drake · 26 years ago
  78. c113745 For verbatim text, don't bounce down a size. by Fred Drake · 26 years ago
  79. 2da947a Comment out the attempt to get index-related stuff processed in the right by Fred Drake · 26 years ago
  80. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago