1. 13 May, 1999 3 commits
    • Fred Drake's avatar
      make_index_entry(): Remove. Not only did this override the · d7b4e989
      Fred Drake authored
      		     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.
      d7b4e989
    • Fred Drake's avatar
      make_index_entry(): Remove. This is overridden in python.perl and · 85308e7c
      Fred Drake authored
      		     was never called in this incarnation.  The
      		     other version is simpler as well.
      85308e7c
    • Fred Drake's avatar
      Removed old comments. · 77214881
      Fred Drake authored
      77214881
  2. 11 May, 1999 4 commits
  3. 10 May, 1999 3 commits
  4. 07 May, 1999 3 commits
  5. 06 May, 1999 4 commits
  6. 05 May, 1999 1 commit
  7. 03 May, 1999 22 commits