1. 557460c swallow_newline(): Removed function; not really needed. Modified all call by Fred Drake · 25 years ago
  2. 2383f6d Improve handling of module index, to deal with platform annotations a little by Fred Drake · 25 years ago
  3. 50cdd97 do_cmd_arabic(): Override the l2h-provided version to remove that by Fred Drake · 25 years ago
  4. 90fdda5 Become more stylesheet-friendly. by Fred Drake · 25 years ago
  5. beb27bf Make navigation panels more CSS-friendly. by Fred Drake · 25 years ago
  6. cce8d2a Adjust cellspacing attribute of the navigation bar tables to get some by Fred Drake · 25 years ago
  7. f32834c Minor fix that helps out with the index. by Fred Drake · 25 years ago
  8. 15799ed Make table headers the same color as the navigation bars so they stand by Fred Drake · 25 years ago
  9. 7a9ed71 Moved the navigation-bar background color to a variable. by Fred Drake · 25 years ago
  10. 2e1ee3e Fix up some routines to coordinate the "indexsubitem" stuff so that by Fred Drake · 25 years ago
  11. 72e5a90 Remove unnecessary <p> from top navigation bar. by Fred Drake · 25 years ago
  12. 95474f9 Change the navigation bar to be a little prettier and more consistent by Fred Drake · 25 years ago
  13. 2d1f81e do_cmd_maketitle(): Small nit in creating the "title page". by Fred Drake · 25 years ago
  14. 1a4c539 Back out some of the fine tuning; something in all that interacted by Fred Drake · 25 years ago
  15. 2ff880e More magic to tighten up a little of the formatting. by Fred Drake · 25 years ago
  16. 2116d98 Make \versionadded and \versionchanged less prominant -- neither bold by Fred Drake · 25 years ago
  17. 9bbdce5 add_module_idx(), add_idx_hook(): by Fred Drake · 26 years ago
  18. 2581704 do_cmd_refmodule(): New function to support new \refmodule macro. by Fred Drake · 26 years ago
  19. 5a0ca4e do_cmd_methodline(): Fixed reference to method name when generating by Fred Drake · 26 years ago
  20. ccc6272 write_idxfile(): New function. Isolate format of the external index by Fred Drake · 26 years ago
  21. 7d45f6d do_cmd_methodline(): New function, implements indexing version of \methodline. by Fred Drake · 26 years ago
  22. 32f7ae0 Fix many of the specific targets in links from the index. by Fred Drake · 26 years ago
  23. 2eff3c5 do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. by Fred Drake · 26 years ago
  24. 15796f7 do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move by Fred Drake · 26 years ago
  25. 28e7b4c add_link(): Fix to use $section_info instead of $toc_section_info, by Fred Drake · 26 years ago
  26. 649e8c1 ArabictoRoman(): Removed, since it wasn't used anywhere. by Fred Drake · 26 years ago
  27. d64a40d do_cmd_methodlineni(): New function, needed because the ref. manual now by Fred Drake · 26 years ago
  28. a0e4b78 img_tag(): For \n to be interpreted as a newline, the string must use double by Fred Drake · 26 years ago
  29. 062bc6e Do the magic to use the new buttons (with shorter names!) instead of the old by Fred Drake · 26 years ago
  30. 9f7adc4 Get the <IMG> sizes right for the navigation buttons. by Fred Drake · 26 years ago
  31. 6aa5d48 Control when/where navigation bars will appear: top & bottom of each page. by Fred Drake · 26 years ago
  32. 62e4369 do_cmd_moduleauthor(), do_cmd_sectionauthor(): Parallel the new macros. by Fred Drake · 26 years ago
  33. 4d10b43 insert_index(): Take two additional parameters: $columns and $letters. Call by Fred Drake · 26 years ago
  34. aa3f9fb By default, use a two-column index. by Fred Drake · 26 years ago
  35. 0cb7620 Guido's white background. by Fred Drake · 26 years ago
  36. 1ca8fdc Remove modified setting of $ICONSERVER; this isn't the right way to do it. by Fred Drake · 26 years ago
  37. 45f2601 get_chapter_id(): Separate two aspects of string replacement to allow the by Fred Drake · 26 years ago
  38. d05177f tohtml(): Use a table instead of a definition list for module synopses. by Fred Drake · 26 years ago
  39. 514cd87 do_cmd_maketitle(): No <hr> at the end of the "title page". by Fred Drake · 26 years ago
  40. 53af049 do_cmd_localmoduletable(): Cause the child links table to be dropped when by Fred Drake · 26 years ago
  41. 897d12b do_cmd_versionadded(), do_cmd_versionchanged(): Support for new macros. by Fred Drake · 26 years ago
  42. f7685d7 Fix up the synopsis table stuff so it gets things right at each chapter, by Fred Drake · 26 years ago
  43. b3a3ed8 Update @INC so we can 'require' modules in Doc/perl/. by Fred Drake · 26 years ago
  44. a0f4c94 Added module synopsis support with one (big) caveat: All the modules are by Fred Drake · 26 years ago
  45. 2903d03 tohtml(): Make module names anchors. by Fred Drake · 26 years ago
  46. 7313b03 My first Perl object. ;-) by Fred Drake · 26 years ago
  47. 885215c Added support for AMK's {definitions} environment; thanks for the reminder! by Fred Drake · 26 years ago
  48. e194beb Don't use a separate node for footnotes; see if people scream. ;-) by Fred Drake · 26 years ago
  49. a4565b0 Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  50. 5b73cdf Revise comment about \let support a little to more accurately reflect the by Fred Drake · 26 years ago
  51. 7a4ad0f Extend handling for \let a bit, to also allow \let\something=<character>. We by Fred Drake · 26 years ago
  52. e16f679 do_cmd_let(): Simple implementation to allow \let to be used to establish by Fred Drake · 26 years ago
  53. d07868a Added support for \developer, \developers, \developersaddress. by Fred Drake · 26 years ago
  54. 2e7edb8 do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). by Fred Drake · 26 years ago
  55. 41814bc In package Override, use the getcwd() function from the Cwd module instead of by Fred Drake · 26 years ago
  56. 89a1d4a Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. 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. d757165 Change the default $ADDRESS. by Fred Drake · 26 years ago
  60. 5ccf330 next_optional_argument(): Don't include the square brackets in the return by Fred Drake · 26 years ago
  61. 0893205 New helper functions to help deal with parameter parsing. by Fred Drake · 26 years ago
  62. 64bdc24 Code cleanup, some syntax modernization. by Fred Drake · 26 years ago
  63. 3ad125e Fix bug in little-used markup: don't forget to pass the source text along! by Fred Drake · 26 years ago
  64. a608feb Fix typo. (What I get for trying to fix bugs at home and running conversions by Fred Drake · 26 years ago
  65. ae9bc67 Don't append () to the name of an object attribute in the index. by Fred Drake · 26 years ago
  66. 1072e46 Added a simpler, working {verbatim} support that generates legitimate HTML. by Fred Drake · 26 years ago
  67. b73bc31 Removed partially broken {verbatim} support. by Fred Drake · 26 years ago
  68. ee60191 Lighten up tables. by Fred Drake · 26 years ago
  69. 9d4b6c5 Update the module index support to use the changed field separator for the by Fred Drake · 26 years ago
  70. 756a9e8 do_env_memberdesc(): Fix argument parsing for {memberdesc} environments. by Fred Drake · 26 years ago
  71. 5cca42e do_cmd_lineii(), by Fred Drake · 26 years ago
  72. 166abba Remove option to strip out <tt>...</tt> from index entry text; this is now by Fred Drake · 26 years ago
  73. 3f3c25f Set flag to remove <tt>...</tt> markup from the index entries; it just ends up by Fred Drake · 26 years ago
  74. 10ad52e Minor cleanliness. by Fred Drake · 26 years ago
  75. 5a52519 add_idx(): Restore message to stdout when formatting the general index. by Fred Drake · 26 years ago
  76. 2b8093a Match python.sty a little better. by Fred Drake · 26 years ago
  77. 1191692 Lots of little nits. by Fred Drake · 26 years ago
  78. 58b2bfd This fixes a (minor) problem discovered by AMK when you don't want any by Fred Drake · 26 years ago
  79. 1a7af39 Implemented one more special markup item. by Fred Drake · 26 years ago
  80. 982d91f Change $ICONSERVER to conform to the value AMK & I have discussed for this; by Fred Drake · 26 years ago
  81. 235e6b1 Some cleanup. by Fred Drake · 26 years ago
  82. 42b31a5 Lots and lots and lots..... by Fred Drake · 26 years ago
  83. c9a4438 Coding cleanups. by Fred Drake · 26 years ago
  84. 13210ed Get the index working at least partway again. by Fred Drake · 26 years ago
  85. fc16e78 Bring this up to date. Some things still don't work right. by Fred Drake · 26 years ago
  86. c9f2c14 Somewhat more direct way of locating the file, using __FILE__. by Fred Drake · 26 years ago
  87. db34a1e Use the location of the initialization file to augment the style-specific by Fred Drake · 26 years ago
  88. b3c9bca Misc. revisions to LaTeX2HTML support. by Fred Drake · 26 years ago
  89. bc7101d Relocated .latex2html-init to l2hinit.perl. by Fred Drake · 26 years ago
  90. c113745 For verbatim text, don't bounce down a size. by Fred Drake · 26 years ago
  91. 2da947a Comment out the attempt to get index-related stuff processed in the right by Fred Drake · 26 years ago
  92. 986c100 Perish Evil Revelry and Lamentation. by Fred Drake · 26 years ago
  93. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 26 years ago