Mercurial > pidgin
changeset 116:8c982b7f18d4
[gaim-migrate @ 126]
Hmm
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Fri, 14 Apr 2000 08:36:36 +0000 |
parents | 890cfb7d8fdb |
children | 395a8593918f |
files | ChangeLog plugins/SIGNALS |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 14 08:30:39 2000 +0000 +++ b/ChangeLog Fri Apr 14 08:36:36 2000 +0000 @@ -9,7 +9,7 @@ * When multiple screen names, Gaim now correctly remembers the name that was used last. * FONT sizes now work correctly. - * PLUGIN SUPPORT!! + * PLUGIN SUPPORT!! (Lots of cool goodies here) version 0.9.13 (03/27/2000): * Dialog Box Segfault Fixed (When You Click A Toggle Then Cancel)
--- a/plugins/SIGNALS Fri Apr 14 08:30:39 2000 +0000 +++ b/plugins/SIGNALS Fri Apr 14 08:36:36 2000 +0000 @@ -5,6 +5,7 @@ event_im_send, event_buddy_signon, event_buddy_signoff, + event_blist_update }; To add a signal handler, call the fuction gaim_signal_connect with the @@ -73,3 +74,9 @@ char *who 'who' is who signed off. + +event_blist_update: + (none) + + This event is called when the buddylist is updated (automatically every 20 seconds) +