5.2.03 fixed bug in plot.turtle.est (changed cex to cex.axis)

0.1.3.3: version bump for R 2.0.x  should fix all the stuff!
0.1.4: general cleanup

0.2.0: more general cleanup, remove bbmisc dependency (add
  plotrix dependency), change plot formats, fix up
  vignette ...

0.3.0: add preliminary R2WinBUGS functionality

---------
mixstock v0.8 (1st version of mixstock)
change names to mixstock, de-turtle-ize
adding multiple-mixed-stock support
changed n.iter/n.burn/n.thin to match R2WinBUGS default

0.8.1 added a bit more support for many-to-many

0.8.2 fixed mixed stock labeling stuff
      tweaking many-to-many code (TO-style BUGS code)
      tiny tweak in utils.c/h to avoid sign() conflict with R
      simmixstock2 allows random start
      added stub for UML start for mm.wbugs

0.8.3 small bugs in as.mixstock.est for many-to-many
        (had M and R reversed in several places)
      started to add support for sourcesize in
        mixstock.data objects
      moved bugs code locators inside functions
       (LazyLoad problem)

0.8.4 identified (but didn't fix) long-file-path bug
      for R2WinBUGS
      messed with internal structure of resample,
       confint, etc. for many-to-many results.
       $resample is the sims.matrix object 
	 (flat matrix, parameters x chain);
       $resamplist is the sims.list object
	  (chain x parameter matrix)
      slight changes to summary()
      added nsource(), nmix(), nmark() to try to
	 abstract some of this info
      record timing info for R2WinBUGS runs
      tiny tweaks to C code to satisfy '-Wall -pedantic' flags

0.8.4.1 fixed plotting bug (!)

0.8.4.2 minor changes for documentation compliance with checkDocStyle,
	codetools:::checkUsagePackage("mixstock")


	