# HG changeset patch # User Eric Warmenhoven # Date 960948745 0 # Node ID 3d94cc1dc424d6fe0ab3fd05941ee3d715f43d01 # Parent d6f02d7f78d808725fc59c2932ee8d38e6362d04 [gaim-migrate @ 414] It's a good thing I proofread things; otherwise, there would be a lot of confused people when 0.9.20 comes out. committer: Tailor Script diff -r d6f02d7f78d8 -r 3d94cc1dc424 plugins/ChangeLog --- a/plugins/ChangeLog Wed Jun 14 01:52:10 2000 +0000 +++ b/plugins/ChangeLog Wed Jun 14 02:12:25 2000 +0000 @@ -24,7 +24,7 @@ There is a new event, event_quit, which signifies that gaim has exited correctly (i.e. didn't segfault). Also, after this event is called, all - plugins are removed, and their gaim_plugin_init function is called. + plugins are removed, and their gaim_plugin_remove function is called. This behavior is different from previous versions; however, it is the proper way of doing things, and should have no effect on current plugins. The reason event_quit exists despite plugins being removed at diff -r d6f02d7f78d8 -r 3d94cc1dc424 plugins/SIGNALS --- a/plugins/SIGNALS Wed Jun 14 01:52:10 2000 +0000 +++ b/plugins/SIGNALS Wed Jun 14 02:12:25 2000 +0000 @@ -138,6 +138,12 @@ 'room' is the room the person joined. 'who' is the screenname of the person who joined. + This is also triggered upon entering the room for every person in the + room, including yourself. (E.g. if you join a room that already had 3 + people in it this will be called 4 times, once for each of them and + once again for you. You will not always be the last one this is called + for though.) + event_chat_buddy_leave: char *room, char *who