2010-08-02  Didier 'Ptitjes  <[email protected]>

       Release 0.5.2

       Implement typed variants for Collection.to_array
       Fixes bug 597737.

       Make [Deprecated] all Map methods previously marked as such in documentation

       Fix doc comment and make sort_with_data deprecated in documentation

2010-08-01  Maciej Piechotka  <[email protected]>

       Increase stamp on Map.set in Gee.TreeMap

2010-07-30  Zeeshan Ali (Khattak)  <[email protected]>

       Add ArrayList.sort_with_data
       Add a variant of List.sort that takes CompareDataFunc rather than
       CompareFunc so compare func could be a method or closure. We are
       adding this to ArrayList rather than List to not break the API/ABI.
       In 0.7.x, this method will be removed as List.sort will then do
       exactly the same.

2010-07-27  Maciej Piechotka  <[email protected]>

       Fix lack of unsetting _first and _last in TreeSet on Set.clear()

2010-07-15  Maciej Piechotka  <[email protected]>

       Clean configure.ac

       Various small fixes for build system. Fixes bug 624389
        * Add rules for Gee-1.0.gir and gee-internals-1.0.vapi
        * Clean all vala-generated files in maintainer mode
        * Clean typelib

2010-07-13  Colin Walters  <[email protected]>

       [autogen.sh] Support parameters to configure

2010-07-12  Maciej Piechotka  <[email protected]>

       [autogen.sh] Don't run configure twice

2010-07-12  Rob Taylor  <[email protected]>

       Build typelib for gobject-introspection

2010-07-11  Maciej Piechotka  <[email protected]>

       Change build system
       Fixes bug 617356

       Add myself to libgee.doap

2010-06-29  Colin Walters  <[email protected]>

       [autogen.sh] Support NOCONFIGURE, like gnome-common