comparison plugins/ChangeLog @ 780:c714def9cebb

[gaim-migrate @ 790] You may be a geek if... You've ever used a computer on Friday, Saturday and Sunday of the same weekend. You find yourself interrupting computer store salesman to correct something he said. The first thing you notice when walking in a business is their computer system. ...and offer advice on how you would change it. You've ever mounted a magnetic tape reel. You own any shareware. You know more IP addresses than phone numbers. You've ever accidentally dialed an IP address. Your friends use you as tech support. You've ever named a computer. You have your local computer store on speed dial. You can't carry on a conversation without talking about computers. Co-workers have to E-mail you about the fire alarm to get you out of the building. You've ever found "stray" diskettes when doing laundry. Your computer has it's own phone line - but your teenager doesn't. You check the national weather service web page for current weather conditions (rather than look out the window). You know more URLs than street addresses. Your pet has a web page. You get really excited when Yahoo adds your link. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 29 Aug 2000 03:59:01 +0000
parents 9614e69f68ca
children 9d61f3d01046
comparison
equal deleted inserted replaced
779:1823a4af82d3 780:c714def9cebb
3 for gaim, and doing all kinds of crazy things to work around the 3 for gaim, and doing all kinds of crazy things to work around the
4 problems that creates, the plugins now have the same CFLAGS and LIBS. 4 problems that creates, the plugins now have the same CFLAGS and LIBS.
5 The plugins also have PLUGIN_LIBS which can be passed at make time. 5 The plugins also have PLUGIN_LIBS which can be passed at make time.
6 This makes things like #ifdef USE_APPLET and #ifdef USE_PERL much more 6 This makes things like #ifdef USE_APPLET and #ifdef USE_PERL much more
7 reliable. (#include "config.h" in order to get all the #defines) 7 reliable. (#include "config.h" in order to get all the #defines)
8
9 The internals of gaim plugin events got modified slightly. It should
10 have no effect on existing plugins or the way plugins are made. The
11 change was to make my life easier adding perl. It should also make
12 adding new plugin events even easier than before (though I doubt that
13 any more will ever be added).
14
15 event_buddy_away was being triggered every blist_update for every away
16 buddy. This got fixed, but now when you sign on, event_buddy_away may
17 be called before event_buddy_signon. Not that it should matter much.
8 18
9 version 0.9.20: 19 version 0.9.20:
10 It's 3 am the night before finals, it's obviously a good time to hack 20 It's 3 am the night before finals, it's obviously a good time to hack
11 gaim. 21 gaim.
12 22