Ical is a calendar application. Some of the important features are --- * Items can be created edited and deleted easily. * Items can be made to repeat in various ways. * Ical will post reminders for upcoming appointments. * Ical can print and list item occurrences. * Ical calendars can be shared by different users. This is release 1.7 of ical. It is designed to work with Tcl 7.0 and Tk 3.3. If you are using older versions of Tcl/Tk, you will need to upgrade if you want to use the new version if ical. **** Changes since **** * Various bug fixes * Item text now word-wraps automatically. An unfortunate side-effect of this change is that explicit new-lines in old items may make the items have excessive new-lines. * Notices automatically expand and shrink as the text changes. Appointments will optionally not allow text changes that would result in overflow. * More user preferences can be set while ical is running. - default alarm intervals - default early-warning behavior - the time range displayed in the appointment window - height of the notice window - width of displayed appointments and notices - whether or not appointments allow text overflow * Dragging with the left mouse button held down in an appointment or notice sets the X selection. * The "Insert Selection" entry in the Edit menu can now be used to "paste" the current X selection into an appointment or notice. The key "^y" invokes this operation. * On monochrome displays, item selection is indicated by changing the border width of the selected item instead of reversing the colors. This change was made because reversed colors interacted badly with overflow text and X selections. * Added command line options "-fg" and "-bg". * The menus have been rearranged a bit. * Added a print dialog to control printing. -Sanjay Ghemawat (sanjay@lcs.mit.edu)