Tue Jun 07 23:10:06 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* debian/changelog:
	* galago/SignalMarshals.cs:
	* NEWS:
	* configure.ac:
	  - Compile on Mono 1.1.x.
	  - Bump to version 0.3.2.

Thu May 26 21:57:56 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* debian/changelog:
	* NEWS:
	* configure.ac:
	  - Bumped to version 0.3.1.

Mon May 09 14:52:32 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* galago/Person.cs:
	* galago/Service.cs:
	* galago/Status.cs:
	  - Added two new Service constructors. One just takes an id, and the
	    other takes an id, name, and flags.
	  - Added two new Status constructors. One takes a type and id, and the
	    other takes a type, id, and exclusive flag.
	  - Added Photo support to Person.

Sun Apr 17 02:10:01 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* galago/Core.cs:
	* NEWS:
	* configure.ac:
	  - Added Core.ExitWithDaemon, which sets whether to exit the
	    application when galago-daemon disconnects.
	  - Bump to version 0.3.0.90.

Sun Apr 03 19:42:43 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* debian/changelog:
	* debian/copyright:
	  - Fix the copyright. This should be LGPL.

Sun Apr 03 18:20:53 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* debian/control:
	* debian/rules:
	  - .NET and libgalago dependencies should all be good now.

Sun Apr 03 18:10:41 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	* debian/changelog:
	* debian/control:
	  - Add dependencies, and fix the package name and source.

Sun Apr 03 18:03:41 PDT 2005  Christian Hammond <chipx86@gnupdate.org>

	A debian:
	A debian/changelog:
	A debian/compat:
	A debian/control:
	A debian/copyright:
	A debian/docs:
	A debian/libgalago-cil.dirs:
	A debian/libgalago-cil.install:
	A debian/Makefile.am:
	A debian/rules:
	* configure.ac:
	* Makefile.am:
	  - Add a debian directory.
	  - Bump the version to 0.3.0.

2004-10-29  Chris Lahey  <clahey@ximian.com>

	* galago-sharp.pc.in (Requires): Removed requires line to make
	this .pc work.

Mon Oct 18 10:13:08 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/Photo.cs:
	A galago/PhotoSetHandler.cs:
	* galago/Makefile.am:
	* galago/Person.cs:
	  - Added photo support to the API.

Sun Oct 17 14:22:37 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago-sharp.pc.in:
	  - Add requirements to the pc file.

Sat Oct 16 20:41:35 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* configure.ac:
	* galago/AssemblyInfo.cs.in:
	* galago/Makefile.am:
	* tests/Makefile.am:
	  - Pass make distcheck.

Thu Oct 14 23:09:25 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Service.cs:
	  - Added Service.Normalize().

Wed Oct 13 23:35:59 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Makefile.am:
	* galago/Service.cs:
	A galago/ServiceFlags.cs:
	  - Added support for service flags.

Sun Oct 03 18:26:29 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/galago-symbols.xml:
	  - Mark all Galago objects as opaque structs for gapi.

Tue Sep 28 23:06:04 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Makefile.am:
	A galago/galago-symbols.xml:
	  - Added a gapi symbols file. I'd love to just use gapi for all this,
	    but I'm not certain I can. This should help with things that do,
	    though.

Tue Sep 28 00:31:09 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A tests/monitor.cs:
	  - Added the monitor test.

Tue Sep 28 00:28:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	* galago/Object.cs:
	* galago/Person.cs:
	* galago/Presence.cs:
	* galago/Service.cs:
	* tests/Makefile.am:
	  - Removed an unnecessary parameter on AddSignalHandler and
	    RemoveSignalHandler, and fixed the order of the arguments.

Tue Sep 28 00:18:09 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A tests/presence-feed.cs:
	* tests/Makefile.am:
	  - Added the presence-feed test.

Tue Sep 28 00:09:03 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Person.cs:
	  - Person.Me -> Person.IsMe.

Tue Sep 28 00:05:41 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Core.cs:
	  - Added Core.InitFeed.

Mon Sep 27 23:53:50 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Core.cs:
	  - Added utility Core.GetAccount() and Core.GetAccounts() functions.
	    libgalago doesn't have this, folks!

Mon Sep 27 23:49:22 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Service.cs:
	  - Added Galago.Service signals.

Mon Sep 27 23:47:18 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	  - Moving Galago.Account signals to the end of the class for consistency.

Mon Sep 27 23:45:59 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/IdleChangedHandler.cs:
	* galago/Makefile.am:
	* galago/Presence.cs:
	A galago/StatusUpdatedHandler.cs:
	  - Added Galago.Presence signals.

Mon Sep 27 23:37:00 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Person.cs:
	  - Added Galago.Person signals. Er, well, the only signal.

Mon Sep 27 23:34:25 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	A galago/AddedHandler.cs:
	D galago/ContactAddedHandler.cs:
	D galago/ContactRemovedHandler.cs:
	* galago/Core.cs:
	* galago/Makefile.am:
	A galago/RemovedHandler.cs:
	  - Added core signals.
	  - Replaced Contact{Added,Removed}Handler with generic
	    {Added,Removed}Handler.

