2014-08-26  Murray Stokely  <mstokely@google.com>

	* R/plot.R (PlotLog2ByteEcdf): Add fully qualified reference to
	  gdata::humanReadable if gdata is conditionally available to
	  appease R CMD CHECK on latest r-devel.

2014-08-24  Murray Stokely  <mstokely@google.com>

	* inst/NEWS.Rd: update for 0.3.1.

2014-08-19  Murray Stokely  <mstokely@google.com>

	* DESCRIPTION (Maintainer): Add Copyright and Authors@R fields.
	  Increment version to 0.3.1.

2013-12-11  Murray Stokely  <mstokely@google.com>

	* DESCRIPTION (Version): Increment to 3.0.
	* inst/NEWS.Rd: Document updates since 2.0.
	* man/binning.Rd: Document PreBinnedHistogram.
	* vignettes/HistogramTools-quickref.Rnw: Add new functions to table.

2013-12-07  Murray Stokely  <mstokely@google.com>

	* vignettes/HistogramTools.Rnw: Reorganize vignette in a more
	  coherent way and document new functions.
	* DESCRIPTION (Imports): Move Hmisc from Depends to Imports.
	* man/intersect.Rd: Document the IntersectHistograms function.

2013-12-06  Murray Stokely  <mstokely@google.com>

	* DESCRIPTION (Version): Increment.
	* R/bindist.R (intersect.dist): Add histogram distance measures.
	* man/bindist.Rd: Document new functions.
	* man/histogram-package.Rd: Idem.

2013-10-09  Murray Stokely  <mstokely@google.com>

	* DESCRIPTION (Version): Increment.
	* R/histogram.R (ScaleHistogram): Add a ScaleHistogram function
	  for when counts need to be scaled as part of post-processing the data.
	* R/plot.R (PlotRelativeFrequency): Add a PlotRelativeFrequency
	  function since R only allows frequency and density by default.
	* man/scale.Rd: Document new functionality.
	* man/plothist.Rd: Idem.
	* man/histogram-package.Rd: Idem.

2013-10-01  Murray Stokely  <mstokely@google.com>

	* R/histogram.R (as.Message.histogram): Prefix RProtoBuf calls
	  with RProtoBuf:: too appease R CMD CHECK.
	* man/ash.Rd: Appease R CMD CHECK.
	* R/plot.R (PlotLog2ByteEcdf): Idem.
	* R/zzz.R: Remove again, load proto defs in coercion functions.
	* DESCRIPTION (Depends): Remove unused dependency on methods.
	* NAMESPACE: Tighten up what we import and export.

2013-09-30  Murray Stokely  <mstokely@google.com>

	* R/plot.R (PlotLog2ByteEcdf): Add function for creating better
	  Ecdfs of data binned on power of 2 boundaries (bytes).
	* man/plot.Rd: Document the above.
	* vignettes/HistogramTools.Rnw (subsection{Log-scale Histograms}): 
	  Document the above.

2013-09-15  Murray Stokely  <mstokely@google.com>

	* vignettes/HistogramTools-UnitTests.Rnw: Add a vignette showing
	  results of the unit tests.

2013-09-14  Murray Stokely  <mstokely@google.com>

	* R/ash.R (HistToASH): Implement support for smoothing out a
	  histogram with average shifted histograms from ash package.
	* vignettes/HistogramTools.Rnw: Document the above.

2013-09-13  Murray Stokely  <mstokely@google.com>

	* DESCRIPTION: Update date, move RProtoBuf to enhances line.
	* vignettes/HistogramTools.Rnw: Make this build without
	  RProtoBuf installed
	* vignettes/HistogramTools-quickref.Rnw: Add quick reference
	  vignette.
	* informationloss.R: Improve default plot titles.
