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