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

	* Banter.mds: Removed WebKit references
	* NEWS: Updated for 0.1.4 release

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

	* Banter/Conversation.cs: changes to status system messages - took out
	  the two message change

2007-05-25  Boyd Timothy <btimothy@gmail.com> 

	* data/banter.schemas.in, Banter/Preferences.cs: Stubbing out some code
	  for saving custom status messages.
	* Banter/StatusEntry.cs: Fixed up a close brace indentation.

2007-05-25  Boyd Timothy <btimothy@gmail.com> 

	* Banter/Presence.cs: Add a constructor that allows you to specify both
	  a PresenceType and a message at the same time.
	* Banter/StatusEntry.cs: Cleaned up to use the already-existing
	  Banter.Presence object.
	* Banter/GroupWindow.cs: Adjust to use Banter.Presence with the
	  Banter.StatusEntry class.

2007-05-25  Boyd Timothy <btimothy@gmail.com> 

	* Banter/StatusEntry.cs: Use ModifyBg on all the included widgets to
	  have the color turn out appropriately.  Fix up the Available/Busy
	  strings so they don't get added more than once.  Use italic font
	  for the status.

2007-05-25  Boyd Timothy <btimothy@gmail.com> 

	* Banter.mdp, Banter/Makefile.am: Add StatusEntry.cs.
	* Banter/StatusEntry.cs: New widget to provide cleaner setting of
	  online status.
	* Banter/GroupWindow.cs: Took the old Gtk.Entry statusEntry out and now
	  use the StatusEntry widget.

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

	* Banter/Account.cs: removed printing the Disconnect exception message
	  since it happens every time.
	* Banter/Conversation.cs: Added system messages for presence changes
	  with a peer.

2007-05-25  Boyd Timothy <btimothy@gmail.com> 

	* Banter/GroupWindow.cs: Removed the frame around the statusEntry.

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

	* Banter/Presence.cs: Added text for Presence types
	* Banter/Person.cs: Added a SetStatus to update the presence.Message
	* Banter/ChatWindow.cs: Added ability to set presence messages using
	  /status in chat window
	* Banter/GroupWindow.cs: Added Entry to set status
	* Banter/ProviderUser.cs: Added ability to set status on a connection

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

	* Banter/Person.cs: Updated the IsSelf to be IsMe in Person and it
	  works now
	* Banter/PersonManager.cs: Updated the Me property so it will find the
	  Person object that is me and cache it off

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

	* Banter/Conversation.cs: Changed GetReceivedMessages() so it doesn't
	  return null.  Just return a blank array if there are no messages

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

	* Banter.mdp, Banter/PersonGroup.cs, Banter/Account.cs,
	  Banter/Application.cs, Banter/ChatWindow.cs, Banter/PersonStore.cs,
	  Banter/GroupWindow.cs, Banter/PersonManager.cs,
	  Banter/PersonSync.cs, Banter/Makefile.am: Renamed PersonStore to
	  PersonManager
	* Banter/ProviderUserManager.cs: Moved the GetMe call to a Me property

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

	* Banter/ChatWindow.cs, Banter/Conversation.cs: Added code to retrieve
	  pending messages when receiving a chat start

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

	* Banter/ProviderUserManager.cs: Added a static method to get all
	  ProviderUser objects which are flagged as me

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

	* Banter/Account.cs: Removed all references to Tapioca
	* Banter/Conversation.cs: Removed reference to TapiocaConnection

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

	* Banter/Account.cs: Commented out DisconnectHandlers() temporarily. 
	  It's trapping and thus preventing the closing of our telepathy
	  connection

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

	* Banter/Account.cs: added presence debug messages

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

	* Banter.mdp, Banter/AccountManagement.cs, Banter/Account.cs,
	  Banter/Application.cs, Banter/Person.cs, Banter/ChatWindow.cs,
	  Banter/ProviderUserManager.cs, Banter/ProviderUser.cs,
	  Banter/Makefile.am, Banter/Conversation.cs: Major changes to talk
	  directly to telepathy-sharp rather than tapioca-sharp.  All the
	  tapioca calling code has not been removed yet.

2007-05-23  Boyd Timothy <btimothy@gmail.com> 

	* Banter/Makefile.am: Renamed CLEAN_FILES to CLEANFILES so that make
	  clean would work.

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

	* data/Themes/ContactStyles/basic-black.tar.gz: updated to the new
	  ContactStyle format

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

	* data/Themes/ContactStyles/basic.tar.gz: Updated the Medium Style so
	  the names are no so large
	* Banter/ContactStyle.cs: Changed the avatar size for Medium

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

	* data/Themes/ContactStyles/basic.tar.gz: Updated Style to contain
	  Large Theme
	* Banter/ContactStyle.cs: Added support for new Large PersonCard
	* Banter/PersonCard.cs: Added support for large PersonCard

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

	* Banter/ChatWindow.cs: Added a PersonCard with Medium height to chat
	  window

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

	* Banter/PersonCard.cs: Fixed the size of the Medium PersonCard

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

	* Banter/PersonView.cs: Fixed up the way PersonCards are created so the
	  size is set accoring to the size control

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

	* data/Themes/ContactStyles/basic.tar.gz: Updated ContactStyleBasic to
	  support Medium Contacts Size
	* Banter/ContactStyle.cs: Added code to really load ContactSytles in
	  multiple sizes
	* Banter/PersonCard.cs: Added support to size of multiple ContactStyle
	  Sizes

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

	* Banter/GroupWindow.cs: Changed the way the initial Everyone Group is
	  selected so it works for the init and when selected.

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

	* Banter/ThemeManager.cs: Changed the SelectedContactStyle to try to
	  load if it is null
	* Banter/PersonCard.cs: Changed the contactStyle to be retrieved when
	  needed so an old null copy wasn't kept around

2007-05-18  Boyd Timothy <btimothy@gmail.com> 

	* Banter/GroupWindow.cs: Changed the hidden delete button to just allow
	  a right-click on the group button.  Still need to implement a
	  little popup menu, but for now, you can delete a group by
	  right-clicking on it.

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

	* configure.ac: bumped the version to 0.1.4 for the next iteration