
Thu Oct 13 2005 
        * variable candidates added to function ardec.annual and ardec.annual.bayes

        * l=comp$period[which(comp$period > 11 & comp$period < 13)] in function ardec.annual and ardec.annual.bayes changed to l=comp$period[candidates][which.max(candidates)]

        * m=comp$modulus[which(comp$period > 11 & comp$period < 13)] in function ardec.annual and ardec.annual.bayes changed to m=max(comp$modulus[candidates])

        * gt=Re(comp$comps[which(comp$period > 11 & comp$period < 13),]+comp$comps[which(comp$period > 11 & comp$period < 13)+1,]) in function ardec.annual and ardec.annual.bayes changed to gt=Re(comp$comps[candidates[which.max(candidates)],]+comp$comps[candidates[which.max(candidates)]+1,]) 

        * comp=ardec(x,fit$coefficients) changed to comp=ardec(x,phi) in functions ardec.annual.bayes and ardec.trend.bayes

        * stopifnot(any(comp$period == Inf)) changed to if(any(comp$period==Inf)){warning("no trend component")} in functions ardec.trend and ardec.trend.bayes

        * tolerance for annual frequency changed to [11,13] in functions ardec.trend and ardec.trend.bayes

Wed Oct 12 2005
        * Logical && changed to & in functions ardec.annual and ardec.annual.bayes
        * comp$period > 10 && comp$period < 14 changed to any(comp$period > 10 & comp$period < 14) in functions ardec.annual and ardec.annual.bayes


Tue Oct 11 2005
        * Added missing code - function ardec.lm.bayes
        * Added documentation pages for alias

Tue Oct 11 2005
	* ArDec 1.0 is released
