2006-08-07  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 2.2-9  for release

	* data/lennon.rda: re-saved in newer format.

2006-01-30  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/StoIRS.c (ImageReconstructStep): use R_alloc(), not malloc();
		and hence plug memory leak.
	* src/ImageDecomposeStep.c: dito

2004-01-22  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/ImageDecomposeStep.c: stdlib.h (not malloc.h on non-Mac)

2003-11-11  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/wavethresh.R (threshold.imwd): use match.arg() too.

	* man/filter.select.Rd: usage = code
	* man/plot.imwd.Rd: <ditto> ...
	* man/plot.wd.Rd:
	* man/support.Rd:
	* man/threshold.imwd.Rd:
	* man/threshold.wd.Rd:
	* man/wr.Rd:

2003-09-16  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 2.2-8 release --- BUG!! --> (not to CRAN)
	* DESCRIPTION (Note): instead of `NOTE'
	* R/wavethresh.R: `PACKAGE= *' in .C() everywhere

2001-12-17  Martin Maechler  <maechler@stat.math.ethz.ch>

	* tests/wd-wr.R: new test
	* tests/imwd-wr.R: "  "  (using lennon)

	* R/wavethresh.R (imwr.imwd): improvements (incl.speed)

	* man/wr.Rd:
	* man/imwd.Rd: some cleanup (e.g. using \code{.}).

2001-12-17  Martin Maechler  <maechler@stat.math.ethz.ch>

	* released 2.2-7 (on 10:46 CET)

	* src/waverecons.c (waverecons): use Rprintf(.) instead of printf(.)

	* src/convolve.c:
	   use REprintf(.) instead of fprintf(stderr, .) and
	       error(.)	   instead of exit(.)

	* src/wavelet.h and others:  Use `Sint' instead of `long';
	   use `ierr' instead of `error' (-Wall)


2001-12-15  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/release.R:
	* DESCRIPTION (Version): 2.2-7 release for R 1.4.0

	* R/wavethresh.R (draw.default): main & enhance was bad.

	* tests/ created
	* tests/filters.R and tests/filters.Rout.save

	* R/wavethresh.R: ESS : M-x ess-fix-miscellaneous {" <- " etc}

	   o use match.arg() -- this the modern way of
	     checking for character options!
	   o use switch() instead of tons of if(..) else if(..) ....

	* man/uncompress.imwdc.Rd: eliminate these files.

	* R/wavethresh.R (filter.select): cleanup of ugly H[] definition
	  methods and generics must have same / conforming argument names.

	* man/wd.Rd:
	* ......   : {in many places} use `verbose = getOption("verbose")'

2001-11-27  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/wavethresh.R: get rid of .Alias

2001-10-04  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/wavethresh.R: plot.wd() : new  col, lty, and lwd arguments
	* man/plot.wd.Rd: (ditto)

2001-08-20  Martin Maechler  <maechler@stat.math.ethz.ch>

	* man/*.Rd: fixed missing braces in quite a few places!
	  now passes new "R CMD check".

2001-06-08  Martin Maechler  <maechler@stat.math.ethz.ch>

	* .Rbuildignore: new, containing
	* TODO-MM: new


2001-03-08  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 2.2-6

	* man/*.Rd: many uses of new \method{<generic>}{<class}


2001-02-23  Martin Maechler  <maechler@stat.math.ethz.ch>

	* src/ImageDecomposeStep.c: ifdef Macintosh

2001-01-05  Martin Maechler  <maechler@stat.math.ethz.ch>

	* INDEX: slightly nicer

2001-01-05  Martin Maechler  <maechler@stat.math.ethz.ch>

	* DESCRIPTION (Version): 2.2-5 ; Maintainer added.

	* data/00Index: lennon

	* R/release.R: outsourced from wavethresh.R

	* man/(plot|print|summary)*.Rd: Many small \usage{} fixes {codoc() !}
	* R/wavethresh.R:  <ditto>

2000-07-14  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/pack8bit.R: "outsourced" from wavethresh.R

2000-05-15  Martin Maechler  <maechler@stat.math.ethz.ch>

	* Release of 2.2-4

	* Documentation fixes to successfully run through "R CMD Rd2dvi"

	* data/lennon.R: require(wavethresh) when necessary, and detach
			afterwards in that case.

2000-04-12  Martin Maechler  <maechler@stat.math.ethz.ch>

	* R/wavethresh.R: only(?) formatting (indenting, line breaking)

	* man/threshold.imwd.Rd (and others):
		lots of reformatting. Fixing links; clean up, ...
		(still far from excellent...)


1999-10-11  Martin Maechler  <maechler@stat.math.ethz.ch>

	* Release of 2.2-3
