
1.0: Original PPE, Written by Rob Westbrook
     This is the original version of this PPE

2.0: Updated by Jesse Keene, August 23rd, 1995
      -Source code cleaned up, put source into SubRoutines
      -Modified look of autopost display - added full borders
      -Fixed "/A" to Abort entry bug where it was only
       Accepting an uppercase "/A" (exact match), now it
       will accept "/a" as well as "/A"
      -Added support for Alias names, tests if alias PSA
       is installed and if user has an alias, if so uses
       the user's alias name for the post, otherwise it
       uses their real name
      -Added a BADUSERS.DAT file, if the user is in the
       BADUSERS.DAT file, they will be unable to post an
       autopost.

2.1: Released August 27th, 1995
      -v2.0 used GoSub calls for all of the subroutines.
       v2.1 no longer uses GoSub calls, the source has been
       changed to use FUNCTIONs and PROCEDUREs instead,
       giving the source a better structure.
      -The header information for all of the posts has been
       improved:
         -Converts the posters name to have the First Letters
          capitalized, with the rest in lowercase
         -Now displays: Day of the Week, Month/Date, Time
         -The time gets converted to 12h (am/pm) before displayed
      -Now when an autopost is blank, it is not displayed
      -Added a Delete Post feature for sysops

2.2: August 30th, 1995
      -Added a Preview Autopost feature
         -Now displays a "(S)ave, (E)dit, (N)ew, (A)bort" prompt,
         -Removed "/A" command for aborting the autopost; replaced
          with the Save/Edit/New/Abort prompt.
      -Minor bug fix, in 2.1 would display the autoposts twice if user
       was found in BADUSERS.DAT, because of calling the Final() procedure,
       I caught this looking at the code right after u/l'ing 2.1 to Salt Air
