head	1.15;
access;
symbols
	tcllib-1-13:1.15
	tcllib-1-12:1.14
	tklib-0-5:1.13
	tcllib-1-11-1:1.13
	tcllib-1-11:1.11
	tcllib-1-10:1.8
	tcllib-1-9:1.6;
locks; strict;
comment	@# @;


1.15
date	2011.01.25.06.06.39;	author andreas_kupries;	state Exp;
branches;
next	1.14;

1.14
date	2009.12.07.17.39.24;	author andreas_kupries;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.15.20.25.31;	author andreas_kupries;	state Exp;
branches;
next	1.12;

1.12
date	2008.12.02.04.01.56;	author andreas_kupries;	state Exp;
branches;
next	1.11;

1.11
date	2008.10.17.05.32.41;	author andreas_kupries;	state Exp;
branches;
next	1.10;

1.10
date	2008.03.24.03.48.58;	author andreas_kupries;	state Exp;
branches;
next	1.9;

1.9
date	2008.02.29.23.44.06;	author andreas_kupries;	state Exp;
branches;
next	1.8;

1.8
date	2007.09.12.16.29.59;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.25.01.29.30;	author andreas_kupries;	state Exp;
branches;
next	1.6;

1.6
date	2006.10.04.02.56.07;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2006.07.20.07.21.25;	author afaupell;	state Exp;
branches;
next	1.4;

1.4
date	2006.02.01.21.49.38;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2006.02.01.04.27.01;	author afaupell;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.31.17.56.21;	author afaupell;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.28.21.10.39;	author afaupell;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Tcllib 1.13 released
@
text
@2011-01-24  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

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

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

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

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

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2008-03-23  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* tiff.test: Added testsuite for the package, and example images.
	* testimages/IMG_7898.tiff:
	* testimages/IMG_7917.tiff:
	* testimages/IMG_7950.tiff:

	* tiff.man: Small formatting change in section LIMITATIONS,
	  putting the information into a proper enumerated list. Put type
	  codes for 'addEntry' into a list as well, and removed bad para
	  in an example.

	* tiff.tcl (::tiff::byteOrder): Fixed bad access to variable
	  byteOrder.
	* tiff.tcl (::tiff::dimensions): Fixed result of command
	  'dimensions' to be the documented list of horizontal and
	  vertical pixel counts instead of a tagged dictionary.
	* tiff.tcl (::tiff::addEntry): Fixed use of bad variable name.
	* tiff.man: Bumped version to 0.2.1
	* pkgIndex.tcl:

2008-02-29  Andreas Kupries  <andreask@@activestate.com>

	* tiff.tcl (::tiff::_unformat): Fixed missing closing bracket.
	* tiff.man: Version bumped to 0.2
	* pkgIndex.tcl:

2007-09-12  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-03-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	* tiff.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-7-20 Aaron Faupell <afaupell@@users.sourceforge.net>

	* tiff.tcl: added nametotag and tagtoname, some other
	small changes. Didnt increment version since module
	hasnt yet appeared in a release
	* tiff.man: Added variables section and documented
	new procedures

2006-02-01  Andreas Kupries <andreask@@activestate.com>

	* tiff.man: Fixed bad syntax in manpage.

2006-1-31 Aaron Faupell <afaupell@@users.sourceforge.net>

	* tiff.tcl: typo in numImages, fix in _ifds

2006-1-31 Aaron Faupell <afaupell@@users.sourceforge.net>

	* Typos in man page

2005-1-28 Aaron Faupell <afaupell@@users.sourceforge.net>

	* New module for manipulating TIFF images
@


1.14
log
@Added README for 1.12, and tagged the ChangeLogs
@
text
@d1 6
@


1.13
log
@1.11.1 release.
@
text
@d1 6
@


1.12
log
@Fix typo in ChangeLogs made at the time of the 1.11 release.
@
text
@d1 6
@


1.11
log
@
	*
	* Released and tagged Tcllib 1.11 ========================
	*
@
text
@d1 1
a1 1
2008-10-16  1.11  <andreas_kupries@@users.sourceforge.net>
@


1.10
log
@
	* tiff.test: Added testsuite for the package, and example images.
	* testimages/IMG_7898.tiff:
	* testimages/IMG_7917.tiff:
	* testimages/IMG_7950.tiff:

	* tiff.man: Small formatting change in section LIMITATIONS,
	  putting the information into a proper enumerated list. Put type
	  codes for 'addEntry' into a list as well, and removed bad para
	  in an example.

	* tiff.tcl (::tiff::byteOrder): Fixed bad access to variable
	  byteOrder.
	* tiff.tcl (::tiff::dimensions): Fixed result of command
	  'dimensions' to be the documented list of horizontal and
	  vertical pixel counts instead of a tagged dictionary.
	* tiff.tcl (::tiff::addEntry): Fixed use of bad variable name.
	* tiff.man: Bumped version to 0.2.1
	* pkgIndex.tcl:
@
text
@d1 6
@


1.9
log
@
	* tiff.tcl (::tiff::_unformat): Fixed missing closing bracket.
	* tiff.man: Version bumped to 0.2
	* pkgIndex.tcl:
@
text
@d1 21
@


1.8
log
@Tcllib 1.10 tagged and released.
@
text
@d1 6
@


1.7
log
@
Added sections about how to give
feedback (bugs, ideas, ...), and
where.
@
text
@d1 6
@


1.6
log
@
	*
	* Released and tagged Tcllib 1.9 ========================
	*
@
text
@d1 5
@


1.5
log
@Updated ChangeLog and tiff.man
@
text
@d1 6
@


1.4
log
@
	* tiff.man: Fixed bad syntax in manpage.
@
text
@d1 8
@


1.3
log
@2006-1-31 Aaron Faupell <afaupell@@users.sourceforge.net>

        * tiff.tcl: typo in numImages, fix in _ifds
@
text
@d1 4
@


1.2
log
@Aaron Faupell <afaupell@@users.sourceforge.net>

        * Typos in man page
@
text
@d3 4
@


1.1
log
@aron Faupell <afaupell@@users.sourceforge.net>

        * New module for manipulating TIFF images
@
text
@d1 5
a5 1
2005-12-30 Aaron Faupell <afaupell@@users.sourceforge.net>
@

