home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 March / SOFM_Mar1995.bin / pc / os2 / rme101 / history.txt < prev    next >
Text File  |  1995-01-27  |  2KB  |  35 lines

  1. ===============================================================================
  2. -------------------------------------------------------------------------------
  3.            
  4.         RemindMe -- An OS/2 Calendar and Scheduling Application
  5.        Written By Eric A. Wolf - Copyright (C) 1995 - All Rights Reserved
  6.  
  7. -------------------------------------------------------------------------------
  8. ===============================================================================
  9.  
  10.  
  11. == Revision History ================
  12.  
  13. Version 1.00 - initial release
  14.          - Since this is the initial release, I encourage EVERYONE to
  15.            send me their questions, comments and suggestions.  I want to
  16.            continue to develop this application but am in need of your
  17.            input.  Please send your comments to my email address:
  18.            eaw@cs.purdue.edu
  19. Version 1.01 - fix for to-do list.  When the list got too large, memory
  20.            corruption would occur and the application would crash
  21.          - "Ask before delete event" option added
  22.          - the day of the week an event is scheduled for is now displayed
  23.            when editing a calendar event (now you can reschedule an event
  24.            and know what date it will be on)
  25.          - max length of reminder title changed from 80 to 256 characters
  26.            (Note that this is through dynamic allocation so no extra 
  27.            memory is really used if the event title is not totally filled)
  28.          - max number of events per calendar changed from ~250 to 300
  29.          - button added to "event an edit" dialog to launch the OS/2 sound
  30.            recorder.  This was provided for those users who want to record
  31.            their own reminders as WAV files.  Once recorded, simply 
  32.            specify the resulting WAV file to be played at ReminderTime.
  33.            have them played later.
  34.          - misc. optimizations and speed-ups
  35.