Mercurial > pidgin
comparison ChangeLog.API @ 32384:3ed4800c5e17
propagate from branch 'im.pidgin.pidgin.2.x.y' (head 051fd526bf8c89add8c1960afd9d0c7ee77b091a)
to branch 'im.pidgin.pidgin' (head 11e7ee045ef2505f4215dd05ca8d6c8735e81ab6)
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 09 Dec 2011 18:35:12 +0000 |
| parents | 9c9df712b191 04f76a6d8888 |
| children | ec30049bdf5b |
comparison
equal
deleted
inserted
replaced
| 32383:7967bb7db191 | 32384:3ed4800c5e17 |
|---|---|
| 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul | 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul |
| 2 | |
| 3 version 3.0.0 (??/??/????): | |
| 4 libpurple: | |
| 5 Added: | |
| 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 | |
| 19 * purple_conversation_get_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 | |
| 25 * purple_notify_searchresult_column_is_visible | |
| 26 * purple_notify_searchresult_column_set_visible | |
| 27 * purple_notify_user_info_prepend_pair_plaintext | |
| 28 * purple_menu_action_get_callback | |
| 29 * purple_menu_action_get_children | |
| 30 * purple_menu_action_get_data | |
| 31 * purple_menu_action_set_label | |
| 32 * purple_menu_action_set_data | |
| 33 * purple_menu_action_set_callback | |
| 34 * purple_menu_action_set_children | |
| 35 * purple_request_field_get_tooltip | |
| 36 * purple_request_field_group_get_fields_list | |
| 37 * purple_request_field_set_tooltip | |
| 38 * purple_request_fields_get_ui_data | |
| 39 * purple_request_fields_set_ui_data | |
| 40 * purple_roomlist_get_account | |
| 41 * purple_roomlist_get_proto_data | |
| 42 * purple_roomlist_get_ui_data | |
| 43 * purple_roomlist_room_get_expanded_once | |
| 44 * purple_roomlist_room_set_expanded_once | |
| 45 * purple_roomlist_set_proto_data | |
| 46 * purple_roomlist_set_ui_data | |
| 47 * purple_whiteboard_get_account | |
| 48 * purple_whiteboard_get_draw_list | |
| 49 * purple_whiteboard_set_draw_list | |
| 50 * purple_whiteboard_get_protocol_data | |
| 51 * purple_whiteboard_set_protocol_data | |
| 52 * purple_whiteboard_get_state | |
| 53 * purple_whiteboard_set_state | |
| 54 * purple_whiteboard_get_ui_data | |
| 55 * purple_whiteboard_set_ui_data | |
| 56 * purple_whiteboard_get_who | |
| 57 * purple_xfer_get_fd | |
| 58 * purple_xfer_get_protocol_data | |
| 59 * purple_xfer_get_ui_data | |
| 60 * purple_xfer_get_watcher | |
| 61 * purple_xfer_set_fd | |
| 62 * purple_xfer_set_local_port | |
| 63 * purple_xfer_set_protocol_data | |
| 64 * purple_xfer_set_status | |
| 65 * purple_xfer_set_ui_data | |
| 66 * purple_xfer_set_watcher | |
| 67 * Various WebKit-related functions in gtkwebview.h | |
| 68 * xmlnode_get_default_namespace | |
| 69 * xmlnode_strip_prefixes | |
| 70 | |
| 71 Changed: | |
| 72 * purple_account_add_buddy now takes an invite message as the last | |
| 73 parameter | |
| 74 * purple_account_add_buddies now takes an invite message as the last | |
| 75 parameter | |
| 76 * purple_certificate_check_signature_chain now returns a list of failing | |
| 77 PurpleCertificate*s as the second parameter | |
| 78 * purple_connection_error now takes a PurpleConnectionError | |
| 79 as the second parameter | |
| 80 * purple_conversation_get_gc renamed to | |
| 81 purple_conversation_get_connection | |
| 82 * purple_dnsquery_a now takes a PurpleAccount as the first parameter | |
| 83 * purple_network_listen now takes the protocol family as the second | |
| 84 parameter | |
| 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 | |
| 91 * purple_notify_user_info_add_pair renamed to | |
| 92 purple_notify_user_info_add_pair_html | |
| 93 * purple_notify_user_info_get_entries returns a GQueue instead of | |
| 94 a GList | |
| 95 * purple_notify_user_info_prepend_pair renamed to | |
| 96 purple_notify_user_info_prepend_pair_html | |
| 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 | |
| 99 * purple_txt_resolve now takes a PurpleAccount as the first parameter | |
| 100 * purple_util_fetch_url_request now takes a PurpleAccount as | |
| 101 the first parameter | |
| 102 * purple_util_fetch_url_request now takes a length as the eighth | |
| 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 | |
| 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 | |
| 112 * PurpleConnectionUiOps.report_disconnect now passes a | |
| 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 | |
| 117 | |
| 118 Removed: | |
| 119 * _GntFileType | |
| 120 * _GntKeyPressMode | |
| 121 * _GntMouseEvent | |
| 122 * _GntParamFlags | |
| 123 * _GntProgressBarOrientation | |
| 124 * _GntTreeColumnFlag | |
| 125 * _GntWidgetFlags | |
| 126 * _PurpleCipherBatchMode | |
| 127 * _PurpleCipherCaps | |
| 128 * _PurpleCmdFlag | |
| 129 * _PurpleCmdPriority | |
| 130 * _PurpleCmdRet | |
| 131 * _PurpleCmdStatus | |
| 132 * _PurplePrefType | |
| 133 * _PurplePrivacyType | |
| 134 * _PurpleSoundEventID | |
| 135 * _XMLNodeType | |
| 136 * GtkIMHtml.clipboard_html_string | |
| 137 * GtkIMHtml.clipboard_text_string | |
| 138 * GtkIMHtmlFontDetail | |
| 139 * gtk_imhtml_animation_free | |
| 140 * gtk_imhtml_animation_new | |
| 141 * gtk_imhtml_image_add_to | |
| 142 * gtk_imhtml_image_free | |
| 143 * gtk_imhtml_image_new | |
| 144 * gtk_imhtml_image_scale | |
| 145 * pidgin_blist_update_account_error_state | |
| 146 * pidgin_check_if_dir | |
| 147 * PIDGIN_DIALOG | |
| 148 * pidgin_dialogs_alias_contact | |
| 149 * pidgin_set_custom_buddy_icon | |
| 150 * pidgin_setup_screenname_autocomplete | |
| 151 * PidginBuddyList.connection_errors | |
| 152 * PidginConversation.sg | |
| 153 * purple_account_add_buddies_with_invite | |
| 154 * purple_account_add_buddy_with_invite | |
| 155 * purple_blist_update_buddy_icon | |
| 156 * purple_buddy_get_local_alias | |
| 157 * purple_buddy_icons_has_custom_icon | |
| 158 * purple_buddy_icons_find_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 | |
| 162 * purple_connection_error_reason | |
| 163 * purple_connection_new | |
| 164 * purple_connection_new_unregister | |
| 165 * purple_connection_destroy | |
| 166 * purple_contact_set_alias | |
| 167 * purple_conv_chat_set_users | |
| 168 * purple_core_migrate | |
| 169 * purple_dnsquery_a_account | |
| 170 * purple_network_listen_family. Use purple_network_listen, instead. | |
| 171 * purple_network_listen_map_external | |
| 172 * purple_network_listen_range_family. Use purple_network_listen, | |
| 173 instead. | |
| 174 * purple_notify_searchresults_column_get_title | |
| 175 * purple_notify_searchresults_get_columns_count | |
| 176 * purple_notify_searchresults_get_rows_count | |
| 177 * purple_notify_searchresults_row_get | |
| 178 * purple_plugins_register_load_notify_cb | |
| 179 * purple_plugins_register_probe_notify_cb | |
| 180 * purple_plugins_register_unload_notify_cb | |
| 181 * purple_plugins_unregister_load_notify_cb | |
| 182 * purple_plugins_unregister_probe_notify_cb | |
| 183 * purple_plugins_unregister_unload_notify_cb | |
| 184 * purple_presence_add_status | |
| 185 * purple_presence_add_list | |
| 186 * purple_proxy_connect_socks5 | |
| 187 * purple_request_field_list_add | |
| 188 * purple_srv_cancel | |
| 189 * purple_srv_resolve_account | |
| 190 * purple_ssl_connect_fd | |
| 191 * purple_status_set_attr_boolean | |
| 192 * purple_status_set_attr_int | |
| 193 * purple_status_set_attr_string | |
| 194 * purple_status_type_add_attr | |
| 195 * purple_status_type_add_attrs | |
| 196 * purple_status_type_add_attrs_vargs | |
| 197 * purple_status_type_get_primary_attr | |
| 198 * purple_status_type_set_primary_attr | |
| 199 * purple_strlcat | |
| 200 * purple_strlcpy | |
| 201 * purple_txt_cancel | |
| 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. | |
| 206 * purple_util_fetch_url_request_len_with_account. Use | |
| 207 purple_util_fetch_url_request, instead. | |
| 208 * PurpleConnectionUiOps.report_disconnect_reason | |
| 209 * PurplePluginProtocolInfo.add_buddy_with_invite | |
| 210 * PurplePluginProtocolInfo.add_buddies_with_invite | |
| 211 * PurplePluginProtocolInfo.get_cb_away | |
| 212 * serv_got_attention | |
| 213 * serv_send_attention | |
| 214 * struct _GtkIMHtmlAnimation | |
| 215 * struct _GtkIMHtmlFontDetail | |
| 216 * struct _GtkIMHtmlHr | |
| 217 * struct _GtkIMHtmlImage | |
| 218 * struct _GtkIMHtmlScalable | |
| 219 * struct _GtkSmileyTree | |
| 220 * struct _PidginChatPane | |
| 221 * struct _PidginImPane | |
| 222 * struct _PurpleAttentionType | |
| 223 * struct _PurpleConversation | |
| 224 * struct _PurpleConvChat | |
| 225 * struct _PurpleConvChatBuddy | |
| 226 * struct _PurpleConvIm | |
| 227 * struct _PurpleConvMessage | |
| 228 * struct _PurpleMenuAction | |
| 229 * struct _PurplePounce | |
| 230 * struct _PurpleProxyInfo | |
| 231 * struct _PurpleRequestField | |
| 232 * struct _PurpleRoomlist | |
| 233 * struct _PurpleRoomlistField | |
| 234 * struct _PurpleRoomlistRoom | |
| 235 * struct _PurpleWhiteboard | |
| 236 * struct PurpleAccountOption | |
| 237 * struct PurpleAccountUserSplit | |
| 238 * struct PurpleNotifySearchColumn | |
| 239 * wpurple_g_access | |
| 240 * xmlnode_set_attrib_with_namespace | |
| 241 * xmlnode_set_attrib_with_prefix | |
| 2 | 242 |
| 3 version 2.10.1: | 243 version 2.10.1: |
| 4 * No changes | 244 * No changes |
| 5 | 245 |
| 6 version 2.10.0: | 246 version 2.10.0: |
