Version 2.13.2
--------------

New Features:

- Add support for 'mlm' objects to estimable


Version 2.13.2
--------------

Bug Fixes:

- Lower and upper end of confidence interval for lmer objects were
  reversed in est.lmer().

- Correct Greg's email address in two help files.


Version 2.13.1
--------------

Bug Fixes:

- Problem: R CMD check errors under development version of R 2.5.0
  Solution:
	- Add additional packages to 'Suggests' list in DESCRIPTION
	- Remove extra trailing comma in function calls
	- fix various code/doc inconsistencies

- Problem: estimable() was failing for lmer objects.
  Solution: 
	- Create a generic estimable()
	- Move old function to estimable.default()
	- Add  estimable.lmer() to the exported methods list in NAMESPACE


Version 2.13.0
--------------


Version 2.12.0
--------------

- Updated Greg's email address.

- Add support for lmer (lme version 4) objects to ci(), estimable(),
  and fit.contrast() via code contributed by Randall C Johnson.

- Add simplfied coefficient specification to estimable() based on a
  function provided by Randall C Johnson.  It is now possible to do
  things like:
	estimable(reg, c("xB"=1,"xD"=-1))
  instead of:  
        estimable(reg, c(    0,   1,	 0,   -1)) 
  which should make estimable() much easier to use for large models.

Version 2.1.0
-------------

Version 2.0.8
-------------

 - Added DESCRIPTION and removed DESCRIPTION.in

 - Updated CrossTable.R

 - Updated NAMESPACE file

