Short: A scheduler/reminder commodity v1.14 Architecture: m68k-amigaos Changes since 1.11: v1.14 4/1/93 19988 bytes o Fixed mistake which caused the reporting of messages at startup to disappear. o Fixed bug which caused trouble in listview gadget for OS 3.0 o Fixed small bug with tool types which caused problems with OS 2.04 (2.04 doesn't allow 'ctrl' as an abbreviation for 'control') v1.13 3/31/93 19968 bytes o Fixed bug in month rollover for events specified by day. o Fixed code so that if events which occur while a requester is up, they will be displayed after responding to the requester. o Nag now handles dates past 1999 correctly o Fixed other small bugs. o Added date wildcard feature so that events can be set to occur monthly or yearly (as well as in other combinations). v1.12a 3/28/93 19176 bytes o Fixed problem which caused Arq v1.78 to crash when used with Nag v1.11. It seems that Arq can't be called from a task, it must be called from a process. Thanks to John Palfrey for pointing this out! o Added requesters to display any internal errors which cause the program to fail. Thanks to Martin Ozolins for this suggestion. Changes since 1.01: - The gui is now font sensitive based on the screen font - Nag keeps track of events that have passed since it was last active and reports these upon startup. A consequence of this is that Nag automatically saves the events and the 'Save' button and menu option have been removed - Nag is now more compliant with the C= style guide - Nag has new tool types DATE_FORMAT and DATE_DIVIDER to set the format for the date input - Nag has a "nag later" option when the event requester appears so that you can have it nag you again in a number of minutes specified by the NAG_LATER_DELAY tool type - The string gadget no longer loses its contents when an event occurs - The leading '#' or '*' is deleted before editing any events which have these symbols as their first characters - Lots of other bugs fixed