diff ChangeLog.API @ 21367:640551a3e75a

Changelog purple_account_get_current_error() and account-error-changed.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 27 Oct 2007 17:41:42 +0000
parents 5a7202fa43a0
children a41ac7fd19ab
line wrap: on
line diff
--- a/ChangeLog.API	Sat Oct 27 17:26:17 2007 +0000
+++ b/ChangeLog.API	Sat Oct 27 17:41:42 2007 +0000
@@ -27,11 +27,18 @@
 		  they want to use the reported PurpleDisconnectReason
 		  to give a more specific error.
 		* A connection-error signal, fired just after the UiOp is
-		  called.
+		  called with the same information.
 		* purple_connection_reason_is_fatal(), acting as a hint
 		  to whether automatic reconnection should be attempted
 		  after a connection error (rather than checking
 		  gc->wants_to_die).
+		* purple_account_get_current_error() to get the most recent
+		  PurpleConnectionError and description (or NULL if the
+		  account is happy with life), to allow bits of the UI to know
+		  the last error without caching it themselves (as
+		  PidginBuddyList does).
+		* An account-error-changed signal, firing when
+		  purple_account_get_current_error()'s return value changes.
 
 		* purple_util_init()
 		* purple_util_uninit()