Mon Sep 27 23:10:06 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	A galago/AvatarSetHandler.cs:
	A galago/ContactAddedHandler.cs:
	A galago/ContactRemovedHandler.cs:
	* galago/Makefile.am:
	A galago/PresenceSetHandler.cs:
	  - Added all signals for Galago.Account.

Mon Sep 27 22:49:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	* galago/Makefile.am:
	* galago/Object.cs:
	A galago/SignalArgs.cs:
	* galago/SignalCallback.cs:
	* galago/SignalMarshals.cs:
	  - Hopefully made marshalling and stuff slightly more on the correct
	    side now. That, or broke the whole thing in the way that only
	    spaghetti noodles can truly appreciate.

Mon Sep 27 09:22:46 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/SignalMarshals.cs:
	* galago/Account.cs:
	* galago/AccountConnectedSignal.cs:
	* galago/Makefile.am:
	* galago/SignalCallback.cs:
	  - Added generic signal marshallers.
	  - Fixed problems with using a ulong. We now use uint.

Mon Sep 27 00:50:46 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/AssemblyInfo.cs.in:
	* galago/Makefile.am:
	A galago/galago-sharp.snk:
	* configure.ac:
	  - We now install correctly, and we have a strong name file.

Mon Sep 27 00:20:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago-sharp.pc.in:
	  - I want to be cool, too, so I'm going to include my own. pc.in file.

Sun Sep 26 23:41:44 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	* galago/Core.cs:
	* galago/Person.cs:
	* galago/Service.cs:
	  - Provided overrides of several functions that provide default
	    arguments to native and query flags.

Sun Sep 26 23:14:51 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	A galago/AccountConnectedSignal.cs:
	A galago/DefaultSignalHandlerAttribute.cs:
	* galago/Makefile.am:
	* galago/Object.cs:
	A galago/SignalAttribute.cs:
	A galago/SignalCallback.cs:
	  - Added the beginnings of signals. It doesn't work yet, or if it does,
	    I'll be rather surprised.

Sun Sep 26 13:40:42 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Object.cs:
	  - Don't unref the object in Dispose(). We'll never actually destroy
	    it. This is probably wrong in some way, but in most apps, Galago
	    takes care of when objects should be destroyed anyway, so we
	    really shouldn't have to do it ourselves.

Sun Sep 26 13:38:02 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/PropertyType.cs:
	* galago/StatusAttrType.cs:
	* galago/StatusType.cs:
	  - Fixed some enum values that were incorrect.

Sun Sep 26 13:34:36 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/AssemblyInfo.cs.in:
	* galago/Makefile.am:
	* tests/Makefile.am:
	A tests/get-presence.cs:
	* configure.ac:
	  - Re-worked configure.ac and the Makefile.ams to work (in theory)
	    with both .NET and Mono.
	  - Added a test app, get-presence.exe.
	  - Added assembly info.

Sun Sep 26 02:35:18 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/Core.cs:
	  - Implemented Galago.Core.

Sat Sep 25 17:50:37 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/Log.cs:
	A galago/LogLevel.cs:
	  - Added Galago.Log and Galago.LogLevel.

Sat Sep 25 17:42:15 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Status.cs:
	  - Added Galago.Status.

Sat Sep 25 17:23:43 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/StatusAttrType.cs:
	A galago/StatusId.cs:
	* ChangeLog:
	  - Added StatusAttrType and StatusId.

Sat Sep 25 17:08:03 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/Status.cs:
	A galago/StatusType.cs:
	* galago/Presence.cs:
	  - Implemented Galago.Presence.
	  - Added a stub for Galago.Status.
	  - Added Galago.StatusType.

Sat Sep 25 16:44:45 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Person.cs:
	  - Implemented Galago.Person.

Sat Sep 25 15:56:08 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/PersonProperty.cs:
	A galago/PropertyType.cs:
	  - Added PropertyType and PersonProperty.

Sat Sep 25 15:51:08 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	* galago/Object.cs:
	* galago/Service.cs:
	  - Implemented Galago.Service, and renamed Object.Name to
	    Object.ClassName.

Sat Sep 25 15:12:01 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	* galago/Avatar.cs:
	  - Added the Avatar implementation.

Sat Sep 25 03:17:40 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* galago/Account.cs:
	A galago/List.cs:
	  - Added the (probably broken) Galago.List implementation, and
	    Account.GetChildren().

Sat Sep 25 01:46:04 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/Avatar.cs:
	A galago/Presence.cs:
	* galago/Account.cs:
	  - Added stub Avatar and Presence classes.
	  - Filled in almost all of the Account API functions.

Fri Sep 24 09:56:10 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/MissingIntPtrCtorException.cs:
	A galago/ObjectManager.cs:
	* galago/Object.cs:
	  - Added an ObjectManager class that is basically a port of
	    GLib.ObjectManager.
	  - Implemented Object.Wrap().

Thu Sep 23 23:06:23 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A galago/IWrapper.cs:
	A galago/Person.cs:
	A galago/Service.cs:
	* galago/Account.cs:
	* galago/Makefile.am:
	* galago/Object.cs:
	  - Added the IWrapper class and stubs for Service and Person.
	  - Added some minimal functionality to Account.
