2007-06-01  Calvin Gaisford <calvinrg@gmail.com> 

	* NEWS: Updated NEWS file for 0.1.5 release

2007-06-01  Boyd Timothy <btimothy@gmail.com> 

	* configure.ac: Removed references to WebKit altogether.

2007-06-01  Boyd Timothy <btimothy@gmail.com> 

	* configure.ac: Commented-out accidental inclusions of WebKit.

2007-06-01  Boyd Timothy <btimothy@gmail.com> 

	* configure.ac: Removed old tapioca references.
	* Makefile.am: Ditto.
	* Banter/Application.cs: Ditto.
	* Banter/Makefile.am: Ditto.

2007-06-01  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/GroupWindow.cs, Banter/HIGMessageDialog.cs: integrated patch
	  from Johnny Jacob <johnnyjacob@gmail.com> 

2007-05-30  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter.mdp: Added AvatarManager.cs to build
	* Banter/AvatarSelector.cs: Modified to use the new AvatarMenuItem
	  events and update the avatar
	* Banter/AvatarMenuItem.cs: Updated to handle all events and trigger an
	  event when a new avatar is selected
	* Banter/AvatarManager.cs: new class to manage all cached avatars. 
	  Currently it's in memory only.
	* Banter/AvatarButton.cs: Changed AvatarButton to also store the index
	  of the button to be retrieved when clicked
	* Banter/Makefile.am: Updated to include AvatarManager.cs

2007-05-30  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter.mdp, Banter/Makefile.am: Added AvatarButton
	* Banter/ComplexMenuItem.cs: Added from Banshee project.... Awesome
	  widget!  Thanks Aaron!
	* Banter/AvatarSelector.cs: Updated to use AvatarMenuItem
	* Banter/AvatarMenuItem.cs: Updated to use cool new ComplexMenuItem
	  class
	* Banter/AvatarButton.cs: new class for use in the AvatarSelector

2007-05-30  Brady Anderson <banderso@novell.com> 

	* Banter/Application.cs, Banter/Conversation.cs: Added event support
	  when a video channel initializes and connects

2007-05-30  Brady Anderson <banderso@novell.com> 

	* Banter/Account.cs, Banter/Application.cs, Banter/Conversation.cs:
	  Added code to handle incoming video conversation

2007-05-30  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/AvatarSelector.cs: Added AvatarMenuItem to menu
	* Banter/AvatarMenuItem.cs: Updated to test adding multiple images

2007-05-30  Brady Anderson <banderso@novell.com> 

	* Banter/Account.cs: Added a property to expose the ObjectPath for the
	  connection
	* Banter/Application.cs: added temporary method to start a video chat
	* Banter/Conversation.cs: Added code to support a video conversation

2007-05-30  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter.mdp: Added the AvatarMenuItem to display avatar choices in a
	  menu
	* Banter/AvatarSelector.cs: Added comments to class
	* Banter/AvatarMenuItem.cs: New class to show Avatars in a menu item
	  for selecting
	* Banter/Makefile.am: Updated to include AvatarMenuItem

2007-05-29  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter.mdp: Added the AvatarSelector Widget
	* Banter/AvatarSelector.cs: New Widget for selecting Avatars
	* Banter/GroupWindow.cs: Switched out Image and button for
	  AvatarSelector
	* Banter/Makefile.am: Added AvatarSelector for switching the Avatar

2007-05-29  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/Person.cs, Banter/ProviderUser.cs: Added a SetAvatar call
	* Banter/GroupWindow.cs: Added a button to click on to change the
	  avatar and code to handle the changing of the avatar

2007-05-29  Brady Anderson <banderso@novell.com> 

	* Banter.mds, Banter/Application.cs, Banter/ConversationManager.cs,
	  Banter/ProviderUser.cs, Banter/Conversation.cs: Removed all code
	  and references to Tapioca

2007-05-29  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/GroupWindow.cs: Added logic to disconnect the Widget event
	  when setting the state text so we don't get into a loop

2007-05-25  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/Presence.cs: Added default messages on Status
	* Banter/ContactStyle.cs: Switched out hard coded strings for status to
	  get the status from Presence

2007-05-25  Calvin Gaisford <calvinrg@gmail.com> 

	* Banter/StatusEntry.cs: Added the ability to set Away status and Away
	  custom messages

2007-05-25  Calvin Gaisford <calvinrg@gmail.com> 

	* configure.ac: bumped the revision to 0.1.5 for next iteration