Thu May 26 21:48:34 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* debian/changelog:
	* NEWS:
	* configure.ac:
	  - Bump to version 0.3.2.

Tue May 24 20:21:10 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* setup-gettext:
	  - Fix setup-gettext on MacOS X.

Mon May 23 09:40:36 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* configure.ac:
	  - Bump to version 0.3.1.90.

Sun May 22 22:18:16 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/gaim-galago.c:
	  - Update the avatar on idle change, since we currently have no
	    reliable way of knowing when it is updated.

Sun May 22 21:06:27 PDT 2005  Christian Hammond <chipx86@chipx86.com>

	* src/gaim-galago.c:
	  - Avatars are no longer automatically sent every time a status update
	    occurs. They're now sent only if the avatar has changed.

Sun Apr 03 11:58:16 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/gaim-galago.dirs:
	A debian/gaim-galago.install:
	A debian/Makefile.am:
	A debian/rules:
	* configure.ac:
	* Makefile.am:
	  - Added the debian directory.

Fri Apr 01 20:43:32 PST 2005  Christian Hammond <chipx86@gnupdate.org>

	* NEWS:
	* configure.ac:
	  - Bundle setup-gettext in the tarball.
	  - Bump to version 0.3.1.

Mon Mar 28 23:45:31 PST 2005  Christian Hammond <chipx86@gnupdate.org>

	* NEWS:
	  - Update the news for version 0.3.0.

Mon Mar 28 23:40:40 PST 2005  Christian Hammond <chipx86@gnupdate.org>

	* README:
	* configure.ac:
	  - Add a blurb in the README about not supporting Gaim 2.x, and also
	    check in configure.ac.
	  - Bump the version to 0.3.0.

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

	* src/gaim-galago.c:
	  - Set a default of 0 on the flags for galago_service_new(), so that
	    we use what libgalago knows internally.

Tue Oct 05 20:50:22 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - If we can't register with Galago, unload the plugin. This is much
	    better than crashing.

Tue Sep 21 23:18:44 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Added basic avatar support.

Sun Sep 12 19:35:05 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Compiles against gaim CVS now (well, oldstatus branch anyway).
	    Patch by Gary Kramlich.

Sat Sep 11 22:35:23 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Use the gaim debug API for galago log messages.

Sun Aug 08 03:04:59 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to compile against gaim 0.81.

Mon Jul 19 15:51:20 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* gaim-galago.spec.in:
	  - Added an RPM spec file.

Mon Jul 19 03:36:43 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* Makefile.am:
	* po/gaim-galago.pot:
	* po/pt_BR.po:
	  - make distcheck fixes.

Sat Jul 10 19:37:04 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/Makefile.am:
	* configure.ac:
	  - Use the new gaim.pc to detect the location of the gaim header files,
	    rather than requiring that the user manually specifies the location.

Thu Jul 01 16:21:21 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Un-translate the string "Galago"

Sun Jun 20 21:53:29 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Use our new status IDs and take advantage of automatic translation.

Thu Jun 17 17:10:30 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Make sure to translate "prpl-gg" to "gadugadu," rather than "gg."

Thu Jun 17 17:09:36 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - We can now nuke the service ID -> name table, as libgalago will
	    handle this stuff for us.

Thu Jun 17 03:01:28 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Use the service ID and name definitions.

Sun Jun 13 14:24:46 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Set the display name for buddies.

Sun Jun 13 03:51:27 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - s/galago_account_get_connected/galago_account_is_connected/g.
	    Thanks Md! Sorry about that.

Wed Jun 09 03:18:58 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't try to do status stuff in the idle update callback, and just
	    bail out if the account for the buddy doesn't exist.
	  - Clean up some code.
	  - Don't try setting a status for an account when we call
	    set_connected().
	  - Mark an account as offline if its buddy is offline, not online.

