Please submit any suggestions or errors to me <mwtoews@sfu.ca>

Version 0.3-1
2006-10-25
 - lots of changes in this release: some functions added, or renamed
 - moved 'mkfact' to 'mkseas', and it is more flexible, and can start
   on different dates, such as 'Aug 1'
 - added 'mkann' to complement 'mkseas', which finds the annual breaks
   between seasons; this is simple if 'start.day' is January 1st, but
   seasons don't need to star here anymore
 - more use of 'attr' to pass metadata between objects; such as 'units'
   and 'long.name' for variables in data frames
 - 'mscdata' and 'read.msc' now uses attributes for storing long names
   and units for each variable
 - data must be subdivided by 'mksub', as the plotting functions have
   changed or removed 'start', 'end', and 'id'
 - 'mksub's 'start' and 'end' parameters now either accept an integer
   year or a 'Date' class
 - plotting functions now use 'start' to designate a starting bin, and
   'rep' to repeat some bins 
 - the grid from '.seasmonthgrid' is more exact to the actual month
   boundaries

Version 0.2-1
2006-04-05
 - removed 'degday' and 'growday' since they were not needed
 - fixed 'plot.seas.norm' for plotting non-precipitation items
 - renamed 'param*' to 'var*' and 'parameter*' to 'variable*' (where
      appropriate); this is to reduce confusion between the two names,
      however it may lead to further confusion with the 'var' function
 - increased contrast in grey-scale theme
 - moved the null theme in 'hidden.R' from 3 to 0
 - added 'read.sdsm' and 'write.sdsm' functions
 - added 'plot' method for 'seas.sum' objects, which shows boxplots
 - submitted article for 'seas' package to 'Computers & Geosciences'

Version 0.1-3
2006-03-14
 - added .seascol and changed hplot functions to accommodate modular
	colouring styles
 - re-tabbed everything in Emacs
 - renamed package from 'climate.plot' to 'seas'
 - made 'mkfact' a bit more flexible, looks for Date/POSIXct classes
 - made '.seasmonthgrid' in hidden.R
 - added new style to accommodate no title
 - restructured 'seas.sum' object:
   - 'days', 'na' are separate 2D arrays (used to be part of 'seas')
   - 'active' is 3D, and only present if 'a.cut' is non-zero or FALSE
 - fixed a few bugs in 'seas.norm'; added '...' to 'precip.norm'

Version 0.1-2
2006-02-13
 - added 'ZipData: no' for Windows packaging of non-R data

Version 0.1.1
2006-02-11
 - removed Unicode for 'mkfact' in-order to work for R CMD check on C locale

Version	0.1
2006-02-10
 - first personal version, and submitted to CRAN
