Diff for /Amaya/amaya/amaya.h between versions 1.266 and 1.267

version 1.266, 2003/08/28 13:20:27 version 1.267, 2003/09/25 16:33:28
Line 41 Line 41
 #define NAME_LENGTH     32  #define NAME_LENGTH     32
   
 #define HTAppName     "amaya"  #define HTAppName     "amaya"
 #define HTAppVersion  "8.1b"  #define HTAppVersion  "8.1c"
 #define HTAppDate     __DATE__   #define HTAppDate     __DATE__ 
   
 #define URL_STR       "/"  #define URL_STR       "/"
Line 431  THOT_EXPORT ThotBool   XMLCharacterNotSu Line 431  THOT_EXPORT ThotBool   XMLCharacterNotSu
 THOT_EXPORT ThotBool   XMLUnknownEncoding;  THOT_EXPORT ThotBool   XMLUnknownEncoding;
 /*  enabling/disabling DAVLib */  /*  enabling/disabling DAVLib */
 THOT_EXPORT ThotBool   DAVLibEnable;  THOT_EXPORT ThotBool   DAVLibEnable;
   THOT_EXPORT ThotBool   Synchronizing;
   
 THOT_EXPORT ThotBool   IdApplyToSelection; /* used in the Make ID menu */  THOT_EXPORT ThotBool   IdApplyToSelection; /* used in the Make ID menu */
 THOT_EXPORT FILE      *ErrFile;  THOT_EXPORT FILE      *ErrFile;

Removed from v.1.266  
changed lines
  Added in v.1.267


Webmaster