Wed Jun 09 02:01:01 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't create a person for a buddy if an account for the buddy
	    isn't even being created.
	  - Only create accounts for buddies whose parent gaim account is
	    online.
	  - Unset presences when the gaim account goes offline, as we no longer
	    know the state of that buddy.

Wed Jun 09 01:37:06 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - More translationizing.

Wed Jun 09 01:32:55 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A po/gaim-galago.pot:
	  - Added the gaim-galago.pot file.

Wed Jun 09 01:27:24 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	A po/ChangeLog:
	A po/POTFILES.in:
	* src/gaim-galago.c:
	* Makefile.am:
	A acinclude.m4:
	* autogen.sh:
	* configure.ac:
	  - Added gettext support.

Sun Jun 06 03:38:32 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Fixed a painfully obvious crash, where we were inserting
		strings into the service_names hashtable without g_strdup()'ing them,
	    and then trying to free them upon unload of the plugin.

Fri May 28 00:13:52 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Lots of idle time fixes.

Thu May 27 17:51:50 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't assume we don't have any statuses added when initially
	    setting up the accounts. Just in case.

Thu May 27 17:16:17 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't set the online or offline statuses for local accounts
	    if they're already set. Prevents runtime warnings.

Thu May 27 13:46:15 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't try to add a status if that status is already set for the
	    presence.

Thu May 27 13:30:32 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - We don't need to call galago_presence_clear_statuses() anymore.

Thu May 27 13:20:50 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Mark the new statuses as exclusive.

Thu May 20 15:38:08 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Remove some logic that libgalago now takes care of.

Thu May 20 13:47:23 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Add buddy accounts as contacts to the local accounts.

Tue May 18 10:32:43 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Compiles with the latest API changes. Whether or not it works
	    is another question entirely.

Tue May 18 10:23:44 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Add support for Novell Groupwise.
	  - Updated the plugin URL.

Tue Apr 27 01:41:05 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to work with Gaim 0.77 and higher.

Thu Apr 15 02:15:22 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Common service IDs are now mapped to descriptive names.

Thu Apr 15 01:07:01 PDT 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Added the "Me" person and a presence for each account underneath it.
	  - Added some nice utility functions for getting GalagoAccounts and
	    GalagoServices from a GaimAccount.
	  - Fixed updating Galago when signing on and off of accounts.

Tue Mar 09 21:24:53 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to use the new status attributes.

Mon Mar 08 23:58:35 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated for the galago_presence_set_idle() API change.

Mon Mar 08 22:37:25 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Since we already handle the condition of a buddy being offline
	    above, remove this whole block of logic.

Mon Mar 08 22:36:11 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Clear existing statuses when we update a presence.

Mon Mar 08 22:25:39 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - If a user went offline, remove the presence.

Mon Mar 08 19:11:59 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't crash when our buddy_status_changed_cb() is called from
	    a signal.

Mon Mar 08 17:08:11 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't crash gaim on startup.

Mon Mar 08 17:05:44 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Removed the reference counting stuff. But that's totally feather
	    pluck'n insane!

Mon Mar 08 14:42:53 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to work with the new Galago API. No clue if it actually
	    runs. Probably not.

Sat Feb 14 12:38:15 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to work with the latest libgalago API.
	  - Improved error handling.

Fri Jan 30 03:26:53 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated to call galago_feed_start() again.

Fri Jan 30 03:09:24 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Updated for the latest API changes.

Tue Jan 27 15:36:09 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Added a copyright notice.

Sat Jan 17 21:14:31 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - This should send out presence packets without status (meaning
	    to discard the presence) for accounts not signed on.

Sat Jan 17 20:36:17 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Don't send presence info for a user on a disconnected account.

Sat Jan 17 17:12:49 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - We now send offline presence info for each buddy on an account
	    we disconnect from.

Fri Jan 16 17:22:01 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Push presence information on all buddy state changes.

Fri Jan 16 02:43:50 PST 2004  Christian Hammond <chipx86@gnupdate.org>

	* src/gaim-galago.c:
	  - Handle away status and away messages.

