comparison plugins/ChangeLog.API @ 9301:3d5519a84d02

[gaim-migrate @ 10105] Some stuff. Mostly from nosnilmot. Re-split the raise on events preference for IMs and chats. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jun 2004 01:18:21 +0000
parents 947876140943
children fe931c791fc0
comparison
equal deleted inserted replaced
9300:98f01c233a40 9301:3d5519a84d02
5 * gaim_url_parse() now takes two additional parameters, which are used 5 * gaim_url_parse() now takes two additional parameters, which are used
6 for returning the username and password from the URL, if they exist. 6 for returning the username and password from the URL, if they exist.
7 * Added: has_focus UI op to GaimConversationUiOps and 7 * Added: has_focus UI op to GaimConversationUiOps and
8 GaimConvWindowUiOps. 8 GaimConvWindowUiOps.
9 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus(). 9 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus().
10
11 Plugin API: v5
12 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies,
13 rename_group and remove_group to take GaimBuddy's and
14 GaimGroup's consistently.
10 15
11 version 0.78 (05/30/2004): 16 version 0.78 (05/30/2004):
12 Plugin API: v4 17 Plugin API: v4
13 * Added: actions - for plugins to add to the new Plugin Actions menu 18 * Added: actions - for plugins to add to the new Plugin Actions menu
14 19