comparison plugins/ChangeLog @ 1038:daad2440a642

[gaim-migrate @ 1048] i have homework i need to be doing. it's due in less than 7 hours, and i haven't started and i need to sleep. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 31 Oct 2000 10:49:53 +0000
parents 91b7377e7b45
children ece2d1543b20
comparison
equal deleted inserted replaced
1037:1c663beef29d 1038:daad2440a642
8 The plugin system itself was only slightly modified. However, the 8 The plugin system itself was only slightly modified. However, the
9 arguments passed to signal handlers have been modified in some cases. 9 arguments passed to signal handlers have been modified in some cases.
10 Look at the updates SIGNALS file to see what the new arguments passed 10 Look at the updates SIGNALS file to see what the new arguments passed
11 to your handlers are. In some cases the only change necessary will be 11 to your handlers are. In some cases the only change necessary will be
12 to modify the function declaration; in many cases the changes will be 12 to modify the function declaration; in many cases the changes will be
13 much more substantial. 13 much more substantial. The only thing really to say here is that there
14 is no more event_blist_update. This event may make a comeback, but
15 that seems doubtful at this point. The good news is that you shouldn't
16 need it anymore anyway.
14 17
15 The new system allows for protocol plugins. New protocols (including 18 The new system allows for protocol plugins. New protocols (including
16 Yahoo, MSN, IRC, ICQ, etc) can be loaded dynamically. However, most 19 Yahoo, MSN, IRC, ICQ, etc) can be loaded dynamically. However, most
17 of these plugins are going to be controlled by the gaim maintainers. 20 of these plugins are going to be controlled by the gaim maintainers.
18 If you have interest in writing a protocol plugin, please talk to one 21 If you have interest in writing a protocol plugin, please talk to one