Diff for /Amaya/amaya/HTMLbook.c between versions 1.85 and 1.86

version 1.85, 2001/03/28 16:28:55 version 1.86, 2001/08/21 15:52:53
Line 801  void                SetupAndPrint (Docum Line 801  void                SetupAndPrint (Docum
   SectionNumbering    SectionNumbering
   Execute the "Section Numbering" command    Execute the "Section Numbering" command
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 void                SectionNumbering (Document doc, View view)  void SectionNumbering (Document doc, View view)
 {  {
    ChangeAttrOnRoot (doc, HTML_ATTR_SectionNumbering);    SNumbering[doc] = !SNumbering[doc];
     ChangeAttrOnRoot (doc, HTML_ATTR_SectionNumbering);
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
Line 815  void                SectionNumbering (Do Line 816  void                SectionNumbering (Do
   Transform the HREF and SRC attribute to make them independent from their    Transform the HREF and SRC attribute to make them independent from their
   former base.    former base.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static void         UpdateURLsInSubtree (NotifyElement *event, Element el)  static void UpdateURLsInSubtree (NotifyElement *event, Element el)
 {  {
   Element             nextEl, child;    Element             nextEl, child;
   ElementType         elType;    ElementType         elType;

Removed from v.1.85  
changed lines
  Added in v.1.86


Webmaster