comparison ChangeLog.API @ 32819:2c6510167895 default tip

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