comparison TODO @ 3517:6b0cb60162f4

[gaim-migrate @ 3590] Rob McQueen added a mute feature to his nice little docklet. I added a queuing feature. Configure the docklet in the plugins dialog to queue unread messages, and when you receive a message the docklet will eat it up and show a little message pending icon. Click on it, and read your message. ICQ people will like it. I also made plugin_event use a va_list. I bet this breaks perl. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 08:35:24 +0000
parents 18f0e61a6caf
children 85a1cb6f84b8
comparison
equal deleted inserted replaced
3516:db00eb77997d 3517:6b0cb60162f4
1 THE CORE: 1 THE CORE:
2 GPG Encryption of messages 2 GPG Encryption of messages
3 Have plugin_event use varargs instead of void*
4 Separate core functions from UI stuff. 3 Separate core functions from UI stuff.
5 about.c, applet.[ch], away.c, browser.c, buddy.c, conversation.c, 4 about.c, applet.[ch], away.c, browser.c, buddy.c, conversation.c,
6 convo.h, dialogs.c, gtk*, plugins.c, prefs.c, prpl.c, sound.c, 5 convo.h, dialogs.c, gtk*, plugins.c, prefs.c, prpl.c, sound.c,
7 ticker.c, ui.h 6 ticker.c, ui.h
8 little to no work (mostly GTK) 7 little to no work (mostly GTK)