2009-09-28  Didier 'Ptitjes  <ptitjes@free.fr>

	Release 0.4.0

	Make 0.4 build against vala master

2009-09-28  Maciej Piechotka  <uzytkownik2@gmail.com>

	Remove possibility of passing null to constructors of ReadOnly* classes
	Fixes bug 590305.

2009-09-28  Tomaž Vajngerl  <quikee@gmail.com>

	Change ReadOnlySet to inherit from ReadOnlyCollection.
	Fixes part of bug 590677.

	Change ReadOnlyList to inherit from ReadOnlyCollection.
	Fixes part of bug 590677.

2009-09-28  Didier 'Ptitjes  <ptitjes@free.fr>

	Fix ReadOnlyCollection and ReadOnlyMap encapsulation failure

	Fixing generics typo in HashMap's Value collection

	Change inner classes' properties from construct to private set
	Removing construct properties enables the use of Vala's constructor chain up.

	Provide sane defaults for equal, hash and compare functions

	Change *_func properties from construct to private set
	Removing construct properties enables to use Vala's constructor chain up.

2009-08-05  Didier 'Ptitjes  <ptitjes@free.fr>

	Release 0.3.0

	Enhanced Map removal to optionally retrieve removed value
	Fixes bug 587134.

	Remove invalid to_array implementation and re-enable test

2009-08-03  Didier 'Ptitjes  <ptitjes@free.fr>

	Bump library's version info

2009-07-31  Didier 'Ptitjes  <ptitjes@free.fr>

	Temporarily disable to_array test

2009-07-31  Tomaž Vajngerl  <quikee@gmail.com>

	Add Map.is_empty|set_all|remove_all|contains_all and AbstractMap implementations
	Fixes bug 589902.

	Add List.first|last|insert_all methods and AbstractList implementations
	Fixes bug 589894.

	Added Collection.is_empty|add_all|contains_all|remove_all|retain_all
	Fixes bug 589690.

2009-07-31  Maciej Piechotka  <uzytkownik2@gmail.com>

	Make Iterable.get_element_type a property
	Fixes bug 589551.

2009-07-31  Didier 'Ptitjes  <ptitjes@free.fr>

	Remove unused inherited interface declarations

	Fix list of maintainers

2009-07-27  Didier 'Ptitjes  <ptitjes@free.fr>

	Fix invalid test commit

2009-07-27  Julien Peeters  <contact@julienpeeters.fr>

	Make TestFixture's setup and teardown methods virtual

2009-07-27  Didier 'Ptitjes  <ptitjes@free.fr>

	Initial rework for tests

	Fix AbstractCollection.to_array method

2009-07-27  Julien Peeters  <contact@julienpeeters.fr>

	Add test fixture helper

2009-07-24  Didier 'Ptitjes  <ptitjes@free.fr>

	Introduce Collection.to_array() method
	A default naive implementation is provided in AbstractCollection. This
	implementation is overriden in ArrayList in order to take benefit of its array
	nature.

	Introduce AbstractCollection base class
	All collection implementations now have a common AbstractCollection base class
	and now share the implementation of the get_element_type() method.

2009-07-23  Didier 'Ptitjes  <ptitjes@free.fr>

	Remove unused variable in tests

	Fix generic parameter typo

2009-07-23  Mark Lee  <marklee@src.gnome.org>

	Add doubly linked list implementation
	Fixes bug 584032.

2009-07-22  Maciej Piechotka  <uzytkownik2@gmail.com>

	Make func and wrappee properties non-updatable
	Fixes bug 583723.

	Add left-leaning red-black tree based set and map
	Fixes bug 583728.

2009-07-22  Didier 'Ptitjes  <ptitjes@free.fr>

	Post-release version bump

	Release 0.2.0

	Hardcode gir repository path
	Use of pkg-config make distcheck fail.

2009-07-20  Didier 'Ptitjes  <ptitjes@free.fr>

	Match vala-0.7.4's required GLib version

	Generate, install and distribute GIR file

	Post-release version bump

	Release 0.1.6

2009-07-19  Julien Fontanet  <julien.fontanet@isonoe.net>

	Make ArrayList.Iterator._stamp private

	Split asserts in ArrayList

2009-07-19  Didier 'Ptitjes  <ptitjes@free.fr>

	Hide inherited get and set methods from GLib.Object

	Add missing method documentation comment

2009-07-16  Didier 'Ptitjes  <ptitjes@free.fr>

	Initialize 'next' variables
	Fixes bug 588758.

2009-06-26  Jaap A. Haitsma  <jaap@haitsma.org>

	Add .gitignore
	Fixes bug #583729

	Add .doap file

2009-06-01  Jürg Billeter  <j@bitron.ch>

	gee: Fix memory leak in HashMap.remove and HashSet.remove
	Fixes bug 584440.

2009-04-30  Jürg Billeter  <j@bitron.ch>

	Update code using deprecated # modifier or operator

	Fix build with Vala 0.7
	Based on patch by Thijs Vermeir, fixes bug 579182.

	Generate ChangeLog from git log
	Add gitlog-to-changelog script from gnulib and a dist-hook to
	generate ChangeLog file when creating tarballs.
