comparison plugins/ChangeLog.API @ 9734:676cf082d29c

[gaim-migrate @ 10595] From Kevin Stange: This patch adds the conversation-updated signal which gets fired whenever something happens to update the data associated with a conversation, like a topic change or adding the person/chat to your buddy list. The signal passes back the enum value for the update type in addition to the conversation, which seems like the right thing to do. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 10 Aug 2004 00:41:33 +0000
parents c9ac1976ef01
children b64ee81c7bcb
comparison
equal deleted inserted replaced
9733:4c5b53bf0aaa 9734:676cf082d29c
16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy 16 * Renamed show_confirm_del to gaim_gtkdialogs_remove_buddy
17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group 17 * Renamed show_confirm_del_group to gaim_gtkdialogs_remove_group
18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat 18 * Renamed show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat
19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact 19 * Renamed show_confirm_del_contact to gaim_gtkdialogs_remove_contact
20 20
21 Signals:
22 * Added: conversation-updated for any update to the data associated
23 with the conversation (topic, icon, adding to buddy list, etc.)
24
21 version 0.81 (08/05/2004): 25 version 0.81 (08/05/2004):
22 Commands API: 26 Commands API:
23 * Most functions now have a void *data argument. 27 * Most functions now have a void *data argument.
24 28
25 Blist API: 29 Blist API:
26 * Added gaim_buddy_get_contact_alias 30 * Added gaim_buddy_get_contact_alias
27 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias 31 * Renamed gaim_get_buddy_alias to gaim_buddy_get_alias
28 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only 32 * Renamed gaim_get_buddy_alias_only to gaim_buddy_get_alias_only
29 33
30 Conversation API: 34 Conversation API:
31 * Changed: gaim_conv_chat_add_user() (added flags parameter) 35 * Changed gaim_conv_chat_add_user(), added flags parameter
32 gaim_conv_chat_add_users() now (added GList of flags parameter) 36 * Changed gaim_conv_chat_add_users(), added GList of flags parameter
33 gaim_conv_chat_get_users() now returns a GList of GaimChatBuddy's 37 * Changed gaim_conv_chat_get_users(), now returns a GList of
34 gaim_conv_chat_set_users() now expects a GList of GaimChatBuddy's 38 GaimChatBuddy's
39 * Changed gaim_conv_chat_set_users() now expects a GList of
40 GaimChatBuddy's
35 * Added: gaim_conv_chat_set_user_flags() 41 * Added: gaim_conv_chat_set_user_flags()
36 gaim_conv_chat_get_user_flags() 42 * Added: gaim_conv_chat_get_user_flags()
37 gaim_conv_chat_find_user() 43 * Added: gaim_conv_chat_find_user()
38 gaim_conv_chat_cb_new() 44 * Added: gaim_conv_chat_cb_new()
39 gaim_conv_chat_cb_find() 45 * Added: gaim_conv_chat_cb_find()
40 gaim_conv_chat_cb_destroy() 46 * Added: gaim_conv_chat_cb_destroy()
41 gaim_conv_chat_cb_get_name() 47 * Added: gaim_conv_chat_cb_get_name()
42 48
43 Conversation UI ops: 49 Conversation UI ops:
44 * Added: chat_update_user() 50 * Added: chat_update_user()
45 51
46 Signals: 52 Signals:
47 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags 53 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags
48 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return 54 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return
49 TRUE if you don't want the join/leave to be displayed in the UI. 55 TRUE if you don't want the join/leave to be displayed in the UI.
50 * Added: chat-buddy-flags for when user's flags change 56 * Added: chat-buddy-flags for when user's flags change
51 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new 57 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new
52 chat-buddy-flags signal) 58 chat-buddy-flags signal)
53 * Added: account-modified for when account settings have been changed. 59 * Added: account-modified for when account settings have been changed.
54 60
55 version 0.80 (07/15/2004): 61 version 0.80 (07/15/2004):
56 Gaim API: 62 Gaim API:
57 * Removed: PRPL numbers : gaim_account_set_protocol(), 63 * Removed: PRPL numbers : gaim_account_set_protocol(),