
 Started maintenance log: 28 June 2003
 
 New development stopped November 2001 as indicated in the HISTORY file.
 This new log shall list all bug fixes on the existing code in reverse
 chronological order.


 November 2005

 - Corrected a problem which occured when adding a new ISP entry with an
   edited PTT database having fewer than the initial number of MAXNUM_PTT
   PTTs defined. initXisprc() would reset "ISPPTT" to PTT_GR_EPAK, but that
   sequence number might not be within the valid range as defined by "numPTTs"
   in the global section of the .xisprc.


 June 2004

 - Increased the total number of digits for the cost input field from 6
   to 8, allowing for (rather eccentric IMHO) long fractional values.

 - Fixed bug in PTT editor code whereby the charge period would be forced
   to 1 even when the PTT in question would charge by unit. The resulting
   xispPTTs file would be rejected upon the next invocation of xisp since
   the relevant parsing code requires this parameter to be 0.


 June 2003

 - Migrated all code to using the stdarg interface for variable argument
   calls; the varargs interface has been recently declared deprecated.


