Mercurial > pidgin.yaz
comparison FIXME @ 1047:ece2d1543b20
[gaim-migrate @ 1057]
Plugins now use GModule. Protocol plugins can be dynamically updated.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 01 Nov 2000 22:30:36 +0000 |
parents | daad2440a642 |
children | d6c70d58a4b2 |
comparison
equal
deleted
inserted
replaced
1046:4593605da0e2 | 1047:ece2d1543b20 |
---|---|
1 GAIM: Items to be fixed | 1 GAIM: Items to be fixed |
2 ------------------------ | 2 ------------------------ |
3 This is just for the buddy list window now. Everything else is nearing completion. | 3 Need to make it so that when the buddy list is edited the main window properly reflects that. |
4 | 4 Need to set number of buddies in group (as an option) |
5 1. Enforce order. E.g. a buddy list looks like: | 5 Need to not hide empty groups (as an option) |
6 |-Buddies | 6 Need to do Buddy Pounces on a per-connection basis |
7 | |--EWarmenhoven | 7 Need to report logins/outs to convo window |
8 | `--RobFlynn | 8 Need to get the permit/deny stuff put back |
9 `-Friends | 9 Need to have per-connection protocol options (e.g. which server to connect to for IRC) |
10 `--Zilding | 10 Need to get the ticker working again. |
11 | |
12 Need to enforce that Buddies comes before Friends, and EWarmenhoven comes before RobFlynn. | |
13 See appropriate FIXME comments in buddy.c. DONE | |
14 | |
15 2. Need to make it so that when the buddy list is edited the main window properly reflects that. | |
16 | |
17 3. Need to modify the right-click menu for buddies, to include status for the buddy from each | |
18 connection that has it registered, and also to get available actions from each connection | |
19 that has it registered. DONE | |
20 | |
21 4. Need to get Aliases working again. DONE - I think | |
22 | |
23 5. Need to set number of buddies in group (as an option) | |
24 | |
25 6. Need to not hide empty groups (as an option) | |
26 | |
27 7. Need to do Buddy Pounces on a per-connection basis | |
28 | |
29 8. Need to report logins/outs to convo window | |
30 | |
31 9. Need to get the permit/deny stuff put back | |
32 | |
33 10. Need to have per-connection protocol options (e.g. which server to connect to for IRC) |