# HG changeset patch
# User Richard Laager <rlaager@wiktel.com>
# Date 1132316540 0
# Node ID 944c97d11bb197555449390074a1319a179eaf6c
# Parent  35c4797c5c577a0eaf78890b2123cd672e49f1c1
[gaim-migrate @ 14427]
SF Patch #1358278 from charkins

"There was likely a collision between the patch which
 added the account-(en|dis)abled signals and a patch
 which added cleaned up the signal documentation. The
 lines for these signals are missing from the top of
 account-signals.dox and ChangeLog.API. This patch adds
 them in."

committer: Tailor Script <tailor@pidgin.im>

diff -r 35c4797c5c57 -r 944c97d11bb1 doc/account-signals.dox
--- a/doc/account-signals.dox	Fri Nov 18 12:05:40 2005 +0000
+++ b/doc/account-signals.dox	Fri Nov 18 12:22:20 2005 +0000
@@ -4,6 +4,8 @@
   @signal account-added
   @signal account-connecting
   @signal account-removed
+  @signal account-disabled
+  @signal account-enabled
   @signal account-setting-info
   @signal account-set-info
   @signal account-status-changed
diff -r 35c4797c5c57 -r 944c97d11bb1 plugins/ChangeLog.API
--- a/plugins/ChangeLog.API	Fri Nov 18 12:05:40 2005 +0000
+++ b/plugins/ChangeLog.API	Fri Nov 18 12:22:20 2005 +0000
@@ -169,6 +169,8 @@
 		the user is on the buddy list.
 
 	Signals - Added:
+	* "account-disabled": Account was enabled; see Doxygen docs for full details.
+	* "account-enabled": Account was disabled; see Doxygen docs for full details.
 	* "account-status-changed": Account status changed; see Doxygen docs for full details.
 	* "cipher-added": Cipher was added; see Doxygen docs for full details.
 	* "cipher-removed": Cipher was removed; see Doxygen docs for full details.