home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / TURBOPAS / ALMANAC.ZIP / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1988-05-24  |  2.0 KB  |  45 lines

  1. The screen display has underwent much internal recoding, I hope for
  2. the good.  The screen now sets a minimum pixel display of 595x300 and
  3. uses scroll bars if this space is not available.  If sized larger, it
  4. expands to fill the client window.  This minimum 595x300 is a start,
  5. I'd like any feedback on monitors other than EGA.  Let me know how the
  6. minimum display size and font sizes work on your display and what your
  7. maximum screen size is in pixels, and I might learn better
  8. adjustments.
  9.  
  10. I have added the new feature of holiday display on the calendars.
  11. This information currently must reside in the default 'overlay'
  12. file, ALMANAC.AOL.  This file is an ASCII text file, and can be
  13. editted with NOTEPAD or similar file editor.  Each line of the file
  14. is used to describe an individual holiday or special date. 
  15. Currently, three types of entries are recognized: FIXED, FLOAT, and
  16. the special case of Easter.  A fixed date occurs on the same date
  17. every year.  Float dates occur on different dates of the year in the
  18. manner of the first Monday, the last Friday, etc...  Enter the
  19. information as follows:
  20.  
  21.           Fixed date -> MONTH DATEOFMONTH text<CR>
  22.  
  23.           Float date -> MONTH FIRSTPOSSIBLEDATE DAYOFWEEK text<CR>
  24.  
  25.       NOTE: Placing an asterisk as the first character of the text
  26.             will cause the date to be marked in red on color displays.
  27.  
  28.       Examples:
  29.  
  30.                    X 7 4    *Independence Day<CR> (Fixed date, July 4)
  31.  
  32.                    F 10 8 1 *Columbus Day<CR>   (Float, second Monday
  33.                                                  of October)
  34.  
  35.       The special case Easter requires no text, but requires two
  36.       entries in the overlay, one for March and one for April.
  37.  
  38. Currently, all dates must be in ascending order, and only the
  39. default file, ALMANAC.AOL, is processed.  This will change, and
  40. multiple overlay files will be allowed.  (Don't put too mush work into
  41. making ALMANAC.AOL contain everything for now).
  42.  
  43. Also expect to add Wedding anniversaries soon.
  44.  
  45.