2003-10-25 G. Yoshida
	* Version 0.1.2 released and uploaded.

2003-10-23 G. Yoshida
	* docs/index.html: update docs for young-0.1.2.

2003-10-19 G. Yoshida
	* samples/test_combination.py: added catalan tests.
	* samples/test_iterator.py: don't import young.iterator.
	* samples/test_partition.py: added tests for p(n, k).
	* samples/test_young.py: change to use young.take, young.drop.
	* src/__init__.py: import iterator.py
	* src/combination.py: enhance catalan.
	* src/iterator.py: __all__ now has only 'take' and 'drop'.
	* src/young.py: don't inherit iterator.Iterator.
	* src/partition.py: added support for p(n, k).

2003-10-14 G. Yoshida
	* samples/test_combination.py: added new tests.
	* samples/test_partition.py: added new tests.
	* samples/test_permgroup.py: added new tests.
	* src/combination.py: fixed bug of combination(n,0)(which raised Error)
	* src/iterator.py: added iterator.tail.
	* src/permgroup.py: removed japanese-english translation table.

2003-10-11 G. Yoshida

	* src/combination.py: added support for (wak)k-composition.
	* src/partition.py: added get_num_of_parts, conjugate, dot_notation,
	isdistinct to Partition.
	added distinct and dot_notation to SeqOfPartition.
	* src/permgroup.py: added (weak_)excedance to PermGroup.
	added.

2003-08-11 G. Yoshida

	* src/permgroup.py: added support for permutation group
	* samples/Taquin: added demo script of "jeu de taquin"

2003-07-11 G. Yoshida
	* initial release
