Mercurial > pidgin.yaz
comparison ChangeLog.API @ 32827:4a34689eeb33 default tip
merged from im.pidgin.pidgin
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Sat, 19 Nov 2011 14:42:54 +0900 |
| parents | ec6371d4cae8 |
| children |
comparison
equal
deleted
inserted
replaced
| 32692:0f94ec89f0bc | 32827:4a34689eeb33 |
|---|---|
| 2 | 2 |
| 3 version 3.0.0 (??/??/????): | 3 version 3.0.0 (??/??/????): |
| 4 libpurple: | 4 libpurple: |
| 5 Added: | 5 Added: |
| 6 * pidgin_create_webview | 6 * pidgin_create_webview |
| 7 * purple_account_is_disconnecting | |
| 8 * purple_account_get_ui_data | |
| 9 * purple_account_set_ui_data | |
| 10 * purple_account_register_completed | |
| 11 * purple_conv_chat_cb_get_alias | |
| 12 * purple_conv_chat_cb_get_flags | |
| 13 * purple_conv_chat_cb_is_buddy | |
| 14 * purple_conv_chat_cb_get_ui_data | |
| 15 * purple_conv_chat_cb_set_ui_data | |
| 16 * purple_connection_get_flags | |
| 17 * purple_connection_set_flags | |
| 18 * purple_connection_update_last_received | |
| 7 * purple_conversation_get_ui_data | 19 * purple_conversation_get_ui_data |
| 8 * purple_conversation_set_ui_data | 20 * purple_conversation_set_ui_data |
| 21 * purple_conversation_message_get_alias | |
| 22 * purple_conversation_message_get_conv | |
| 23 * purple_contact_get_contact_size | |
| 24 * purple_notify_searchresult_column_get_title | |
| 9 * purple_notify_searchresult_column_is_visible | 25 * purple_notify_searchresult_column_is_visible |
| 10 * purple_notify_searchresult_column_set_visible | 26 * purple_notify_searchresult_column_set_visible |
| 11 * purple_notify_user_info_prepend_pair_plaintext | 27 * purple_notify_user_info_prepend_pair_plaintext |
| 12 * purple_menu_action_get_callback | 28 * purple_menu_action_get_callback |
| 13 * purple_menu_action_get_children | 29 * purple_menu_action_get_children |
| 55 Changed: | 71 Changed: |
| 56 * purple_account_add_buddy now takes an invite message as the last | 72 * purple_account_add_buddy now takes an invite message as the last |
| 57 parameter | 73 parameter |
| 58 * purple_account_add_buddies now takes an invite message as the last | 74 * purple_account_add_buddies now takes an invite message as the last |
| 59 parameter | 75 parameter |
| 60 * purple_certificate_check_signature_chain_with_failing renamed | 76 * purple_certificate_check_signature_chain now returns a list of failing |
| 61 to purple_certificate_check_signature_chain | 77 PurpleCertificate*s as the second parameter |
| 62 * purple_connection_error now takes a PurpleConnectionError | 78 * purple_connection_error now takes a PurpleConnectionError |
| 63 as the second parameter | 79 as the second parameter |
| 80 * purple_conversation_get_gc renamed to | |
| 81 purple_conversation_get_connection | |
| 64 * purple_dnsquery_a now takes a PurpleAccount as the first parameter | 82 * purple_dnsquery_a now takes a PurpleAccount as the first parameter |
| 65 * purple_network_listen_family renamed to purple_network_listen | 83 * purple_network_listen now takes the protocol family as the second |
| 66 * purple_network_listen_range_family renamed to | 84 parameter |
| 67 purple_network_listen_range | 85 * purple_network_listen now takes a boolean indicating external port |
| 86 mapping as the fourth parameter | |
| 87 * purple_network_listen_range now takes a boolean indicating external | |
| 88 port mapping as the fifth parameter | |
| 89 * purple_network_listen_range now takes the protocol family as the | |
| 90 third parameter | |
| 68 * purple_notify_user_info_add_pair renamed to | 91 * purple_notify_user_info_add_pair renamed to |
| 69 purple_notify_user_info_add_pair_html | 92 purple_notify_user_info_add_pair_html |
| 70 * purple_notify_user_info_get_entries returns a GQueue instead of | 93 * purple_notify_user_info_get_entries returns a GQueue instead of |
| 71 a GList | 94 a GList |
| 72 * purple_notify_user_info_prepend_pair renamed to | 95 * purple_notify_user_info_prepend_pair renamed to |
| 73 purple_notify_user_info_prepend_pair_html | 96 purple_notify_user_info_prepend_pair_html |
| 74 * purple_srv_resolve now takes a PurpleAccount as the first parameter | 97 * purple_srv_resolve now takes a PurpleAccount as the first parameter |
| 98 * purple_str_size_to_units now takes a goffset as the size parameter | |
| 75 * purple_txt_resolve now takes a PurpleAccount as the first parameter | 99 * purple_txt_resolve now takes a PurpleAccount as the first parameter |
| 76 * purple_util_fetch_url_request_len now takes a PurpleAccount as | 100 * purple_util_fetch_url_request now takes a PurpleAccount as |
| 77 the first parameter | 101 the first parameter |
| 78 * purple_util_fetch_url_request_len renamed to purple_util_fetch_url_request | 102 * purple_util_fetch_url_request now takes a length as the eighth |
| 79 * purple_util_fetch_url_len renamed to purple_util_fetch_url | 103 parameter |
| 104 * purple_util_fetch_url_len now takes a length as the fifth parameter | |
| 105 * purple_xfer_get_bytes_remaining now returns a goffset | |
| 106 * purple_xfer_get_bytes_sent now returns a goffset | |
| 107 * purple_xfer_get_size now returns a goffset | |
| 80 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled | 108 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled |
| 109 * purple_xfer_set_bytes_sent now takes a goffset as the bytes_sent | |
| 110 parameter | |
| 111 * purple_xfer_set_size now takes a goffset as the size parameter | |
| 81 * PurpleConnectionUiOps.report_disconnect now passes a | 112 * PurpleConnectionUiOps.report_disconnect now passes a |
| 82 PurpleConnectionError as the second parameter | 113 PurpleConnectionError as the second parameter |
| 114 * PurpleXfer.bytes_remaining is now a goffset | |
| 115 * PurpleXfer.bytes_sent is now a goffset | |
| 116 * PurpleXfer.size is now a goffset | |
| 83 | 117 |
| 84 Removed: | 118 Removed: |
| 85 * _GntFileType | 119 * _GntFileType |
| 86 * _GntKeyPressMode | 120 * _GntKeyPressMode |
| 87 * _GntMouseEvent | 121 * _GntMouseEvent |
| 121 * purple_blist_update_buddy_icon | 155 * purple_blist_update_buddy_icon |
| 122 * purple_buddy_get_local_alias | 156 * purple_buddy_get_local_alias |
| 123 * purple_buddy_icons_has_custom_icon | 157 * purple_buddy_icons_has_custom_icon |
| 124 * purple_buddy_icons_find_custom_icon | 158 * purple_buddy_icons_find_custom_icon |
| 125 * purple_buddy_icons_set_custom_icon | 159 * purple_buddy_icons_set_custom_icon |
| 160 * purple_certificate_check_signature_chain_with_failing. Use | |
| 161 purple_certificate_check_signature_chain, instead | |
| 126 * purple_connection_error_reason | 162 * purple_connection_error_reason |
| 127 * purple_connection_new | 163 * purple_connection_new |
| 128 * purple_connection_new_unregister | 164 * purple_connection_new_unregister |
| 129 * purple_connection_destroy | 165 * purple_connection_destroy |
| 130 * purple_contact_set_alias | 166 * purple_contact_set_alias |
| 131 * purple_conv_chat_set_users | 167 * purple_conv_chat_set_users |
| 132 * purple_core_migrate | 168 * purple_core_migrate |
| 133 * purple_dnsquery_a_account | 169 * purple_dnsquery_a_account |
| 170 * purple_network_listen_family. Use purple_network_listen, instead. | |
| 134 * purple_network_listen_map_external | 171 * purple_network_listen_map_external |
| 172 * purple_network_listen_range_family. Use purple_network_listen, | |
| 173 instead. | |
| 135 * purple_notify_searchresults_column_get_title | 174 * purple_notify_searchresults_column_get_title |
| 136 * purple_notify_searchresults_get_columns_count | 175 * purple_notify_searchresults_get_columns_count |
| 137 * purple_notify_searchresults_get_rows_count | 176 * purple_notify_searchresults_get_rows_count |
| 138 * purple_notify_searchresults_row_get | 177 * purple_notify_searchresults_row_get |
| 139 * purple_plugins_register_load_notify_cb | 178 * purple_plugins_register_load_notify_cb |
| 159 * purple_status_type_set_primary_attr | 198 * purple_status_type_set_primary_attr |
| 160 * purple_strlcat | 199 * purple_strlcat |
| 161 * purple_strlcpy | 200 * purple_strlcpy |
| 162 * purple_txt_cancel | 201 * purple_txt_cancel |
| 163 * purple_txt_resolve_account | 202 * purple_txt_resolve_account |
| 203 * purple_util_fetch_url_len. Use purple_util_fetch_url, instead. | |
| 204 * purple_util_fetch_url_request_len. Use purple_util_fetch_url_request, | |
| 205 instead. | |
| 164 * purple_util_fetch_url_request_len_with_account. Use | 206 * purple_util_fetch_url_request_len_with_account. Use |
| 165 purple_util_fetch_url_request_len, instead. | 207 purple_util_fetch_url_request, instead. |
| 166 * PurpleConnectionUiOps.report_disconnect_reason | 208 * PurpleConnectionUiOps.report_disconnect_reason |
| 167 * PurplePluginProtocolInfo.add_buddy_with_invite | 209 * PurplePluginProtocolInfo.add_buddy_with_invite |
| 168 * PurplePluginProtocolInfo.add_buddies_with_invite | 210 * PurplePluginProtocolInfo.add_buddies_with_invite |
| 169 * PurplePluginProtocolInfo.get_cb_away | 211 * PurplePluginProtocolInfo.get_cb_away |
| 170 * serv_got_attention | 212 * serv_got_attention |
| 171 * serv_send_attention | 213 * serv_send_attention |
| 214 * struct _GtkIMHtmlAnimation | |
| 172 * struct _GtkIMHtmlFontDetail | 215 * struct _GtkIMHtmlFontDetail |
| 216 * struct _GtkIMHtmlHr | |
| 217 * struct _GtkIMHtmlImage | |
| 218 * struct _GtkIMHtmlScalable | |
| 219 * struct _GtkSmileyTree | |
| 173 * struct _PidginChatPane | 220 * struct _PidginChatPane |
| 174 * struct _PidginImPane | 221 * struct _PidginImPane |
| 175 * struct _PurpleAttentionType | 222 * struct _PurpleAttentionType |
| 223 * struct _PurpleConversation | |
| 224 * struct _PurpleConvChat | |
| 225 * struct _PurpleConvChatBuddy | |
| 226 * struct _PurpleConvIm | |
| 227 * struct _PurpleConvMessage | |
| 176 * struct _PurpleMenuAction | 228 * struct _PurpleMenuAction |
| 177 * struct _PurplePounce | 229 * struct _PurplePounce |
| 178 * struct _PurpleProxyInfo | 230 * struct _PurpleProxyInfo |
| 179 * struct _PurpleRequestField | 231 * struct _PurpleRequestField |
| 180 * struct _PurpleRoomlist | 232 * struct _PurpleRoomlist |
| 181 * struct _PurpleRoomlistField | 233 * struct _PurpleRoomlistField |
| 182 * struct _PurpleRoomlistRoom | 234 * struct _PurpleRoomlistRoom |
| 235 * struct _PurpleWhiteboard | |
| 236 * struct PurpleAccountOption | |
| 237 * struct PurpleAccountUserSplit | |
| 238 * struct PurpleNotifySearchColumn | |
| 183 * wpurple_g_access | 239 * wpurple_g_access |
| 184 * xmlnode_set_attrib_with_namespace | 240 * xmlnode_set_attrib_with_namespace |
| 185 * xmlnode_set_attrib_with_prefix | 241 * xmlnode_set_attrib_with_prefix |
| 186 | 242 |
| 187 version 2.10.0: | 243 version 2.10.0: |
