comparison ChangeLog.API @ 32805:064eb5d78946

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