Diff for /Amaya/amaya/HTMLbook.c between versions 1.118 and 1.119

version 1.118, 2004/09/13 10:16:13 version 1.119, 2004/09/13 12:36:13
Line 1413  void ReadAsSHIFT_JIS (Document doc, View Line 1413  void ReadAsSHIFT_JIS (Document doc, View
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
     SectionNumbering generates numbers for all HTML Hi elements after
     the current position.
     ----------------------------------------------------------------------*/
   void SectionNumbering (Document doc, View view)
   {
   }
   
   /*----------------------------------------------------------------------
   MakeToC generates a Table of Contents at the current position.    MakeToC generates a Table of Contents at the current position.
   Looks for all HTML Hi elements after the current position.    Looks for all HTML Hi elements after the current position.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/

Removed from v.1.118  
changed lines
  Added in v.1.119


Webmaster