List of Changes to S-Stats:
     + = Added, ! = Fixed, - = Removed and  * = Changed


Stats v1.0pl03

   * All Quake names are now handled case insensitive (well people tend to
     change the case of their nick quite often)
   + Load of "header.html" and "footer.html" added, read file "USINGIT" for
     more info
   + You can format how each line of stats will look like (read "USINGIT"
     for more info)

=========================================================================

Stats v1.0pl02

   + Added parsing of "xxxx died" line (code temporarily disabled)
   ! Only chars that are colored different than default (gray) get
     "<font color="#blah">" appended - this reduces the size of HTML
     file significantly
   ! Parsing of all events that end in "'s" (bug occurred if someone had
     "'s" in nick), so we search for "'s" from the right side of the string
     now

=========================================================================

Stats v1.0pl01

   + Added saving of users' info to file so you don't need to keep adding
     to log file all the time (this also speeds up parsing of log file
     since it can be much smaller). It saves to file called "stats.tmp"
     which is then copied to "stats.qwp". Also note that it always tries
     to load info stored in "stats.qwp" file prior to parsing log file.
   + Added parsing of Quake's names - i.e. all chars are now colored as in
     Quake (read "stats.txt" as well)
   ! Fixed small glitch when creating "*.html" files - some names were a bit
     misaligned
