2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-08-09  Andreas Kupries  <andreask@activestate.com>

	* memchan.tcl: Fixed missing initialization of 'content' instance
	  variable. Bumped to version 1.0.2.

	* variable.tcl: Fixed missing invokation of superclass
	  constructor. Fixed missing initialization of linked 'content'
	  variable, if not existing. Fixed missing import of linked
	  variable into the event handling. Bumped to version 1.0.2.

	* cat.tcl: Removed bogus invokation of superclass constructor,
	  there is no such. Bumped to version 1.0.1.

	* facade.tcl: Added missing logger requirements, dropped bogus
	  call to superclass constructor. Bumped to version 1.0.1.

	* std.tcl: Fixed command scoping issues, and dropped bogus call to
	  superclass constructor. Bumped to version 1.0.1.

2011-05-31  Andreas Kupries  <andreask@activestate.com>

	* cat.man: New base channels. Concatenation of channels,
	* cat.tcl: standard channel combining stdin and stdout,
	* facade.man: and a facade for wrapping around other
	* facade.tcl: channels.
	* std.man:
	* std.tcl:
	* pkgIndex.tcl:

2011-02-21  Andreas Kupries  <andreask@activestate.com>

	* pkgIndex.tcl: Removed the superfluous [list] command in the
	  ifneeded script.

2011-02-16  Andreas Kupries  <andreask@activestate.com>

	* memchan.tcl: Fixed constructor chaining, added the missing
	* pkgIndex.tcl: 'next'. The bug prevented proper initialization
	* string.tcl: of the event core. All versions bumped to 1.0.1
	* variable.tcl:

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2010-07-29  Andreas Kupries  <andreask@activestate.com>

	* fifo.man: New files, documentation for the packages in
	* fifo2.man: this module.
	* halfpipe.man:
	* memchan.man:
	* null.man:
	* nullzero.man:
	* random.man:
	* randseed.man:
	* string.man:
	* textwindow.man:
	* variable.man:
	* zero.man:

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2009-12-01  Andreas Kupries  <andreask@activestate.com>

	* New module 'virtchannel_base', providing classes implementing
	  various virtual channels aka reflected channels. TclOO based.
