home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cdity / remind / remind1.41.readme < prev    next >
Text File  |  1994-09-24  |  5KB  |  118 lines

  1. Short:    Best Date/Time appointment keeper avail.
  2. Author:   ram@borg.dircon.co.uk (Richard Ambridge)
  3. Uploader: ram@borg.dircon.co.uk (Richard Ambridge)
  4. Type:     util/cdity
  5.  
  6. A useful and simple commodity for remembering important dates.
  7. Features:
  8.   - Fully customisable startup
  9.   - Very easy to install
  10.   - Can be used without Battery backup clock
  11.   - Easy to understand and use straight away
  12.   - Future events pre-warning
  13.   - Amigaguide documents
  14.   - History of past events (history length definable)
  15.   - Different classes of events 
  16.     (Once, Persistant,Annual, Weekly, Monthly, Birthday,Relative ...)
  17.   - Full OS 2.0 GadTools interface
  18.   - Its free (no shareware, cardware, beerware)
  19.   - Hotkey user definable
  20.   - Completely hidden when not in use
  21.   - Each message can have a time attached, and an alarm 24hour & AM/PM format
  22.   - Font adaptive
  23.   - Custom sizeable
  24.   - Execute external command on message arrival.
  25.   - Can use on any screen format
  26.   - Requires workbench 2.0+
  27.  
  28. $HIS
  29. ;
  30. ;   Version 1.0 - 28th May 1994
  31. ;     Initial prototype. Badly coded and eventually discarded
  32. ;
  33. ;   Version 1.1 - 10th June 1994
  34. ;     Redesigned project. 
  35. ;     Split main window into seperate windows
  36. ;
  37. ;   Version 1.11- 27th June 1994
  38. ;     - The year number gadget in "Add New Note" always returned 0, see new.c
  39. ;     - Added the Amend function.
  40. ;     - Added comfirm quit from Double run of Commodity
  41. ;
  42. ;   Version 1.2 - 5th July 1994
  43. ;     - Prenotes can now be added to all types of notes.
  44. ;     - Amend function was re-written making it now code efficient and
  45. ;       also can be activated by double clicking on a note
  46. ;     - Prenotes are now "attached" to the parent note, so when the parent
  47. ;       note is amended/deleted so are the prenotes.
  48. ;     - New note type "Relative" added. (See documents)
  49. ;     - Some memory was not being returned to the system for some "Previous"
  50. ;       notes. Now fixed.
  51. ;     - A previous note is now not created when a prenote expires.
  52. ;     - A space was added in the prenote between the date and the note text!
  53. ;     - A lot of code was re-written to be more efficient and cleaner! If you
  54. ;       could see the source code it is now much clearer, (less headaches for
  55. ;       me)
  56. ;     - Changing the period for the Within list made all deleted messages
  57. ;       reappear. Now fixed.
  58. ;     - The Freeze window until ready part never worked. Strange, it used to.
  59. ;     - Any of the prefs options could be set to a negative number. This used
  60. ;       to cause a lot of problems. Now fixed.
  61. ;     - If the prefs filename was set to blank then the prefs would be loaded
  62. ;       incorrectly the next time, and the data file would go walk about.
  63. ;
  64. ;  Version 1.3 - 15th July 1994
  65. ;     - Added font adaptability. 
  66. ;     - Included a size gadget. (Not as simple as it seems!)
  67. ;     - The window size is now saved with a preference save.
  68. ;     - Added a time feature. Each message can now be time stamped.
  69. ;     - Messages for today can be displayed individually on startup.
  70. ;
  71. ;  Version 1.31 - 20th July 1994
  72. ;     - Changing the type of the note in Create/Amend used to erase Prenote
  73. ;       value currently stored. Now it doesn't.
  74. ;     - The Create/Amend window has been rearranged.
  75. ;     - Added the execute command option for a message.
  76. ;
  77. ;  Version 1.32 - 26th July 1994
  78. ;     -  Using NTSC Hi-res laced screens with certain system fonts gave
  79. ;        some trouble and Remind couldn't create the gadgets in the window.
  80. ;        This has now been fixed.
  81. ;     -  In some resolutions the Create note screen had some gadgets touching.
  82. ;        These have been slightly moved.
  83. ;     -  The time format can be selected as 24hour or am/pm
  84. ;     -  The messages are now ordered in time of day as well as date.
  85. ;     -  Linked with utility.library for slightly smaller and faster code
  86. ;     -  External commands now executed with dos.library/Execute() for better
  87. ;        compatability.
  88. ;
  89. ;
  90. ;  Version 1.4 - 15th August 1994
  91. ;     - The minimum size of the window has been reduced. So now the 
  92. ;       main window can become smaller.
  93. ;     - Yet more problems with Resize and Fonts solved.
  94. ;     - Midnight was being shown as 12:00PM!
  95. ;     - Todays date and time have been added to the main window.
  96. ;     - Added date and time to todays messages.
  97. ;     - Added option to ignore all messages for today on startup.
  98. ;     - Midnight support has now been added. If Remind is running and 
  99. ;       midnight occurrs the display is changed and the current database
  100. ;       is saved indicating use of Remind for the next day. The 
  101. ;       implementation is a bit rough and improvement suggestions would
  102. ;       be appriciated.
  103. ;     - The timer routines have been rewritten, the old versions have caused
  104. ;       crashing on my system.
  105. ;     - The slider values for the day/month sliders in Add/Amend note now 
  106. ;       have the slider values displayed for easy reference.
  107. ;     - Persistant notes can now be "Finished" by shift+double click on the
  108. ;
  109. ;
  110. ;  Version 1.41 - 19th September 1994
  111. ;     - The relative week number couldn't be amended.
  112. ;       Now fixed.
  113. ;     - Messages with commands can now disable the window
  114. ;       which opens with the message.
  115. ;     - Save always on exit option added to preferences.
  116. ;
  117. ;
  118.