Mercurial > pidgin.yaz
comparison ChangeLog.API @ 32724:44fc11beefab
propagate from branch 'im.pidgin.pidgin.2.x.y' (head b9c74c3f836a7a1a64710fc8244c9ec1f3f21b97)
to branch 'im.pidgin.pidgin' (head fcd1b3766ec3998ed589bfddde2bffefd9d99e65)
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Wed, 05 Oct 2011 07:33:20 +0000 |
| parents | a34977b4d858 |
| children | 1cec4425d0cc |
comparison
equal
deleted
inserted
replaced
| 32723:952120a8ee02 | 32724:44fc11beefab |
|---|---|
| 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_get_ui_data | |
| 8 * purple_account_set_ui_data | |
| 9 * purple_conv_chat_cb_get_alias | |
| 10 * purple_conv_chat_cb_get_flags | |
| 11 * purple_conv_chat_cb_is_buddy | |
| 12 * purple_conv_chat_cb_get_ui_data | |
| 13 * purple_conv_chat_cb_set_ui_data | |
| 14 * purple_conversation_get_ui_data | |
| 15 * purple_conversation_set_ui_data | |
| 16 * purple_notify_searchresult_column_is_visible | |
| 17 * purple_notify_searchresult_column_set_visible | |
| 18 * purple_notify_user_info_prepend_pair_plaintext | |
| 19 * purple_menu_action_get_callback | |
| 20 * purple_menu_action_get_children | |
| 21 * purple_menu_action_get_data | |
| 22 * purple_menu_action_set_label | |
| 23 * purple_menu_action_set_data | |
| 24 * purple_menu_action_set_callback | |
| 25 * purple_menu_action_set_children | |
| 26 * purple_request_field_get_tooltip | |
| 27 * purple_request_field_group_get_fields_list | |
| 28 * purple_request_field_set_tooltip | |
| 29 * purple_request_fields_get_ui_data | |
| 30 * purple_request_fields_set_ui_data | |
| 31 * purple_roomlist_get_account | |
| 32 * purple_roomlist_get_proto_data | |
| 33 * purple_roomlist_get_ui_data | |
| 34 * purple_roomlist_room_get_expanded_once | |
| 35 * purple_roomlist_room_set_expanded_once | |
| 36 * purple_roomlist_set_proto_data | |
| 37 * purple_roomlist_set_ui_data | |
| 38 * purple_whiteboard_get_account | |
| 39 * purple_whiteboard_get_draw_list | |
| 40 * purple_whiteboard_set_draw_list | |
| 41 * purple_whiteboard_get_protocol_data | |
| 42 * purple_whiteboard_set_protocol_data | |
| 43 * purple_whiteboard_get_state | |
| 44 * purple_whiteboard_set_state | |
| 45 * purple_whiteboard_get_ui_data | |
| 46 * purple_whiteboard_set_ui_data | |
| 47 * purple_whiteboard_get_who | |
| 48 * purple_xfer_get_fd | |
| 49 * purple_xfer_get_protocol_data | |
| 50 * purple_xfer_get_ui_data | |
| 51 * purple_xfer_get_watcher | |
| 52 * purple_xfer_set_fd | |
| 53 * purple_Xfer_set_local_port | |
| 54 * purple_xfer_set_protocol_data | |
| 55 * purple_xfer_set_status | |
| 56 * purple_xfer_set_ui_data | |
| 57 * purple_xfer_set_watcher | |
| 58 * Various WebKit-related functions in gtkwebview.h | |
| 59 * xmlnode_get_default_namespace | |
| 60 * xmlnode_strip_prefixes | |
| 61 | |
| 62 Changed: | |
| 63 * purple_account_add_buddy now takes an invite message as the last | |
| 64 parameter | |
| 65 * purple_account_add_buddies now takes an invite message as the last | |
| 66 parameter | |
| 67 * purple_certificate_check_signature_chain now returns a list of failing | |
| 68 PurpleCertificate*s as the second parameter | |
| 69 * purple_connection_error now takes a PurpleConnectionError | |
| 70 as the second parameter | |
| 71 * purple_dnsquery_a now takes a PurpleAccount as the first parameter | |
| 72 * purple_network_listen now takes the protocol family as the second | |
| 73 parameter | |
| 74 * purple_network_listen now takes a boolean indicating external port | |
| 75 mapping as the fourth parameter | |
| 76 * purple_network_listen_range now takes a boolean indicating external | |
| 77 port mapping as the fifth parameter | |
| 78 * purple_network_listen_range now takes the protocol family as the | |
| 79 third parameter | |
| 80 * purple_notify_user_info_add_pair renamed to | |
| 81 purple_notify_user_info_add_pair_html | |
| 82 * purple_notify_user_info_get_entries returns a GQueue instead of | |
| 83 a GList | |
| 84 * purple_notify_user_info_prepend_pair renamed to | |
| 85 purple_notify_user_info_prepend_pair_html | |
| 86 * purple_srv_resolve now takes a PurpleAccount as the first parameter | |
| 87 * purple_txt_resolve now takes a PurpleAccount as the first parameter | |
| 88 * purple_util_fetch_url_request now takes a PurpleAccount as | |
| 89 the first parameter | |
| 90 * purple_util_fetch_url_request now takes a length as the eighth | |
| 91 parameter | |
| 92 * purple_util_fetch_url_len now takes a length as the fifth parameter | |
| 93 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled | |
| 94 * PurpleConnectionUiOps.report_disconnect now passes a | |
| 95 PurpleConnectionError as the second parameter | |
| 96 | |
| 97 Removed: | |
| 98 * _GntFileType | |
| 99 * _GntKeyPressMode | |
| 100 * _GntMouseEvent | |
| 101 * _GntParamFlags | |
| 102 * _GntProgressBarOrientation | |
| 103 * _GntTreeColumnFlag | |
| 104 * _GntWidgetFlags | |
| 105 * _PurpleCipherBatchMode | |
| 106 * _PurpleCipherCaps | |
| 107 * _PurpleCmdFlag | |
| 108 * _PurpleCmdPriority | |
| 109 * _PurpleCmdRet | |
| 110 * _PurpleCmdStatus | |
| 111 * _PurplePrefType | |
| 112 * _PurplePrivacyType | |
| 113 * _PurpleSoundEventID | |
| 114 * _XMLNodeType | |
| 115 * GtkIMHtml.clipboard_html_string | |
| 116 * GtkIMHtml.clipboard_text_string | |
| 117 * GtkIMHtmlFontDetail | |
| 118 * gtk_imhtml_animation_free | |
| 119 * gtk_imhtml_animation_new | |
| 120 * gtk_imhtml_image_add_to | |
| 121 * gtk_imhtml_image_free | |
| 122 * gtk_imhtml_image_new | |
| 123 * gtk_imhtml_image_scale | |
| 124 * pidgin_blist_update_account_error_state | |
| 125 * pidgin_check_if_dir | |
| 126 * PIDGIN_DIALOG | |
| 127 * pidgin_dialogs_alias_contact | |
| 128 * pidgin_set_custom_buddy_icon | |
| 129 * pidgin_setup_screenname_autocomplete | |
| 130 * PidginBuddyList.connection_errors | |
| 131 * PidginConversation.sg | |
| 132 * purple_account_add_buddies_with_invite | |
| 133 * purple_account_add_buddy_with_invite | |
| 134 * purple_blist_update_buddy_icon | |
| 135 * purple_buddy_get_local_alias | |
| 136 * purple_buddy_icons_has_custom_icon | |
| 137 * purple_buddy_icons_find_custom_icon | |
| 138 * purple_buddy_icons_set_custom_icon | |
| 139 * purple_certificate_check_signature_chain_with_failing. Use | |
| 140 purple_certificate_check_signature_chain, instead | |
| 141 * purple_connection_error_reason | |
| 142 * purple_connection_new | |
| 143 * purple_connection_new_unregister | |
| 144 * purple_connection_destroy | |
| 145 * purple_contact_set_alias | |
| 146 * purple_conv_chat_set_users | |
| 147 * purple_core_migrate | |
| 148 * purple_dnsquery_a_account | |
| 149 * purple_network_listen_family. Use purple_network_listen, instead. | |
| 150 * purple_network_listen_map_external | |
| 151 * purple_network_listen_range_family. Use purple_network_listen, | |
| 152 instead. | |
| 153 * purple_notify_searchresults_column_get_title | |
| 154 * purple_notify_searchresults_get_columns_count | |
| 155 * purple_notify_searchresults_get_rows_count | |
| 156 * purple_notify_searchresults_row_get | |
| 157 * purple_plugins_register_load_notify_cb | |
| 158 * purple_plugins_register_probe_notify_cb | |
| 159 * purple_plugins_register_unload_notify_cb | |
| 160 * purple_plugins_unregister_load_notify_cb | |
| 161 * purple_plugins_unregister_probe_notify_cb | |
| 162 * purple_plugins_unregister_unload_notify_cb | |
| 163 * purple_presence_add_status | |
| 164 * purple_presence_add_list | |
| 165 * purple_proxy_connect_socks5 | |
| 166 * purple_request_field_list_add | |
| 167 * purple_srv_cancel | |
| 168 * purple_srv_resolve_account | |
| 169 * purple_ssl_connect_fd | |
| 170 * purple_status_set_attr_boolean | |
| 171 * purple_status_set_attr_int | |
| 172 * purple_status_set_attr_string | |
| 173 * purple_status_type_add_attr | |
| 174 * purple_status_type_add_attrs | |
| 175 * purple_status_type_add_attrs_vargs | |
| 176 * purple_status_type_get_primary_attr | |
| 177 * purple_status_type_set_primary_attr | |
| 178 * purple_strlcat | |
| 179 * purple_strlcpy | |
| 180 * purple_txt_cancel | |
| 181 * purple_txt_resolve_account | |
| 182 * purple_util_fetch_url_len. Use purple_util_fetch_url, instead. | |
| 183 * purple_util_fetch_url_request_len. Use purple_util_fetch_url_request, | |
| 184 instead. | |
| 185 * purple_util_fetch_url_request_len_with_account. Use | |
| 186 purple_util_fetch_url_request, instead. | |
| 187 * PurpleConnectionUiOps.report_disconnect_reason | |
| 188 * PurplePluginProtocolInfo.add_buddy_with_invite | |
| 189 * PurplePluginProtocolInfo.add_buddies_with_invite | |
| 190 * PurplePluginProtocolInfo.get_cb_away | |
| 191 * serv_got_attention | |
| 192 * serv_send_attention | |
| 193 * struct _GtkIMHtmlFontDetail | |
| 194 * struct _PidginChatPane | |
| 195 * struct _PidginImPane | |
| 196 * struct _PurpleAttentionType | |
| 197 * struct _PurpleConversation | |
| 198 * struct _PurpleConvChat | |
| 199 * struct _PurpleConvChatBuddy | |
| 200 * struct _PurpleConvIm | |
| 201 * struct _PurpleMenuAction | |
| 202 * struct _PurplePounce | |
| 203 * struct _PurpleProxyInfo | |
| 204 * struct _PurpleRequestField | |
| 205 * struct _PurpleRoomlist | |
| 206 * struct _PurpleRoomlistField | |
| 207 * struct _PurpleRoomlistRoom | |
| 208 * struct PurpleAccountOption | |
| 209 * struct PurpleAccountUserSplit | |
| 210 * wpurple_g_access | |
| 211 * xmlnode_set_attrib_with_namespace | |
| 212 * xmlnode_set_attrib_with_prefix | |
| 2 | 213 |
| 3 version 2.10.0: | 214 version 2.10.0: |
| 4 libpurple: | 215 libpurple: |
| 5 Added: | 216 Added: |
| 6 * purple_srv_txt_query_destroy (accidentally left out of 2.8.0) | 217 * purple_srv_txt_query_destroy (accidentally left out of 2.8.0) |
