home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / rmdme103.zip / HISTORY.TXT < prev    next >
Text File  |  1998-01-12  |  5KB  |  88 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. Version 1.02 - Changed "Exit..." menu entry to "Exit" to confirm with style 
  36.                guidelines for applications with menus
  37.              - In versions 1.00 and 1.01, under certain circumstances, if you
  38.                edit events, the reminder option would turn off and never
  39.                turn itself back on.  While closing the application and 
  40.                restarting it would fix the problem, that problem has been 
  41.                fixed in this release
  42.              - RemindMe now watches for midnight, and when hit, advances the
  43.                day pointer and redraws the calendar automatically (for those
  44.                who don't turn their computers off at night!)
  45.              - the event title is now highlighted when entering the modify
  46.                event dialog.  This allows rapid changing of the text title
  47.                when creating a new event
  48.              - revised dialog box for new "90's look" ;)
  49.              - added option so each item in the todo list can be prefixed
  50.                by the date, time or date and time of event
  51.              - fixed calendar color options dialog so that when choosing a new
  52.                color, the dialog title actually fits the color you are choosing
  53.              - added an option to allow you to display the days from the
  54.                previous month and the following month which fill the displayed
  55.                calendar.  Using this, there will be no blank day spots.  You 
  56.                will be able to see those days (from either the preceeding or 
  57.                following month).  Double click editing and quick reminder
  58.                still work on these days.  Events on these days are not
  59.                specially highlighted, though.  You need to move to that month 
  60.                to see highlighting.
  61.              - added corresponding option to enable/disable the display of
  62.                previous/following month days on calendar
  63.              - added corresponding option to change the colors for the display
  64.                of previous/following month days on calendar
  65.              - added optional clock to upper left hand corner of calendar 
  66.                window
  67.              - added way for an event to be rescheduled 1 to 180 days later
  68.                after it is marked as done.  Using this, you can have events
  69.                reschedule themselves every day, every other day, every week, 
  70.                every 6 weeks, etc.  Any value 1 to 180 days can be used.
  71.                Setting to 0 disables this feature (and is the default).
  72.              - User set to do list colors are now correctly saved and restored
  73.              - To Do list now added to task list (window jump list)
  74.              - added keyboard accelerators for saving the current calendar (F2)
  75.                and for exiting the application (Alt+F4)
  76.              - Enlarged previous, current and next month control buttons
  77.              - "Jump to date" (F7) menu option added to quickly jump to a date
  78.              - added an ASCII print subsystem which prints monthly calendar and 
  79.                the todo list for today, the week or the month (or none at all).
  80. Version 1.03 - fixed year 2000 display problem in calendar
  81.              - although the calendar would accurately store dates beyond the
  82.                year 2000, the main calendar display would truncate those
  83.                dates between 1900 and 1999.  The display has been corrected
  84.                and the program is now fully year 2000 compliant.
  85.  
  86.  
  87.  
  88.