Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/plugins/ChangeLog Tue Aug 29 02:57:48 2000 +0000 +++ b/plugins/ChangeLog Tue Aug 29 03:59:01 2000 +0000 @@ -6,6 +6,16 @@ This makes things like #ifdef USE_APPLET and #ifdef USE_PERL much more reliable. (#include "config.h" in order to get all the #defines) + The internals of gaim plugin events got modified slightly. It should + have no effect on existing plugins or the way plugins are made. The + change was to make my life easier adding perl. It should also make + adding new plugin events even easier than before (though I doubt that + any more will ever be added). + + event_buddy_away was being triggered every blist_update for every away + buddy. This got fixed, but now when you sign on, event_buddy_away may + be called before event_buddy_signon. Not that it should matter much. + version 0.9.20: It's 3 am the night before finals, it's obviously a good time to hack gaim.