home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / fri150_1.zip / REVISION.LST < prev   
File List  |  1988-10-25  |  2KB  |  40 lines

  1. ' Revision history:
  2. '   - version 1.00, completed 08-30-88
  3. '
  4. '     - 09/26/88  Altered config file to accept labels in weekly display
  5. '                 categories.
  6.  
  7. '     - 09/27/88  added statements to allow recurring appoints to be auto
  8. '                 scheduled.
  9.  
  10. '     - 10/04/88  Fixed bug causing "Bad command or file not found" when
  11. '                 attempting to archive old files.
  12.  
  13. '     - 10/08/88  Reformated file name string so that files could be sorted
  14. '                 correctly.  This necessated the writing of the accessory
  15. '                 program CONVNAME.EXE to reformat previously created files.
  16. '                 Version was updated to 1.50 to distinguish it from earlier
  17. '                 versions.
  18.  
  19. '     - 10/10/88  Modified To_Do routines to maintain a common list, i.e.
  20. '                 not day dependent, so that carryovers could be allowed.
  21.  
  22. '     - 10/13/88  Moved INS ON indicator in the TO_DO routine so that it does
  23. '                 not overwrite display.
  24.  
  25. '     - 10/17/88  Removed all .TD extensions causing *File not found* message
  26. '                 to occur during purge routine. Also added leading space to
  27. '                 flag indicators and expanded schedule window width.  Fixed
  28. '                 the printout to accommodate the To_Do list.
  29.  
  30. '     - 10/19/88  Added COLOR to EGA mode screen graphics.  Because monochrome
  31. '                 capabilities was kept, it was necessary to add an ERROR trap
  32. '                 This slowed down screen writes considerably in SCREEN 3
  33. '                 mode.  DIM statement enlargement (to accomodate EGA) made it
  34. '                 necessary to use Huge Arrays.
  35.  
  36. '     - 10/23/88  Added Subroutine CheckScreen to detect and distinguish between
  37. '                 Herc, CGA, and EGA displays.
  38.  
  39. '     - 10/24/88  Added Jump to DOS.
  40.