==================== 0.5.0 ====================

Thu Apr 20 00:53:28 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* NEWS:
	  - Add the release datestamp.

Mon Apr 17 01:00:21 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Remove the {set,get}_exit_with_daemon() wrappers.

Mon Apr 17 00:25:01 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* NEWS:
	* configure.ac:
	  - Bump the version to 0.5.0.
	  - Update the copyrights.

Wed Apr 05 02:28:37 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Update for the new galago_get_core() return type.

Wed Apr 05 02:11:45 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Update the defs for the GalagoCore object.

Tue Apr 04 23:06:43 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.override:
	* tests/Makefile.am:
	* tests/unittests.py:
	  - Remove the hack for galago_uninit() to double-unref the core, now
	    that libgalago keeps a separate init count.

Mon Apr 03 21:25:31 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/Makefile.am:
	* tests/presence-feed.py:
	* tests/unittests.py:
	  - Updated for the galago_init() flags change.

Mon Apr 03 03:21:36 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	* src/Makefile.am:
	* tests/unittests.py:
	  - Wrap galago_object_destroy.
	  - Provide a default argument for Presence.set_idle's idle_start_time.
	  - Add more unit tests.
	  - Add an evil(?) hack to get our core object's reference count to what it
	    should be when the user calls galago.uninit. We wrap the core object
	    in order to have a PyObject for it, then DECREF that, then DECREF
	    the previous. I feel kinda dirty.

Sun Apr 02 16:37:26 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Remove galago.add_service() and galago.remove_service().

Sun Apr 02 16:00:36 PDT 2006  Christian Hammond <chipx86@chipx86.com>

	* tests/unittests.py:
	  - Expand on the unit tests just a little bit.

Thu Mar 30 18:34:30 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Updated the defs for the return type change on
	    galago_service_normalize().

Wed Mar 29 02:03:32 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/Makefile.am:
	  - Provide a default argument to galago.create_person() for the id.

Wed Mar 29 01:58:46 PST 2006  Christian Hammond <chipx86@chipx86.com>

	A tests/unittests.py:
	  - Add some unit tests. These will eventually test everything that
	    the unit tests in libgalago test, plus some.

Fri Mar 24 00:45:40 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Added wrappings for GalagoObject.get_has_attribute().

Thu Mar 23 20:25:47 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.override:
	* tests/get-presence.py:
	  - Add wrappings for galago_object_get_attributes().

Mon Mar 20 00:26:18 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/Makefile.am:
	* src/galago.defs:
	  - Update the Python bindings for most of the remote attribute and
	    status changes made today.

Sat Mar 18 13:44:47 PST 2006  Christian Hammond <chipx86@chipx86.com>

	A src/__init__.py:
	* src/galagomodule.c:
	* src/Makefile.am:
	* configure.ac:
	  - Properly set up the module to live inside the pygtk/galago directory.
	    Set up a __init__.py to import the module. This allows for
	    galago-gtk-python to provide galago.gtk and galago.gdk modules.

Thu Mar 16 22:12:13 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	* src/Makefile.am:
	  - Change "const-Galago..." to "Galago..." in the defs file. This gets
	    our method coverage up to 100%.

Tue Mar 14 23:26:33 PST 2006  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/Makefile.am:
	  - Updated the update-defs rule to automatically filter out some things
	    and fix up auto-generated defs. Also updated the defs for the latest
	    libgalago API changes.

Wed Dec 14 00:44:19 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - Updated for the libgalago object attributes support.

Sun Dec 04 03:15:17 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Update for the GalagoImage changes.

Sun Nov 27 21:15:59 PST 2005  Christian Hammond <chipx86@chipx86.com>

	A tests/avatar.png:
	* src/galago.defs:
	* src/galago.override:
	* tests/Makefile.am:
	* tests/presence-feed.py:
	  - Added avatar.png for the presence-feed test.
	  - Update for the many changes that have gone into libgalago recently.
	  - Change the constructor definitions to set properties instead of
	    calling the _new() function. I'm doing as the noisy generator errors
	    command me.

Fri Nov 11 03:00:26 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* tests/get-presence.py:
	* tests/presence-feed.py:
	  - Fixed calls to galago functions.

Thu Nov 10 22:17:39 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/Makefile.am:
	  - Use = and not += for EXTRA_DIST.

Sun Nov 06 15:52:22 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Fix the defs file so that GalagoPerson.get_account and
	    GalagoPresence.compare are able to be generated.

Sun Nov 06 15:51:19 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - galago_core_* -> galago_*

Sun Nov 06 04:50:46 PST 2005  Christian Hammond <chipx86@chipx86.com>

	A tests/presence-feed.py:
	* tests/Makefile.am:
	  - Add presence-feed.py.

Sun Nov 06 04:49:52 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	* tests/get-presence.py:
	  - Since the bindings generator seems to be screwing up the handling
	    of default enum values in some cases, wrap those functions ourselves.
	  - Update get-presence.py to work with default arguments.

Sun Nov 06 04:41:46 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - Update the bindings for all the API changes.

Thu Nov 03 23:46:09 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Define ServiceFlags as type flags rather than enum.
	  - Remove support for the Account constructor, and add
	    GalagoService.create_account.
	  - Made presence-feed.py actually work without crashing.

Wed Nov 02 19:00:59 PST 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - Wrapped galago_avatar_new and galago_photo_new, which are going
	    away eventually anywya.
	  - Fixed a call to a non-existant function in
	    _wrap_galago_person_set_property.
	  - Wrapped galago_person_me_new().

Sun Oct 30 00:58:50 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.override:
	  - Add untested support for GalagoPerson.{set,get}_property().

Sat Oct 29 19:24:59 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.override:
	  - Woops. Re-implement GalagoImage.get_data()'s override function.

Sat Oct 29 19:22:11 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	  - Get rid of the GalagoAvatar and GalagoPhoto {set,get}_image_data
	    functions.
	  - Rename {set,get}_image_data() to {set,get}_data().

Sat Oct 29 01:54:33 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - Rather than providing an override for galago.init() for the purpose
	    of specifying default parameter values, just specify the default
	    in the .defs file.

Sat Oct 29 00:43:04 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.defs:
	* src/galago.override:
	  - Added several more functions. Only a few left to go.

Sat Oct 29 00:07:48 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/galago.override:
	  - Implemented all the functions that return lists.

Thu Oct 27 02:24:16 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* src/galagomodule.c:
	* src/galago.override:
	A tests/Makefile.am:
	A tests/get-presence.py:
	* Makefile.am:
	* configure.ac:
	  - Wrap galago_presence_get_statuses(). I'll do more functions later.
	  - Added the get-presence.py test app. It works!

Thu Oct 27 01:37:58 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* src/galago.defs:
	  - Strip the "galago_" prefix from several more functions. This
	    leaves some functions as "galago.core_get_service" and such,
	    which I'd love to clean up, but it may wait for some changes in
	    libgalago to allow multiple independent connections.

Thu Oct 27 01:23:22 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* src/galago.defs:
	* src/galago.override:
	  - Strip the "galago_" prefix from some galago.* functions.
	  - Make the feed parameter on galago.init() default to False.

Wed Oct 26 03:01:46 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	A src/Makefile.am:
	A src/galago.defs:
	A src/galagomodule.c:
	A src/galago.override:
	A AUTHORS:
	A ChangeLog:
	A COPYING:
	A INSTALL:
	A Makefile.am:
	A NEWS:
	A README:
	A acinclude.m4:
	A autogen.sh:
	A configure.ac:
	A galago-python.pc.in:
	  - Initial checkin of galago-python. It has many rough edges, but it
	    does work! :)
