comparison plugins/ChangeLog @ 834:bac7089491c1

[gaim-migrate @ 844] redesigned chat page a bit, and fixed some libfaim stuff. oh, and made some FIXME's more informative. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 02 Sep 2000 12:46:05 +0000
parents 9d61f3d01046
children 91b7377e7b45
comparison
equal deleted inserted replaced
833:8d8ef8c3afe2 834:bac7089491c1
8 8
9 The internals of gaim plugin events got modified slightly. It should 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 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 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 12 adding new plugin events even easier than before (though I doubt that
13 any more will ever be added). 13 any more will ever be added). Also, events are printed to the debug
14 window.
14 15
15 event_buddy_away was being triggered every blist_update for every away 16 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 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. 18 be called before event_buddy_signon. Not that it should matter much.
18 19
20 add one. Go figure. Anyway, it's event_new_conversation. Enough people 21 add one. Go figure. Anyway, it's event_new_conversation. Enough people
21 asked me to add it, and I found it useful enough, that I finally did 22 asked me to add it, and I found it useful enough, that I finally did
22 add it. It gets passed a char *, the name of the person who the 23 add it. It gets passed a char *, the name of the person who the
23 conversation is with. This gets triggered when a new conversation 24 conversation is with. This gets triggered when a new conversation
24 window is created, in case you couldn't figure it out on your own. 25 window is created, in case you couldn't figure it out on your own.
26
27 event_blist_update wasn't being called if you weren't reporting idle
28 time or if you were idle. This got fixed.
25 29
26 version 0.9.20: 30 version 0.9.20:
27 It's 3 am the night before finals, it's obviously a good time to hack 31 It's 3 am the night before finals, it's obviously a good time to hack
28 gaim. 32 gaim.
29 33