home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume17 / calentool / part01 / Fixes1_1 next >
Text File  |  1991-04-04  |  923b  |  23 lines

  1. # $Header: Fixes1_1,v 1.1 88/04/08 11:27:54 billr Exp $
  2.  
  3. Notes for version 1.1 of calentool:
  4.  
  5. 1) Removed hard coded year restriction of 1985-1987; #defined
  6.    START_YEAR and NR_YEARS and used them instead.  There are
  7.    still a few places where this info is hard coded, mainly in
  8.    the year menu display.
  9.  
  10. 2) Removed hard coded start time restriction of 9am; #defined
  11.    START_HOUR to take care of this.  The ending time is determined
  12.    by the number of timeslots (N_TSLOTS).
  13.  
  14. 3) Changed time interval from 15 minutes to 30 minutes (this is
  15.    hard coded in several places).  This was done to free up some
  16.    space on the day/week page for a "notes" section.  The "notes"
  17.    section is denoted in the appointments file by hour = "00",
  18.    with the minutes field indicating the note number (starting with 1).
  19.    E.g., note#1 would be entered as "YY MM DD 00 01 00 my note for the day".
  20.  
  21.     -Bill Randle
  22.     billr@tekred.TEK.COM
  23.