
RELEASE 0.1: bundled with tcllib 1.2

2002-01-18  Don Porter <dgp@users.sourceforge.net>

	* Bumped back to 0.1, which has never been released yet.

2002-01-18  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* Bumped version to 0.2

2002-01-18  Reinhard Max  <max@suse.de>

	* do.tcl: 
	* do.test:
	* control.n: Extended [control::do] to allow ommitting the 2nd and
	3rd argument. Added tests and changed the manpage to reflect this.

2001-11-30  Don Porter <dgp@users.sourceforge.net>

	* control.n: Changed format to match precedent in Tcl's memory.n.

2001-11-27  Don Porter <dgp@users.sourceforge.net>

	* control.n: Added [control::do] to SYNOPSIS.

2001-11-09  Don Porter <dgp@users.sourceforge.net>

	* control.n: Some revisions to [control::do] documentation,
	and added LIMITATIONS section where the [return -code] limitation
	is explained.  Corrections to *roff markup.

2001-11-08  Don Porter <dgp@users.sourceforge.net>

	* ascaller.tcl (ErrorInfoAsCaller): new utility proc that provides
	only ::errorInfo management, leaving return code matters to the caller.
	* do.tcl: At the prompting of Reinhard Max, replaced use of the
	[BodyAsCaller] and [CommandAsCaller] routines with the simpler
	[ErrorInfoAsCaller] with big performance improvement.
	* do.test: New tests from Reinhard Max for testing ::errorInfo.
	* tclIndex: generated

2001-11-07  Don Porter <dgp@users.sourceforge.net>

	* do.tcl: updated to use [BodyAsCaller] and [CommandAsCaller]
	so that proper ::errorInfo management is achieved.

	* rswitch.tcl:
	* ascaller.tcl (new-file): factored out utility procs from
	rswitch.tcl so they can be used by other conotrol commands.
	* tclIndex: generated

	* rswitch.test: corrected syntax error [Bug 478989]

2001-11-07  Reinhard Max  <max@suse.de>

	* do.tcl: 
	* do.test: New files: define and test [control::do].
	* control.tcl:
	* control.n: Added support and documentation for [control::do].
	* tclIndex: Generated.

2001-11-03  Don Porter <dgp@users.sourceforge.net>

	* rswitch.tcl: Replaced bogus copyright notice with public
	domain boilerplate.
	* rswitch.test: Added tests and test source material.

	* pkgIndex.tcl:
	* control.tcl: Addition of rswitch means bump 0.0 -> 0.1.
	
	* genIndex (new file):
	* index.tcl (deleted file): renamed index.tcl -> genIndex so
	it won't be mistakenly installed anymore.  Purpose of genIndex
	is to regenerate the tclIndex file.  [Bug 475846]
	* tclIndex: Generated.

2001-11-03  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* rswitch.tcl: checked in Don's usenet posted implementation
	* rswitch.test: some tests for the rswitch.tcl command.

RELEASE 0: bundled with tcllib 1.1

2001-08-21  Don Porter <dgp@users.sourceforge.net>

	* control.tcl:
	* control.n: Added and documented new commands [control::control]
	and [control::assert].
	* pkgIndex.tcl: Updated to reflect Tcl 8.2 dependence.
	* tclIndex: Generated

	* assert.tcl: New file: implements [control::assert].

2001-08-21  Don Porter <dgp@users.sourceforge.net>

	* index.tcl: New file: Utility script for generating tclIndex.
	* tclIndex: Generated.

        * no-op.tcl:
	* no-op.test: New files: Define and test [control::no-op].

        * control.tcl:
	* control.n:
	* pkgIndex.tcl:
	* ChangeLog: New files: Main provide script, documentation, and
	hand-crafted index script of new control package.

