1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
3 This file intends to list all changes to libpurple, Pidgin, and Finch's public
4 API. We sometimes forget to add changes to this file--sorry.
6 If your plugin fails to build with a new major version (e.g. 3.0.0) we
7 suggest checking this list first, in case a function was simply renamed.
8 You may still need to consult our API docs or our source code.
10 If you notice something missing from this list, please let us know and we'll
13 version 3.0.0 (??/??/????):
16 * displaying-emails-clear signal (notification signal)
17 * purple_account_is_disconnecting
18 * purple_account_get_ui_data
19 * purple_account_set_ui_data
20 * purple_account_privacy_get_denied
21 * purple_account_privacy_get_permitted
22 * PurpleAccountPresence and PurpleBuddyPresence inherit PurplePresence
23 * purple_account_presence_new
24 * purple_buddy_presence_new
25 * purple_account_register_completed
26 * purple_blist_get_default_root
27 * purple_blist_node_is_transient
28 * purple_blist_node_set_transient
29 * purple_certificate_get_der_data
30 * purple_certificate_get_display_string
31 * purple_chat_user_get_alias
32 * purple_chat_user_get_chat
33 * purple_chat_user_get_flags
34 * purple_chat_user_is_buddy
35 * purple_chat_user_get_ui_data
36 * purple_chat_user_set_ui_data
37 * purple_chat_user_set_chat
38 * purple_connection_get_active_chats
39 * purple_connection_get_error_info
40 * purple_connection_get_flags
41 * purple_connection_set_flags
42 * purple_connection_update_last_received
43 * purple_conversation_get_ui_data
44 * purple_conversation_set_ui_data
45 * purple_conversation_message_get_alias
46 * purple_conversation_message_get_conv
47 * PurpleCountingNode, inherits PurpleBlistNode
48 * purple_counting_node_get_*
49 * purple_counting_node_change_*
50 * purple_counting_node_set_*
51 * PurpleIMConversation and PurpleChatConversation inherit
53 * purple_notify_emails_pending
54 * purple_notify_emails_present
55 * purple_notify_searchresult_column_get_title
56 * purple_notify_searchresult_column_is_visible
57 * purple_notify_searchresult_column_set_visible
58 * purple_notify_user_info_entry_destroy
59 * purple_notify_user_info_prepend_pair_plaintext
60 * purple_media_manager_enumerate_elements
61 * purple_menu_action_get_callback
62 * purple_menu_action_get_children
63 * purple_menu_action_get_data
64 * purple_menu_action_set_label
65 * purple_menu_action_set_data
66 * purple_menu_action_set_callback
67 * purple_menu_action_set_children
68 * PurplePluginInfoFlags (PURPLE_PLUGIN_INFO_FLAGS_INTERNAL and
69 PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD)
70 * purple_plugin_get_dependent_plugins
71 * purple_plugin_is_internal
72 * purple_plugin_info_new
73 * purple_plugin_get_info
74 * purple_plugin_info_get_actions_cb
75 * purple_plugin_info_get_error
76 * purple_plugin_info_get_extra_cb
77 * purple_plugin_info_get_pref_frame_cb
78 * purple_plugin_info_get_pref_request_cb
79 * purple_plugin_info_get_ui_data
80 * purple_plugin_info_set_ui_data
81 * PurpleProtocol, inherits GObject. Please see the documentation for
83 * PurpleProtocolAction
84 * PurpleProtocolOverrideFlags
85 * PurpleProtocolClientIface
86 * PurpleProtocolServerIface
87 * PurpleProtocolIMIface
88 * PurpleProtocolChatIface
89 * PurpleProtocolPrivacyIface
90 * PurpleProtocolXferIface
91 * PurpleProtocolRoomlistIface
92 * PurpleProtocolAttentionIface
93 * PurpleProtocolMediaIface
94 * PurpleProtocolFactoryIface
95 * purple_protocol_get_* for PurpleProtocol members
96 * purple_protocol_class_* for class methods
97 * purple_protocol_server_iface_* for server interface methods
98 * purple_protocol_im_iface_* for IM interface methods
99 * purple_protocol_privacy_iface_* for privacy interface methods
100 * purple_protocol_xfer_iface_* for xfer interface methods
101 * purple_protocol_attention_iface_* for attention interface methods
102 * purple_protocol_factory_iface_* for factory interface methods
103 * purple_protocol_action_new
104 * purple_protocol_action_free
105 * purple_protocols_add
106 * purple_protocols_remove
107 * purple_protocols_find
108 * purple_protocols_get_all
109 * purple_protocols_get_handle
110 * purple_protocols_init
111 * purple_protocols_uninit
112 * purple_request_certificate
113 * purple_request_field_certificate_new
114 * purple_request_field_certificate_get_value
115 * purple_request_field_get_tooltip
116 * purple_request_field_group_get_fields_list
117 * purple_request_field_set_tooltip
118 * purple_request_fields_get_ui_data
119 * purple_request_fields_set_ui_data
120 * purple_roomlist_get_account
121 * purple_roomlist_get_proto_data
122 * purple_roomlist_get_ui_data
123 * purple_roomlist_room_get_expanded_once
124 * purple_roomlist_room_set_expanded_once
125 * purple_roomlist_set_proto_data
126 * purple_roomlist_set_ui_data
127 * purple_whiteboard_get_account
128 * purple_whiteboard_get_draw_list
129 * purple_whiteboard_set_draw_list
130 * purple_whiteboard_get_protocol_data
131 * purple_whiteboard_set_protocol_data
132 * purple_whiteboard_get_state
133 * purple_whiteboard_set_state
134 * purple_whiteboard_get_ui_data
135 * purple_whiteboard_set_ui_data
136 * purple_whiteboard_get_who
138 * purple_xfer_get_message
139 * purple_xfer_get_protocol_data
140 * purple_xfer_get_ui_data
141 * purple_xfer_get_watcher
143 * purple_xfer_set_local_port
144 * purple_xfer_set_protocol_data
145 * purple_xfer_set_remote_user
146 * purple_xfer_set_status
147 * purple_xfer_set_ui_data
148 * purple_xfer_set_watcher
149 * purple_xmlnode_get_default_namespace
150 * purple_xmlnode_strip_prefixes
153 * account.h has been split into account.h (PurpleAccount GObject) and
154 accounts.h (Accounts subsystem)
155 * blist.h has been split into buddylist.h (PurpleBuddyList and
156 subsystem), blistnode.h (PurpleBlistNode and PurpleCountingNode
157 GObjects), blistnodetypes (Buddy, Chat, Contact, Group GObjects)
158 * circbuffer.h renamed to circularbuffer.h
159 * conversation.h has been split into conversation.h
160 (PurpleConversation), conversationtypes.h (PurpleIMConversation and
161 PurpleChatConversation) and conversations.h (Conversations subsystem)
162 * Renamed ft.h file to xfer.h
163 * Renamed plugin.h file to plugins.h
164 * prpl.h has been split into protocol.h (PurpleProtocol GObject and
165 protocol interfaces) and protocols.h (protocols subsystem)
166 * status.h has been split into status.h (Status API) and presence.h
168 * account-authorization-requested signal merged with
169 account-authorization-requested-with-message signal
170 * purple_account_add_buddy now takes an invite message as the last
172 * purple_account_add_buddies now takes an invite message as the last
174 * PurpleAccount is now a GObject. Please see the documentation for
176 * purple_account_get_alias renamed to purple_account_get_private_alias
177 * purple_account_set_alias renamed to purple_account_set_private_alias
178 * purple_account_option_get_type renamed to
179 purple_account_option_get_pref_type
180 * PurplePrivacyType renamed to PurpleAccountPrivacyType
181 * purple_privacy_* functions are now purple_account_privacy_*
182 * Removed arguments local and restore from purple_account_privacy_allow
183 and purple_account_privacy_deny
184 * PurpleBlistNode is now a GObject. Please see the documentation for
186 * purple_blist_alias_buddy renamed to purple_buddy_set_local_alias
187 * purple_blist_alias_chat renamed to purple_chat_set_alias
188 * purple_blist_alias_contact renamed to purple_contact_set_alias
189 * purple_blist_get_root now takes a PurpleBuddyList parameter;
190 use purple_blist_get_default_root to work on the default buddy
192 * purple_blist_merge_contact renamed to purple_contact_merge
193 * purple_blist_rename_buddy renamed to purple_buddy_set_name
194 * purple_blist_rename_group renamed to purple_group_set_name
195 * purple_blist_server_alias_buddy renamed to
196 * purple_blist_update_buddy_status renamed to purple_buddy_update_status
197 purple_buddy_set_server_alias
198 * purple_buddy_get_local_buddy_alias renamed to
199 purple_buddy_get_local_alias
200 * PurpleContact and PurpleGroup inherit PurpleCountingNode
201 * PurpleBuddyList is now a GObject. Please see the documentation for
203 * purple_find_buddies renamed to purple_blist_find_buddies
204 * purple_find_buddy_in_group renamed to purple_blist_find_buddy_in_group
205 * purple_find_buddy renamed to purple_blist_find_buddy
206 * purple_find_group renamed to purple_blist_find_group
207 * purple_get_blist renamed to purple_blist_get_default
208 * PurpleBuddyIconSpec has been moved to buddyicon.h
209 * purple_certificate_check_signature_chain now returns a list of failing
210 PurpleCertificate*s as the second parameter
211 * PurpleConversation is now an abstract type, and is a GObject. Please
212 see the documentation for details.
213 * purple_conv_* functions are now purple_conversation_*
214 * purple_conv_im_* functions are now purple_im_conversation_*
215 * purple_conv_chat_* functions are now purple_chat_conversation_*
216 * purple_chat_conversation_find_user renamed to
217 purple_chat_conversation_has_user
218 * PurpleTypingState renamed to PurpleIMTypingState
219 * PurpleConvChatBuddy changed to PurpleChatUser, is now a GObject.
220 Please see the documentation for details.
221 * purple_conv_chat_cb_* functions are now purple_chat_user_*
222 * Replaced 'chat-buddy' with 'chat-user' in conversation signals
223 * Replaced chatname, buddyname arguments of 'chat-user-flags' (formerly
224 'chat-buddy-flags') signal with PurpleChatUser *
225 * PurpleCircBuffer changed to PurpleCircularBuffer, is now a GObject.
226 Please see the documentation for details.
227 * purple_circ_buffer_* functions are now purple_circular_buffer_*
228 * purple_connection_error now takes a PurpleConnectionError
229 as the second parameter
230 * PurpleConnection is now a GObject. Please see the documentation for
232 * PURPLE_CONNECTION_* prefix of PurpleConnectionFlag enum names changed
233 to PURPLE_CONNECTION_FLAG_*
234 * PURPLE_* prefix of PurpleConnectionState enum names changed to
236 * purple_conversation_get_gc renamed to
237 purple_conversation_get_connection
238 * purple_dnsquery_a now takes a PurpleAccount as the first parameter
239 * PurpleIconScaleRules renamed to PurpleBuddyIconScaleFlags
240 * purple_imgstore_add renamed to purple_imgstore_new
241 * purple_imgstore_add_with_id renamed to purple_imgstore_new_with_id
242 * PurpleLog, purple_log_new, purple_log_write and
243 PurpleLogLogger->write take a GDateTime instead of a time_t
245 * purple_network_listen now takes the protocol family as the second
247 * purple_network_listen now takes a boolean indicating external port
248 mapping as the fourth parameter
249 * purple_network_listen_range now takes a boolean indicating external
250 port mapping as the fifth parameter
251 * purple_network_listen_range now takes the protocol family as the
253 * PurpleNotifyMsgType renamed to PurpleNotifyMessageType
254 * purple_notify_user_info_add_pair renamed to
255 purple_notify_user_info_add_pair_html
256 * purple_notify_user_info_get_entries returns a GQueue instead of
258 * purple_notify_user_info_entry_get_type renamed to
259 purple_notify_user_info_entry_get_entry_type
260 * purple_notify_user_info_entry_set_type renamed to
261 purple_notify_user_info_entry_set_entry_type
262 * purple_notify_user_info_prepend_pair renamed to
263 purple_notify_user_info_prepend_pair_html
264 * PurplePlugin is now a GObject (alias for GPluginPlugin). Please see
265 the documentation for details.
266 * PurplePluginInfo is now a GObject, inherits GPluginPluginInfo. Please
267 see the documentation for details.
268 * PurplePluginAction no longer has a context field. Use
269 PurpleProtocolAction for protocol actions.
270 * PURPLE_INIT_PLUGIN(pluginname, initfunc, plugininfo) is now
271 PURPLE_PLUGIN_INIT(pluginname, query_func, load_func, unload_func).
272 See "C Plugins tutorial" (tut_c_plugins.xml) for an example.
273 * purple_plugin_load and purple_plugin_unload now use an error argument
274 to return load/unload errors
275 * purple_plugins_get_all is now purple_plugins_find_all, and the
276 returned list of plugins MUST be free'd using g_list_free
277 * purple_plugin_get_* functions for plugin info are now
278 purple_plugin_info_get_*
279 * purple_plugin_get_author is now purple_plugin_info_get_authors, and
280 returns a NULL-terminated list of authors
281 * purple_plugins_probe is now purple_plugins_refresh
282 * purple_plugins_find_with_id renamed to purple_plugins_find_plugin
283 * purple_plugins_find_with_filename renamed to
284 purple_plugins_find_by_filename
285 * purple_plugin_pref_get_type renamed to
286 purple_plugin_pref_get_pref_type
287 * purple_plugin_pref_set_type renamed to
288 purple_plugin_pref_set_pref_type
289 * purple_prefs_get_type renamed to purple_prefs_get_pref_type
290 * proto_chat_entry has been renamed to PurpleProtocolChatEntry
291 * purple_proxy_info_get_type renamed to purple_proxy_info_get_proxy_type
292 * purple_proxy_info_set_type renamed to purple_proxy_info_set_proxy_type
293 * purple_request_field_get_type renamed to
294 purple_request_field_get_field_type
295 * PurpleRoomlist is now a GObject. Please see the documentation for
297 * purple_roomlist_room_get_type is now
298 purple_roomlist_room_get_room_type
299 * purple_roomlist_field_get_type is now
300 purple_roomlist_field_get_field_type
301 * purple_savedstatus_get_type renamed to
302 purple_savedstatus_get_primitive_type
303 * purple_savedstatus_set_type renamed to
304 purple_savedstatus_set_primitive_type
305 * purple_savedstatus_substatus_get_type renamed to
306 purple_savedstatus_substatus_get_status_type
307 * serv_* functions are now purple_serv_*
308 * purple_srv_resolve now takes a PurpleAccount as the first parameter
309 * purple_srv_txt_query_get_type renamed to
310 purple_srv_txt_query_get_query_type
311 * PurpleStatus is now a GObject. Please see the documentation for
313 * purple_status_attr_* functions are now purple_status_attribute_*
314 * PurpleStatusAttr renamed to PurpleStatusAttribute
315 * PurplePresence is now an abstract type, and is a GObject. Please see
316 the documentation for details.
317 * update_idle method has been added to PurplePresenceClass to update the
318 idle state of a presence
319 * StunCallback renamed to PurpleStunCallback
320 * purple_str_size_to_units now takes a goffset as the size parameter
321 * PTFunc renamed to PurpleThemeFunc
322 * purple_txt_resolve now takes a PurpleAccount as the first parameter
323 * UPnPMappingAddRemove renamed to PurpleUPnPMappingAddRemove
324 * purple_util_fetch_url_request now takes a PurpleAccount as
326 * purple_util_fetch_url_request now takes a length as the eighth
328 * purple_util_fetch_url_len now takes a length as the fifth parameter
329 * PurpleWhiteboard is now a GObject. Please see the documentation for
331 * purple_value_destroy is now purple_value_free
332 * purple_value_new, purple_value_dup and purple_value_free now operate
333 on GValue instead of PurpleValue
334 * Signal registration now uses GTypes instead of PurpleValues. See
335 SIGNAL-HOWTO for more information.
336 * purple_whiteboard_create renamed to purple_whiteboard_new
337 * purple_xfer_get_bytes_remaining now returns a goffset
338 * purple_xfer_get_bytes_sent now returns a goffset
339 * purple_xfer_get_size now returns a goffset
340 * purple_xfer_is_canceled renamed to purple_xfer_is_cancelled
341 * PurpleXfer is now a GObject. Please see the documentation for details.
342 * purple_xfer_get_type renamed to purple_xfer_get_xfer_type
343 * PurpleXferStatusType renamed to PurpleXferStatus
344 * PURPLE_XFER_* prefix of PurpleXferType enums changed to
346 * purple_xfer_set_bytes_sent now takes a goffset as the bytes_sent
348 * purple_xfer_set_size now takes a goffset as the size parameter
349 * PurpleCertificateVerificationStatus enumeration is now merged with
350 internal flags, thus removing PURPLE_CERTIFICATE_INVALID and
351 replacing it with more precise errors.
352 * PurpleConnectionUiOps.report_disconnect now passes a
353 PurpleConnectionError as the second parameter
354 * PurpleXfer.bytes_remaining is now a goffset
355 * PurpleXfer.bytes_sent is now a goffset
356 * PurpleXfer.size is now a goffset
357 * PurpleCertificateScheme.get_times now uses gint64 instead of
358 time_t to represent times
359 * purple_certificate_get_times now uses gint64 instead of
360 time_t to represent times
361 * xmlnode renamed to PurpleXmlNode
362 * XMLNodeType renamed to PurpleXmlNodeType
363 * xmlnode_* functions are now purple_xmlnode_*
366 * buddy-added and buddy-removed blist signals
375 * _PurpleSoundEventID
377 * account-authorization-requested-with-message signal
378 * network-configuration-changed signal
379 * PurpleAccoun->ui_data
380 * purple_account_add_buddies_with_invite
381 * purple_account_add_buddy_with_invite
382 * purple_account_get_ui_data
383 * purple_account_set_current_error
384 * purple_account_set_ui_data
385 * purple_base64_*. Use g_base64_* instead
386 * purple_blist_get_ui_data
389 * purple_blist_set_ui_data
391 * purple_blist_update_buddy_icon
392 * purple_buddy_get_local_alias
393 * purple_buddy_icons_has_custom_icon
394 * purple_buddy_icons_find_custom_icon
395 * purple_buddy_icons_set_custom_icon
396 * purple_certificate_check_signature_chain_with_failing. Use
397 purple_certificate_check_signature_chain, instead
398 * purple_certificate_display_x509. Use purple_request_certificate,
400 * Purple Cipher API (PurpleCipherContext and friends).
401 Use GLib's GHmac or GChecksum instead.
402 * purple_connection_error_reason
403 * purple_connection_new
404 * purple_connection_new_unregister
405 * purple_connection_destroy
406 * purple_connection_set_account
407 * purple_contact_set_alias
408 * purple_conv_chat_set_users
409 * PurpleConversationType
410 * purple_core_ensure_single_instance. Check via GApplication
411 or whatever is appropriate for your UI.
412 * purple_core_migrate
413 * Removed the general Purple DBus interface
414 * purple_dnsquery_a_account
415 * purple_event_loop_{get|set}_ui_ops. Manually drive the GLib
416 event loop yourself. See GLib Main Event Loop docs.
417 * PurpleEventLoopUiOps. Manually drive the GLib event loop
418 yourself. See GLib Main Event Loop docs.
419 * purple_get_tzoff_str(). Use g_date_time_format, instead.
420 * PurpleMimeDocument, PurpleMimePart,
421 purple_mime_document_new, purple_mime_document_free,
422 purple_mime_document_parse, purple_mime_document_parsen,
423 purple_mime_document_write, purple_mime_document_get_fields,
424 purple_mime_document_get_field,
425 purple_mime_document_set_field,
426 purple_mime_document_get_parts, purple_mime_part_new,
427 purple_mime_part_get_fields, purple_mime_part_get_field,
428 purple_mime_part_get_field_decoded,
429 purple_mime_part_set_field, purple_mime_part_get_data,
430 purple_mime_part_get_data_decoded,
431 purple_mime_part_get_length, purple_mime_part_set_data, and
432 purple_mime_decode_field. Use the GMime library, instead.
433 * purple_network_convert_idn_to_ascii. Use g_hostname_to_ascii,
435 * purple_network_listen_family. Use purple_network_listen, instead.
436 * purple_network_listen_map_external
437 * purple_network_listen_range_family. Use purple_network_listen,
439 * purple_network_ip_atoi
440 * purple_notify_searchresults_column_get_title
441 * purple_notify_searchresults_get_columns_count
442 * purple_notify_searchresults_get_rows_count
443 * purple_notify_searchresults_row_get
446 * PurplePluginPriority
447 * PurplePluginLoaderInfo
449 * purple_plugin_ipc_*
450 * purple_plugin_is_unloadable
452 * purple_plugin_probe
453 * purple_plugin_register
454 * purple_plugin_reload
455 * purple_plugins_destroy_all
456 * purple_plugins_enabled
457 * purple_plugins_find_with_basename
458 * purple_plugins_find_with_name
459 * purple_plugins_get_protocols
460 * purple_plugins_get_search_paths
461 * purple_plugins_register_load_notify_cb
462 * purple_plugins_register_probe_notify_cb
463 * purple_plugins_register_unload_notify_cb
464 * purple_plugins_unregister_load_notify_cb
465 * purple_plugins_unregister_probe_notify_cb
466 * purple_plugins_unregister_unload_notify_cb
467 * purple_plugins_unload
468 * purple_plugins_unload_all
469 * purple_pounces_load
470 * purple_prefs_set_generic
471 * purple_prefs_update_old
472 * purple_presence_add_status
473 * purple_presence_add_list
474 * PurplePresenceContext
475 * purple_presence_new
476 * purple_presence_new_for_account
477 * purple_presence_new_for_buddy
478 * purple_print_utf8_to_console
479 * PurplePluginProtocolInfo
480 * purple_proxy_connect_socks5
481 * purple_quotedp_decode. See the GMime library if needed.
482 * purple_request_field_list_add
484 * purple_srv_resolve_account
485 * purple_ssl_connect_fd
486 * purple_status_set_attr_boolean
487 * purple_status_set_attr_int
488 * purple_status_set_attr_string
489 * purple_status_type_add_attr
490 * purple_status_type_add_attrs
491 * purple_status_type_add_attrs_vargs
492 * purple_status_type_get_primary_attr
493 * purple_status_type_set_primary_attr
496 * purple_str_size_to_units. Use g_format_size() instead.
497 * purple_timeout_*. Use g_timeout_* or g_idle_* instead.
499 * purple_txt_resolve_account
500 * PurpleType, use GType instead.
501 * purple_util_fetch_url_len. Use purple_util_fetch_url, instead.
502 * purple_util_fetch_url_request_len. Use
503 * purple_util_fetch_url_request, instead.
504 * purple_util_fetch_url_request_len_with_account. Use
505 purple_util_fetch_url_request, instead.
506 * purple_util_get_image_checksum. Use
507 g_compute_checksum_for_data(G_CHECKSUM_SHA1, ...), instead.
508 * PurpleCertificateVerificationStatus.PURPLE_CERTIFICATE_INVALID
509 * PurpleConnectionUiOps.report_disconnect_reason
510 * PurplePluginProtocolInfo.add_buddy_with_invite
511 * PurplePluginProtocolInfo.add_buddies_with_invite
512 * PurplePluginProtocolInfo.get_cb_away
513 * PurpleValue, use GValue instead.
515 * serv_send_attention
516 * struct _PurpleAttentionType
517 * struct _PurpleCipherCaps
518 * struct _PurpleConversation
519 * struct _PurpleConvChat
520 * struct _PurpleConvChatBuddy
521 * struct _PurpleConvIm
522 * struct _PurpleConvMessage
523 * struct _PurpleMenuAction
524 * struct _PurplePounce
525 * struct _PurpleProxyInfo
526 * struct _PurpleRequestField
527 * struct _PurpleRoomlist
528 * struct _PurpleRoomlistField
529 * struct _PurpleRoomlistRoom
530 * struct _PurpleWhiteboard
531 * struct PurpleAccountOption
532 * struct PurpleAccountUserSplit
533 * struct PurpleNotifySearchColumn
535 * xmlnode_set_attrib_with_namespace
536 * xmlnode_set_attrib_with_prefix
540 * purple_util_write_data_to_file
541 * purple_util_read_xml_from_file
545 * pidgin_create_webview
547 * pidgin_gdk_pixbuf_new_from_image
548 * PidginPluginInfo, inherits PurplePluginInfo
549 * Various WebKit-related functions in gtkwebview.h
552 * gtkft.h file renamed to gtkxfer.h
553 * pidgin_blist_sort_method renamed to _PidginBlistSortMethod
554 * BRUSH_STATE_DOWN renamed to PIDGIN_BRUSH_STATE_DOWN
555 * BRUSH_STATE_MOTION renamed to PIDGIN_BRUSH_STATE_MOTION
556 * BRUSH_STATE_UP renamed to PIDGIN_BRUSH_STATE_UP
557 * DEFAULT_FONT_FACE renamed to PIDGIN_DEFAULT_FONT_FACE
558 * DndHintPosition renamed to PidginDndHintPosition
559 * DndHintWindowId renamed to PidginDndHintWindowId
560 * dnd_* functions renamed to pidgin_dnd_*
561 * FULL_CIRCLE_DEGREES renamed to PIDGIN_FULL_CIRCLE_DEGREES
562 * NUM_NICK_SEED_COLORS renamed to PIDGIN_NUM_NICK_SEED_COLORS
563 * PALETTE_NUM_COLORS renamed to PIDGIN_PALETTE_NUM_COLORS
564 * pidgin_account_option_menu_* renamed to
565 pidgin_account_chooser_*
566 * pidgin_new_item_from_stock renamed to pidgin_new_menu_item and
567 removed the accel related parameters.
568 * pidgin_setup_screenname_autocomplete now takes a filter function and
569 its data as final two arguments
570 * smiley_list renamed to PidginSmileyList
571 * smiley_parse_markup renamed to pidgin_smiley_parse_markup
572 * smiley_theme renamed to PidginSmileyTheme
573 * PidginWindow renamed to PidginConvWindow
576 * GtkIMHtml.clipboard_html_string
577 * GtkIMHtml.clipboard_text_string
578 * GtkIMHtmlFontDetail
579 * gtk_imhtml_animation_free
580 * gtk_imhtml_animation_new
581 * gtk_imhtml_image_add_to
582 * gtk_imhtml_image_free
583 * gtk_imhtml_image_new
584 * gtk_imhtml_image_scale
585 * pidgin_blist_update_account_error_state
586 * PidginBuddyList.connection_errors
587 * pidgin_check_if_dir
588 * PidginConversation.sg
590 * pidgin_dialogs_alias_contact
591 * pidgin_make_pretty_arrows
592 * pidgin_mini_dialog_links_supported
593 * pidgin_set_custom_buddy_icon
594 * pidgin_setup_screenname_autocomplete_with_filter
595 * pidgin_toggle_sensitive, pidgin_toggle_sensitive_array, and
596 pidgin_toggle_showhide; use g_object_bind_property instead
597 * struct _GtkIMHtmlAnimation
598 * struct _GtkIMHtmlFontDetail
599 * struct _GtkIMHtmlHr
600 * struct _GtkIMHtmlImage
601 * struct _GtkIMHtmlScalable
602 * struct _GtkSmileyTree
603 * struct _PidginChatPane
604 * struct _PidginImPane
608 * FinchPluginInfo, inherits PurplePluginInfo
611 * gntft.h file renamed to gntxfer.h
612 * gnt_append_menu_action renamed to finch_append_menu_action
613 * gnt_ui_init renamed to finch_ui_init
614 * gnt_ui_uninit renamed to finch_ui_uninit
618 * ENTRY_CHAR renamed to GNT_ENTRY_CHAR
619 * g_hash_table_duplicate renamed to gnt_hash_table_duplicate
620 * GDupFunc renamed to GntDuplicateFunc
627 * _GntProgressBarOrientation
634 * purple_uri_escape_for_open
639 * PURPLE_MESSAGE_REMOTE_SEND in PurpleMessageFlags, to specify
640 messages like _SEND that were sent from another location.
641 * purple_certificate_get_fingerprint_sha256
642 * purple_certificate_compare_pubkeys
643 * PurpleCertificateScheme.get_fingerprint_sha256
644 * PurpleCertificateScheme.compare_pubkeys
645 * PURPLE_CERTIFICATE_SCHEME_HAS_FUNC
650 * account-status-changing signal (account signals)
651 * buddy-removed-from-group signal (blist signals)
652 * PurpleCommandsUiOps, to allow the UI to override the
653 built-in handling of commands.
654 * PurplePrefsUiOps, to allow the UI to override the way global
655 preferences are stored.
656 * PurpleAccountPrefsUiOps, to allow the UI to handle storage
657 of account preferences.
658 * purple_media_set_encryption_parameters
659 * purple_media_set_decryption_parameters
660 * purple_xfer_write_file
661 * purple_xfer_read_file
662 * purple_media_set_send_rtcp_mux
663 * purple_media_backend_set_send_rtcp_mux
704 * purple_srv_txt_query_destroy (accidentally left out of 2.8.0)
708 * pidgin_dialogs_plugins_info (should not be used by anything but Pidgin)
713 * Hash table to PurpleConvChat struct, used to make
714 purple_conv_chat_cb_find O(1).
715 * ui_data pointer to PurpleConvChatBuddy struct.
716 * deleting-chat-buddy signal (conversation signals)
717 * pidgin_pixbuf_from_data
718 * pidgin_pixbuf_anim_from_data
719 * pidgin_pixbuf_new_from_file
720 * pidgin_pixbuf_new_from_file_at_size
721 * pidgin_pixbuf_new_from_file_at_scale
724 * purple_conv_chat_set_users
725 * PurpleConvChat in_room list
727 version 2.8.0 (06/07/2011):
730 * account-authorization-requested-with-message signal (Stefan Ott)
732 * cleared-message-history signal (conversation signals)
733 * purple_account_add_buddy_with_invite
734 * purple_account_add_buddies_with_invite
735 * purple_dnsquery_a_account
736 * purple_notify_user_info_add_pair_plaintext
737 * purple_media_get_active_local_candidates
738 * purple_media_get_active_remote_candidates
739 * purple_media_manager_get_video_caps (Jakub Adam) (#13095)
740 * purple_media_manager_set_video_caps (Jakub Adam) (#13095)
741 * purple_pounce_destroy_all_by_buddy (Kartik Mohta) (#1131)
742 * purple_proxy_connect_socks5_account
743 * purple_srv_resolve_account
744 * purple_txt_resolve_account
745 * Added add_buddy_with_invite to PurplePluginProtocolInfo
746 * Added add_buddies_with_invite to PurplePluginProtocolInfo
747 * Added PurpleSrvTxtQueryUiOps which allow UIs to specify their
748 own mechanisms to resolve SRV and/or TXT queries. It works
749 similar to PurpleDnsQueryUiOps
750 * purple_marshal_BOOLEAN__POINTER_BOOLEAN (kawaii.neko) (#12599)
753 * purple_account_add_buddy
754 * purple_account_add_buddies_with_invite
756 * purple_proxy_connect_socks5
759 * add_buddy from PurplePluginProtocolInfo struct
760 * add_buddies from PurplePluginProtocolInfo struct
764 * pidgin_make_scrollable (Gabriel Schulhof) (#10599)
765 * chat-nick-clicked signal (kawaii.neko) (#12599)
766 * chat-nick-autocomplete signal (kawaii.neko) (#12599)
768 version 2.7.11 (03/10/2011):
771 * Four entries in the GHashTable passed when joining
772 an XMPP chat room which allow the UI to request a limited
773 amount of history. See XEP-0045 7.1.16 for details; the
774 entries are named history_maxchars, history_maxstanzas,
775 history_seconds, and history_since. history_since must be
776 interpretable by purple_str_to_time, and the prpl takes care
777 of formatting the time properly.
780 * Purple::find_conversation_with_account
781 * Purple::Conversation::Chat::send_with_flags
782 * Purple::Conversation::IM::send_with_flags
784 version 2.7.10 (02/06/2011):
787 version 2.7.9 (12/26/2010):
790 version 2.7.8 (12/19/2010):
793 version 2.7.7 (11/23/2010):
796 version 2.7.6 (11/21/2010):
799 version 2.7.5 (10/31/2010):
802 version 2.7.4 (10/20/2010):
805 * Purple::BuddyList::Chat::get_components
808 * Purple::BuddyList::Chat::new now works properly. Thanks
809 to Rafael in devel@conference.pidgin.im for reporting and
812 version 2.7.3 (08/10/2010):
815 * purple_account_[gs]et_public_alias no longer crash when
816 called for a protocol that doesn't support the underlying
817 calls and the caller does not specify a failure callback.
821 * Exposed log-subsystem signals.
825 * Changing the visibility (gtk_widget_hide/show) of
826 the widgets in the GtkIMHtmlToolbar should now affect
827 the visibility of the entries in the 'lean' view
828 (the default toolbar view).
831 * pidgin_check_if_dir
835 * gnt_tree_row_get_key, gnt_tree_row_get_next,
836 gnt_tree_row_get_prev, gnt_tree_row_get_child and
837 gnt_tree_row_get_parent.
839 version 2.7.2 (07/21/2010):
842 version 2.7.1 (05/29/2010):
845 version 2.7.0 (05/12/2010):
848 * Account signals (see account-signals.dox); useful for D-Bus
851 * account-connection-error
852 * purple_account_get_name_for_display
853 * purple_account_get_privacy_type
854 * purple_account_get_public_alias
855 * purple_account_set_privacy_type
856 * purple_account_set_public_alias
857 * buddy-caps-changed blist signal
858 * Added media_caps to the PurpleBuddy struct
859 * purple_buddy_get_media_caps
860 * purple_buddy_set_media_caps
861 * purple_certificates_import for importing multiple
862 certificates from a single file (and corresponding
863 import_certificates member of PurpleCertificateScheme struct)
864 * autojoin connection signal
865 * purple_contact_get_group
866 * sent-attention conversation signal
867 * got-attention conversation signal
868 * ui-caps-changed media manager signal
869 * purple_media_candidate_copy
870 * purple_media_codec_copy
871 * purple_media_manager_get_backend_type
872 * purple_media_manager_set_backend_type
873 * PurpleMood struct in status.h
874 * purple_network_get_all_local_system_ips, which returns all
875 local IPs on the system. On systems with the getifaddrs()
876 function, this will return both IPv4 and IPv6 addresses
877 (excluding link-local and loopback addresses). On others,
878 it returns just IPv4 addresses.
879 * purple_network_listen_family and
880 purple_network_listen_range_family. These will replace the
881 versions without _family in 3.0.0 and allow the caller to
882 specifically request either an IPv4 or IPv6 socket. IPv6 is
883 only supported if the getaddrinfo() function is available
884 at build-time (not the case on Windows, currently).
885 * purple_prpl_got_media_caps
886 * purple_request_action_with_icon
887 * purple_request_action_with_icon_varg
888 * purple_socket_get_family
889 * purple_socket_speaks_ipv4
890 * purple_unescape_text
892 * purple_xfer_get_thumbnail
893 * purple_xfer_get_thumbnail_mimetype
894 * purple_xfer_set_thumbnail
895 * purple_xfer_prepare_thumbnail
899 * pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)
900 * pidgin_dialogs_developers (should not be used by anything but Pidgin)
901 * pidgin_dialogs_translators (should not be used by anything but Pidgin)
902 * gtk_imhtmltoolbar_switch_active_conversation
903 * 'paste' signal for GtkIMHtml (more in gtkimhtml-signals.dox)
904 * 'drawing-buddy' signal for gtkblist (more in gtkblist-signals.dox)
906 version 2.6.6 (02/18/2010):
909 * purple_xfer_cancel_local is now called instead of
910 purple_xfer_request_denied if an error is found when selecting
911 a file to send. Request denied is still used when a receive
912 request is not allowed.
913 * xmlnode_from_str now properly handles parsing an attribute which
914 contain "<br>", which were previously transformed into a
915 newline character (libxml2 unescapes all entities except
916 representations of '&', and libpurple's purple_unescape_html
917 converts "<br>" to a newline).
921 * Corrected the package names for the PurpleProxyType and
922 PurpleLogReadFlags enums to have the correct number of colons
923 (from Purple::ProxyType::::<type> to Purple::ProxyType::<type>
924 and Purple::Log:ReadFlags::::<type> to
925 Purple::Log::ReadFlags::<type>) (Chris Foote)
927 version 2.6.5 (01/08/2010):
930 version 2.6.4 (11/29/2009):
933 version 2.6.3 (10/16/2009):
936 version 2.6.2 (09/05/2009):
939 * Purple::XMLNode::get_next(), which returns the next neighbor tag of
942 * Purple::XMLNode::get_child() will return the first child node if
943 passed "" or undef as the name of the node.
945 version 2.6.1 (08/18/2009):
948 version 2.6.0 (08/18/2009):
951 * PurpleMedia and PurpleMediaManager API
957 * Account signals (see account-signals.dox)
958 * account-actions-changed
961 * blist-node-added and blist-node-removed signals (see
963 * Three Blist UI ops used to overload libpurple's built-in saving
964 of the buddy list to blist.xml. If a UI implements these, it probably
965 wants to add the buddies itself and not call purple_blist_load.
966 * Three File Transfer UI ops used to overload libpurple's use of fread
967 and fwrite for saving a file locally. These allow a UI to stream a
968 file through a socket without buffering the file on the local disk.
969 * Jabber plugin signals (see jabber-signals.dox)
970 * purple_account_remove_setting
971 * purple_buddy_destroy
972 * purple_buddy_get_protocol_data
973 * purple_buddy_set_protocol_data
974 * purple_buddy_get_local_buddy_alias
975 * purple_blist_get_buddies
976 * purple_blist_get_ui_data
977 * purple_blist_set_ui_data
978 * purple_blist_node_get_ui_data
979 * purple_blist_node_set_ui_data
980 * purple_certificate_check_signature_chain_with_failing
981 * purple_chat_destroy
982 * purple_connection_get_protocol_data
983 * purple_connection_set_protocol_data
984 * purple_contact_destroy
985 * purple_conv_chat_invite_user
986 * purple_debug_is_unsafe
987 * purple_debug_is_verbose
988 * purple_debug_set_unsafe
989 * purple_debug_set_verbose
990 * purple_global_proxy_set_info
991 * purple_group_destroy
992 * purple_ipv4_address_is_valid
993 * purple_ipv6_address_is_valid
994 * purple_log_get_activity_score
995 * purple_markup_is_rtl
996 * purple_markup_escape_text
997 * purple_network_convert_idn_to_ascii
998 * purple_network_force_online
999 * purple_network_set_stun_server
1000 * purple_network_set_turn_server
1001 * purple_network_get_stun_ip
1002 * purple_network_get_turn_ip
1003 * purple_network_remove_port_mapping
1004 * purple_plugins_get_search_paths
1005 * purple_proxy_connect_udp
1006 * purple_prpl_get_media_caps
1007 * purple_prpl_got_account_actions
1008 * purple_prpl_initiate_media
1009 * purple_request_field_get_group
1010 * purple_request_field_get_ui_data
1011 * purple_request_field_set_ui_data
1012 * purple_ssl_connect_with_ssl_cn
1014 * purple_utf8_strip_unprintables
1015 * purple_util_fetch_url_request_len_with_account
1016 * purple_xfer_prpl_ready
1017 * purple_xfer_ui_ready
1019 * xmlnode_get_parent
1020 * xmlnode_set_attrib_full
1021 * PURPLE_STATUS_MOOD as a new PurpleStatusPrimitive
1024 * xmlnode_remove_attrib now removes all attributes with the
1025 same name. Previously, it would remove the first one found,
1026 which was completely non-deterministic. If you want to remove
1027 the attribute with no namespace, then use NULL with
1028 xmlnode_remove_with_namespace.
1029 * Plugins may now emit the jabber-sending-xmlnode signal in order
1030 to send stanzas; this method is preferred to the prpl send_raw
1031 function as other plugins listening to the signal see them.
1032 * The conversation-updated signal with a PURPLE_CONV_UPDATE_TYPING
1033 update type is emitted when receiving an IM. Previously, the
1034 typing state was modified (and the buddy-typing-stopped signal
1035 emitted), but this signal was not emitted.
1036 * Added a client_type field in the get_ui_info core UI op. See
1038 * Added introspection of signals exposed via the D-Bus API.
1039 * purple_find_buddies is now more efficient in the case where
1040 it is enumerating all the buddies for an account.
1041 * purple_find_group is now more efficient for large numbers of groups.
1042 * purple_find_conversation_with_account is more efficient for large
1043 numbers of concurrent conversations.
1044 * All DNS routines support internationalized domain names (IDNs) when
1045 libpurple is compiled with GNU libidn.
1046 * status is set before emitting signals in purple_xfer_set_status.
1047 * Creating multiple distinct chats with the same name (i.e. "MSN Chat")
1048 is deprecated and will be removed in libpurple 3.0.0.
1049 * purple_xfer_start now accepts -1 as the fd parameter if the protocol
1050 plugin will administer the transfer itself. 0 is still accepted for
1051 backward compatibility since older versions of libpurple will not
1055 * buddy-added and buddy-removed blist signals
1056 * purple_blist_destroy
1058 * purple_buddy_get_local_alias
1059 * purple_certificate_check_signature_chain
1060 * purple_ip_address_is_valid
1061 * purple_notify_user_info_remove_entry
1063 * purple_status_type_set_primary_attr
1064 * purple_status_type_add_attr
1065 * purple_status_type_add_attrs
1066 * purple_status_type_add_attrs_vargs
1067 * purple_status_type_get_primary_attr
1068 * purple_status_set_attr_boolean
1069 * purple_status_set_attr_int
1070 * purple_status_set_attr_string
1071 * purple_presence_add_status
1072 * purple_presence_add_list
1073 * purple_util_fetch_url_request_len
1074 * xmlnode_set_attrib_with_namespace
1075 * xmlnode_set_attrib_with_prefix
1079 * gtk_imhtml_class_register_protocol
1080 * gtk_imhtml_link_get_url, gtk_imhtml_link_get_text_tag,
1081 gtk_imhtml_link_activate functions to process GtkIMHtmlLink
1082 objects from GtkIMHtml protocol callbacks.
1083 * gtk_imhtml_set_return_inserts_newline
1084 * gtk_imhtml_set_populate_primary_clipboard
1085 * pidgin_blist_set_theme
1086 * pidgin_blist_get_theme
1087 * pidgin_prefs_labeled_password
1088 * pidgin_smiley_editor_set_data
1089 * pidgin_sound_is_customized
1090 * pidgin_utils_init, pidgin_utils_uninit
1091 * pidgin_notify_pounce_add
1092 * PidginBlistTheme, PidginBlistThemeLoader API
1093 * PidginIconTheme, PidginStatusIconTheme, PidginIconThemeLoader
1095 * pidgin_stock_id_from_status_primitive
1096 * pidgin_stock_id_from_presence
1100 * GntProgressBar and functions (Saleem Abdulrasool)
1104 * Purple::XMLNode::get_name()
1107 * Made a bunch of functions act more perl-like. Call the new()
1108 functions as Class->new(...) instead of Class::new(...):
1109 * Purple::Request::Fields::new
1110 * Purple::Request::Field::new
1111 * Purple::Request::Field::account_new
1112 * Purple::Request::Field::bool_new
1113 * Purple::Request::Field::choice_new
1114 * Purple::Request::Field::int_new
1115 * Purple::Request::Field::label_new
1116 * Purple::Request::Field::list_new
1117 * Purple::Request::Field::string_new
1118 * Purple::Request::Field::group_new
1119 * Make the XMLNode API more perl-like. Don't pass len
1120 parameters and call them like:
1122 * $xmlnode->to_str()
1123 * $xmlnode->to_formatted_str()
1124 * Purple::XMLNode::from_str(...)
1125 version 2.5.9 (08/18/2009):
1128 version 2.5.8 (06/27/2009):
1131 version 2.5.7 (06/20/2009):
1134 version 2.5.6 (05/19/2009):
1137 version 2.5.5 (03/01/2009):
1140 * purple_status_type_new now defaults "saveable" to TRUE.
1141 This was necessary in order to maintain the current behavior
1142 while fixing non-saveable statuses not to be saved.
1143 * xmlnode_get_prefix, xmlnode_to_str and xmlnode_to_formatted_str
1144 now all take a const xmlnode* instead of an xmlnode*
1146 version 2.5.4 (01/12/2009):
1149 * Purple::PluginPref->get_bounds no longer takes two integer
1150 arguments it now returns two integers.
1153 * Removed a handful of string-related utility functions that
1154 can generally be better handled with perl's built-in string
1155 functions rather than using pidgin's:
1156 * Purple::Util::strcasereplace
1157 * Purple::Util::strcasestr
1158 * Purple::Util::strreplace
1159 * Purple::Util::str_strip_char
1160 * Purple::Util::chrreplace
1162 version 2.5.3 (12/20/2008):
1165 * purple_util_fetch_url and purple_util_fetch_url_request can
1166 now fetch https URLs
1168 version 2.5.0 (08/18/2008):
1171 * Connection flag PURPLE_CONNECTION_ALLOW_CUSTOM_SMILEY to indicate
1172 that the connection supports sending and receiving custom smileys.
1173 * PurpleSmiley and the Smiley API.
1174 * purple_serv_got_join_chat_failed
1175 * chat-join-failed signal (see conversation-signals.dox)
1176 * chat-invite-blocked and blocked-im-msg signals (see
1177 converation-signals.dox) (Thanks to Stefan Ott)
1178 * purple_blist_update_node_icon
1179 * purple_buddy_icons_node_has_custom_icon
1180 * purple_buddy_icons_node_find_custom_icon
1181 * purple_buddy_icons_node_set_custom_icon
1182 * purple_buddy_icons_node_set_custom_icon_from_file
1183 * purple_notify_user_info_prepend_section_break
1184 * purple_notify_user_info_prepend_section_header
1185 * "website" and "dev_website" items to the ui_info hash table
1186 * purple_cmds_get_handle, purple_cmds_init, purple_cmds_uninit
1187 * cmd-added and cmd-removed signals
1188 * purple_get_host_name
1189 * purple_util_fetch_url_len (temporary function overload to add max_len param)
1190 * purple_util_fetch_url_request_len
1191 * purple_prpl_send_attention
1192 * purple_prpl_got_attention
1193 * purple_prpl_got_attention_in_chat
1196 * purple_blist_update_buddy_icon
1197 * purple_buddy_icons_has_custom_icon
1198 * purple_buddy_icons_find_custom_icon
1199 * purple_buddy_icons_set_custom_icon
1200 * pidgin_set_custom_buddy_icon
1201 * purple_util_fetch_url_len
1202 * purple_util_fetch_url_request_len
1203 * serv_send_attention
1204 * serv_got_attention
1207 * xmlnode_copy now copies the prefix and namespace map for nodes.
1211 * gtk_imhtml_smiley_create, gtk_imhtml_smiley_reload and
1212 gtk_imhtml_smiley_destroy to deal with GtkIMHtmlSmiley's.
1213 * pidgin_pixbuf_from_imgstore to create a GdkPixbuf from a
1215 * pidgin_themes_smiley_themeize_custom to associate custom smileys to
1217 * GTK_IMHTML_CUSTOM_SMILEY flag for GtkIMHtml.
1218 * GTK+ Custom Smiley API.
1220 version 2.4.2 (05/17/2008):
1223 * Purple::Prefs::get_children_names.
1224 * Purple::timeout_remove.
1226 * Purple::timeout_add now returns a handle which can be used
1227 to remove the timeout.
1228 * Callbacks to Purple::Util::fetch_url and the
1229 Purple::Request::* functions can now be specified as both
1230 strings (the name of the callback function) and as coderefs.
1233 * Added gnt_bindable_check_key to check if a keystroke is bound.
1235 version 2.4.0 (02/29/2008):
1238 * purple_certificate_add_ca_search_path. (Florian Quèze)
1239 * purple_gai_strerror.
1240 * purple_major_version, purple_minor_version,
1241 purple_micro_version variables are exported by version.h,
1242 giving the version of libpurple in use at runtime.
1243 * purple_util_set_current_song, purple_util_format_song_info
1244 * purple_ip_address_is_valid
1245 * Some accessor functions to the Roomlist API:
1246 * purple_roomlist_get_fields
1247 * purple_roomlist_room_get_type
1248 * purple_roomlist_room_get_name
1249 * purple_roomlist_room_get_parent
1250 * purple_roomlist_room_get_fields
1251 * purple_roomlist_field_get_type
1252 * purple_roomlist_field_get_label
1253 * purple_roomlist_field_get_hidden
1254 * unlocalized_name field in PurpleAttentionType for UIs that need it.
1255 * Some accessor and mutator functions for PurpleAttentionType:
1256 * purple_attention_type_set_name
1257 * purple_attention_type_set_incoming_desc
1258 * purple_attention_type_set_outgoing_desc
1259 * purple_attention_type_set_icon_name
1260 * purple_attention_type_set_unlocalized_name
1261 * purple_attention_type_get_name
1262 * purple_attention_type_get_incoming_desc
1263 * purple_attention_type_get_outgoing_desc
1264 * purple_attention_type_get_icon_name
1265 * purple_attention_type_get_unlocalized_name
1266 * Add some PurpleBuddyListNode accessor functions:
1267 * purple_blist_node_get_parent
1268 * purple_blist_node_get_first_child
1269 * purple_blist_node_get_sibling_next
1270 * purple_blist_node_get_sibling_prev
1271 * Added last_received to PurpleConnection, the time_t of the
1272 last received packet.
1273 * Added some more accessor functions:
1274 * purple_chat_get_account
1275 * purple_chat_get_components
1276 * purple_connection_get_prpl
1277 * purple_xfer_get_start_time
1278 * purple_xfer_get_end_time
1279 * purple_serv_got_private_alias for prpls to call after receiving a
1280 private alias from the server.
1284 * pidgin_create_dialog to create a window that closes on escape. Also
1285 added utility functions pidgin_dialog_get_vbox_with_properties,
1286 pidgin_dialog_get_vbox, pidgin_dialog_get_action_area to access the
1287 contents in the created dialog. (Peter 'fmoo' Ruibal)
1288 * pidgin_dialog_add_button to add buttons to a dialog created by
1289 pidgin_create_dialog.
1290 * GTK_IMHTML_NO_SMILEY for GtkIMHtmlOptions means not to look for
1291 smileys in the text. (Florian 'goutnet' Delizy)
1292 * pidgin_auto_parent_window to make a window transient for a suitable
1294 * pidgin_tooltip_setup_for_treeview, pidgin_tooltip_destroy,
1295 pidgin_tooltip_show and pidgin_tooltip_setup_for_widget to simplify
1296 the process of drawing tooltips.
1297 * pidgin_add_widget_to_vbox to simplify adding a labeled widget to a
1304 * finch_roomlist_get_ui_ops and finch_roomlist_show_all
1305 * finch_request_field_get_widget to get the widget for a request
1307 * finch_blist_get_tree to get the GntTree widget representing the
1309 * FinchBlistManager structure to manage the buddylist view, and some
1310 util functions finch_blist_install_manager,
1311 finch_blist_uninstall_manager, finch_blist_manager_find and
1312 finch_blist_manager_add_node.
1313 * Added finch_log_show, finch_log_show_contact, finch_syslog_show,
1314 finch_log_init, finch_log_get_handle, finch_log_uninit
1317 * Added gnt_tree_set_row_color to set the color for a row in a tree.
1318 * Added gnt_style_get_string_list
1319 * Added gnt_color_add_pair to define a new color.
1320 * Added gnt_colors_get_color to get an ncurses color value from a
1322 * Added gnt_style_get_color to get a color pair from an entry in
1324 * Added gnt_tree_get_parent_key to get the key for the parent row.
1326 version 2.3.0 (11/24/2007):
1329 * a PurpleConversation field and an alias field in PurpleConvMessage
1330 * account-authorization signals (see account-signals.dox for
1331 details) (Stefan Ott)
1332 * libpurple/purple.h, which includes #define's and #include's
1333 required to compile stand-alone plugins
1334 * PURPLE_STATUS_TUNE as a new PurpleStatusPrimitive
1335 * purple_plugin_disable(), which is intended to be called when
1336 a purple_plugin_unload()--which was called when a user tried
1337 to unload a plugin--fails. This then prevents the plugin
1338 from being saved in the saved plugins list, so it'll won't
1339 be loaded at the next startup.
1340 * PurpleDisconnectReason enumeration of machine-readable
1341 types of connection error.
1342 * purple_connection_error_reason(), to be used by prpls
1343 (instead of purple_connection_error() and setting
1344 gc->wants_to_die) to report errors along with a
1345 PurpleDisconnectReason.
1346 * PurpleConnectionUiOps.report_disconnect_reason, to be
1347 implemented by UIs (rather than .report_disconnect) if
1348 they want to use the reported PurpleDisconnectReason
1349 to give a more specific error.
1350 * A connection-error signal, fired just after the UiOp is
1351 called with the same information.
1352 * purple_connection_reason_is_fatal(), acting as a hint
1353 to whether automatic reconnection should be attempted
1354 after a connection error (rather than checking
1356 * PurpleConnectionErrorInfo, a struct to hold a
1357 PurpleConnectionError and a const char *description.
1358 * purple_account_get_current_error() to get the most recent
1359 PurpleConnectionError and description (or NULL if the
1360 account is happy with life), to allow bits of the UI to know
1361 the last error without caching it themselves (as
1362 PidginBuddyList does).
1363 * purple_account_clear_current_error() to reset an account's
1364 error state to NULL.
1365 * An account-error-changed signal, firing when
1366 purple_account_get_current_error()'s return value changes.
1368 * PidginMiniDialog, a Gtk widget-ified version of
1369 pidgin_make_mini_dialog().
1371 * purple_util_init()
1372 * purple_util_uninit()
1374 * purple_network_listen_map_external() to temporarily disable
1375 mapping ports externally via NAT-PMP or UPnP.
1378 * purple_plugin_unload() now honors the return value of a
1379 plugin's unload function and can actually return FALSE now.
1380 * purple_plugin_unload() no longer does its own notifications
1381 when a dependent plugin fails to unload. The UI should do
1382 something appropriate.
1384 * pidgin_make_mini_dialog() now declares its return type to be
1385 GtkWidget * rather than void *. This should not break any
1386 existing code since any code using it must already rely on
1387 the return type actually being GtkWidget * all along.
1390 * pidgin_dialogs_about()
1391 * pidgin_log_show_contact()
1393 * pidgin_plugin_dialog_show()
1394 * pidgin_pounce_editor_show()
1395 * pidgin_pounces_manager_show()
1396 * pidgin_syslog_show()
1398 * purple_connection_error()
1399 * pidgin_blist_update_account_error_state()
1400 * PidginBuddyList.connection_errors
1401 * purple_network_listen_map_external()
1404 * A new independant status type with PURPLE_STATUS_TUNE primitive, and
1405 PURPLE_TUNE_ARTIST, PURPLE_TUNE_ALBUM and PURPLE_TUNE_TITLE
1409 * A new independant status type with PURPLE_STATUS_TUNE primitive, and
1410 PURPLE_TUNE_{ARTIST, TITLE, ALBUM, GENRE, COMMENT, TRACK, TIME,
1411 YEAR, URL} attributes.
1415 * Added gnt_color_pair, which will try to intelligenty set text
1416 attributes in place of colors if the terminal doesn't have color
1417 support. (Bug: #3560) All future code should use gnt_color_pair
1418 instead of COLOR_PAIR.
1419 * Added gnt_menuitem_set_id and gnt_menuitem_get_id to set and get the
1420 string id of a menuitem respectively.
1421 * Added gnt_window_get_accel_item, which returns a the id of a menuitem
1422 bound to a keystroke.
1423 * Added gnt_menu_get_item to get a menuitem of the given id from a
1425 * Added gnt_menuitem_activate, which triggers the 'activate' signal on
1426 the menuitem and calls the callback function, if available.
1427 * Added GntEntryKillRing in GntEntry.
1428 * Added gnt_window_set_maximize and gnt_window_get_maximize, and
1429 GntWindowFlags enum.
1431 version 2.2.2 (10/23/2007):
1434 * The size parameter of purple_util_write_data_to_file_absolute
1435 has been changed to gssize instead of a size_t to correctly
1436 indicate that -1 can be used for a nul-delimited string.
1437 * The documentation for purple_savedstatuses_get_popular used to
1438 incorrectly claim that the active status is excluded from the
1439 returned list. The documentation has been corrected. Also, the
1440 function now returns a correct list when called with a value of 0.
1442 version 2.2.0 (09/13/2007):
1445 * PURPLE_MESSAGE_INVISIBLE flag, which can be used by
1446 purple_conv_im_send_with_flags to send a message, but not display it
1448 * serv_send_attention(), serv_got_attention(), as well as send_attention
1449 and attention_types in PurplePluginProtocolInfo. This new API is used
1450 for zapping in MySpaceIM, buzzing in Yahoo, and nudging in MSN.
1451 * PurpleConvMessage structure to represent a message in a
1452 conversation. purple_conversation_message_get_sender,
1453 purple_conversation_message_get_message,
1454 purple_conversation_message_get_flags and
1455 purple_conversation_message_get_timestamp to get information about a
1457 * purple_conversation_get_message_history() to retrieve a list of
1458 PurpleConvMessage's in a conversation, and
1459 purple_conversation_clear_message_history to clear the history.
1460 * purple_certificate_* functions in libpurple/certificate.h - "A public-key certificate API"
1461 * purple_ssl_get_peer_certificates() and associated field in PurpleSslOps to retrieve a server's presented SSL certificate chain.
1462 * PurpleSslConnection::verifier to provide a "how to verify the peer's certificates" callback to the SSL handlers. See certificate.h for more on this.
1463 * purple_ssl_connect_with_host_fd() to create an SSL connection from a file descriptor and provide a hostname with it to authenticate the peer against.
1466 * purple_prefs_load is now called within purple_prefs_init.
1467 The UI no longer needs to call it.
1468 * writing-im-msg now receives the conversation name as the who
1469 argument if the caller of purple_conversation_write didn't
1470 provide a value for who.
1474 * pidgin_set_accessible_relations, sets up label-for and labelled-by
1475 ATK relations (broken out from pidgin_set_accessible_label)
1476 * pidgin_conv_attach_to_conversation, to reattach the Pidgin UI to a
1478 * conversation-hiding and conversation-displayed signals.
1479 * pidgin_text_combo_box_entry_new, pidgin_text_combo_box_entry_get_text
1480 and pidgin_text_combo_box_entry_set_text
1483 * pidgin_conversations_fill_menu now also adds a separator and a 'Show
1484 All' item if there are more than one conversations in the list.
1488 * finch_sound_is_enabled
1489 * The reserved field in the FinchConv is now used to store information
1490 about the conversation (using FinchConversationFlag)
1491 * finch_account_dialog_show
1494 * gnt_slider_set_small_step, gnt_slider_set_large_step to allow more
1495 fine tuned updates of a GntSlider
1496 * gnt_util_parse_xhtml_to_textview to parse XHTML strings in a
1497 GntTextView (this works only if libxml2 is available)
1499 version 2.1.1 (08/20/2007):
1502 * PurpleAccountUiOps.request_authorize's authorize_cb and
1503 deny_cb parameters now correctly have type
1504 PurpleAccountRequestAuthorizationCb rather than GCallback.
1505 (You'll want to change your UI's implementation's signature
1506 to avoid warnings, and then remove some now-redundant casts
1507 back to the proper type.)
1509 version 2.1.0 (7/28/2007):
1512 * purple-remote: added getstatus command
1513 * conversation-extended-menu signal (See Doxygen docs)
1514 * OPT_PROTO_SLASH_COMMANDS_NATIVE protocol option to indicate that
1515 slash commands are "native" to the protocol
1516 * PURPLE_MESSAGE_NO_LINKIFY message flag to indicate that the message
1517 should not be auto-linkified
1518 * PurpleEventLoopUiOps.timeout_add_seconds
1519 UIs can now use better scheduling for whole-second timers. For
1520 example, clients based on the glib event loop can now use
1521 g_timeout_add_seconds.
1522 * purple_blist_node_get_type
1523 * purple_conversation_do_command
1524 * purple_conversation_get_extended_menu
1525 * purple_core_ensure_single_instance
1526 This is for UIs to use to ensure only one copy is running.
1527 * purple_dbus_is_owner
1528 * purple_timeout_add_seconds
1529 Callers should prefer this to purple_timeout_add for timers
1530 longer than 1 second away. Be aware of the rounding, though.
1531 * purple_xfer_get_remote_user
1532 * purple_pounces_get_all_for_ui
1533 * purple_prefs_get_children_names
1534 * added displaying-email-notification and
1535 displaying-emails-notification signals
1538 * The documentation of the following functions now properly
1539 declares that the returned value must not be modified or
1540 freed, which was always the case:
1541 * purple_accounts_get_all
1542 * purple_connections_get_all
1543 * purple_connections_get_connecting
1544 * purple_conv_chat_get_ignored
1545 * purple_conv_chat_get_users
1547 * purple_get_conversations
1549 * purple_notify_user_info_get_entries
1550 * The following functions now return a GList* instead of a
1551 const GList*, as const is not very useful with GLists. The
1552 returned value still must not be modified or freed:
1553 * purple_account_get_status_types
1554 * purple_mime_document_get_fields
1555 * purple_mime_document_get_parts
1556 * purple_mime_part_get_fields
1557 * purple_request_fields_get_required
1558 * purple_request_field_list_get_selected
1559 * purple_request_field_list_get_items
1560 * purple_status_type_get_attrs
1561 * purple_presence_get_statuses
1562 * purple_request_field_list_set_selected now takes a GList*
1563 instead of a const GList* for items, as const is not very
1564 useful with GLists. The passed list is still not modified
1566 * purple_presence_add_list now takes a GList* instead of a
1567 const GList* for source_list, as const is not very useful with
1568 GLists. The passed list is still not modified or freed.
1572 * gtk_imhtml_setup_entry
1573 * pidgin_create_window
1574 * pidgin_retrieve_user_info and pidgin_retrieve_user_info_in_chat,
1575 shows immediate feedback when getting information about a user.
1576 * gtk_imhtml_animation_new
1577 Can be used for inserting an animated image into an IMHTML.
1578 * pidgin_menu_position_func_helper
1579 * pidgin_blist_get_name_markup, returns the buddy list markup
1580 text for a given buddy.
1581 * pidgin_blist_draw_tooltip and pidgin_blist_tooltip_destroy
1582 for creating blist tooltips from outside of buddy list code
1583 * pidgin_themes_remove_smiley_theme
1586 * pidgin_append_menu_action returns the menuitem added to the menu.
1587 * pidgin_separator returns the separator added to the menu.
1588 * PidginConversation has struct members to handle the new info
1597 * finch_retrieve_user_info
1601 * GntWS for workspaces
1602 * gnt_tree_set_column_title
1604 * "completion" signal for GntEntry
1605 * "terminal-refresh" signal for GntWM, with a corresponding entry
1607 * New flags for GntTextView to decide whether to word-wrap or show
1608 scrollbars (GntTextViewFlag) which can be set by
1609 gnt_text_view_set_flag
1610 * gnt_style_get_from_name
1611 * gnt_window_present
1612 * gnt_tree_set_column_width_ratio
1613 * gnt_tree_set_column_resizable
1614 * gnt_tree_set_column_is_right_aligned
1615 * gnt_tree_set_search_function, gnt_tree_set_search_column,
1616 gnt_tree_is_searching
1617 * 'file-selected' signal is emited for GntFileSel
1618 * gnt_style_parse_bool
1619 * gnt_util_set_trigger_widget
1622 * gnt_tree_get_rows() now returns a GList* instead of a const
1623 GList*, as const is not very useful with GLists. The
1624 returned value still must not be modified or freed.
1625 * Instead of keeping an 'invisible' item, the GntTreeColumns now
1626 maintain 'flags' with the appropriate flags set
1628 version 2.0.2 (6/14/2007):
1631 * pidgin_dialogs_alias_contact: This will be removed in 3.0.0
1632 unless there is sufficient demand to keep it.
1634 version 2.0.0 (5/3/2007):
1635 Please note all functions, defines, and data structures have been
1636 re-namespaced to match the new names of Pidgin, Finch, and libpurple.
1637 All gaim_gtk_* functions are now pidgin_*, former libgaim functions are
1638 now purple_*. Please consult our doxygen documentation for a complete
1641 The gaim-compat.h header exists to provide an API compatibility layer
1642 for libpurple functions. As an API compatibility layer, it must be
1643 included at compile time to be of use.
1646 * All the status stuff. Yay!
1647 * gaim_prefs_connect_callback(), added handle parameter
1648 * gtk_imhtml_toolbar now descends from GtkHBox making it easier to add your
1650 * gaim_find_conversation_with_account, added a "type" parameter
1651 * gaim_gtk_prefs_labeled_spin_button, the "key" parameter is now a
1652 const char* instead of just a char*
1653 * gaim_gtk_prefs_labeled_entry, the "key" parameter is now a const char*
1654 instead of just a char*
1655 * the add_buddy perl sub. The sub now takes the account as the first
1656 argument, and buddy and group as the second and third. It also adds
1657 the buddy to the server-side buddy list of the given account.
1658 * gaim_connection_new, gaim_account_connect and gaim_account_register no
1659 longer return a GaimConnection
1660 * keep_alive in GaimConnection is renamed to keepalive
1661 * gaim_mkstemp, added a second argument, a boolean, of whether or not the
1663 * gaim_log_logger_new, rewritten
1664 * gaim_conv_window_remove_conversation()'s last argument to be a
1666 * A new blocked icon: pixmaps/status/default/blocked.png
1667 * In pixmaps/status/default: extendedaway.png renamed to extended_away.png
1668 * In pixmaps/status/default: na.png renamed to unavailable.png
1669 * gtk_imhtml_toggle_bold(): No longer returns a value
1670 * gtk_imhtml_toggle_italic(): No longer returns a value
1671 * gtk_imhtml_toggle_underline(): No longer returns a value
1672 * gtk_imhtml_toggle_strike(): No longer returns a value
1673 * gtk_imhtml_scroll_to_end(): Added the smooth paramter
1674 * gaim_log_new(), added conv parameter
1675 * gaim_buddy_icon_new(), leaves a reference which the caller owns. Use
1676 gaim_buddy_icon_unref() immediately if you don't want a reference (the
1678 * GAIM_CONV_UNKNOWN to GAIM_CONV_TYPE_UNKNOWN.
1679 * GAIM_CONV_IM to GAIM_CONV_TYPE_IM.
1680 * GAIM_CONV_CHAT to GAIM_CONV_TYPE_CHAT.
1681 * GAIM_CONV_MISC to GAIM_CONV_TYPE_MISC.
1682 * GAIM_CONV_ANY to GAIM_CONV_TYPE_ANY.
1683 * GaimConversationUiOps.write_conv, Replaced const char *who with
1684 const char *name, const char *alias
1685 * gaim_conv_chat_add_users(), added extra_msgs and new_arrivals (pass NULL
1686 and FALSE respectively, to get the same behavior as before)
1687 * chat_add_users in GaimConversationUiOps, added cbuddies and
1688 new_arrivals and removed buddies.
1689 * chat_rename_user in GaimConversationUiOps, added new_alias
1690 * gaim_conv_chat_cb_new(), added alias. (pass NULL to get the same
1691 behavior as before).
1692 * GaimConversation.log became GList * GaimConversation.logs, so that a
1693 conversation can have multiple logs at once
1694 * gaim_conv_chat_add_user, added extra_msgs
1695 * gaim_notify_userinfo, removed primary and secondary parameters
1696 * GaimNotifyUiOps.notify_userinfo: removed title, primary, and
1697 secondary parameters
1698 * Idle timers are now added and removed in gtkidle.c in response
1699 to the signed-on and signed-off signals
1700 * GaimXfer->ops.read, GaimXfer->ops.write, gaim_xfer_set_read_fnc(),
1701 gaim_xfer_set_write_fnc(), gaim_xfer_read(), gaim_xfer_write():
1702 Changed ssize_t to gssize
1703 * serv_got_im, serv_got_chat_in, serv_send_im and serv_chat_send all use
1704 GaimMessageFlags instead of GaimConvImFlags / GaimConvChatFlags
1705 * All core<->prpl message passing now uses html. This was previously true
1706 for receiving messages, it's now also true for sending them. prpls that
1707 don't support html need to gaim_unescape_html() the message.
1708 * Notify API: GCallback -> GaimNotifyCloseCallback,
1709 void *user_data -> gpointer user_data
1710 * gaim_notify_searchresults_get_rows_count,
1711 gaim_notify_searchresults_get_columns_count: return type now guint
1712 * gaim_account_notify_added: No longer checks if there is a
1713 GaimBuddy for the added user, that's left up to the prpls. See the
1714 documentation for this function and gaim_account_request_add.
1715 * gaim_accounts_reorder: new_index is now a gint instead of a size_t
1716 * displaying-message signals: displaying-[im|chat]-msg and
1717 displayed-[im|chat]-msg signals are emitted for all messages
1718 (ie, for received messages, sent messages, system messages, error
1719 messages etc.), and the signals now have
1720 gaim_gtk_conversations_get_handle() for their handle.
1721 * GAIM_NOTIFY_BUTTON_ADD_BUDDY to GAIM_NOTIFY_BUTTON_ADD
1722 * conversation-switched: This signal has been moved from conversation to
1723 the UI and the signal-handlers only receive the
1724 conversation that has been switched to.
1725 * GaimPluginProtocolInfo: Added offline_message
1726 * GaimPluginProtocolInfo: Added whiteboard_prpl_ops
1727 * GaimPluginProtocolInfo: Added media_prpl_ops
1728 * GaimPluginProtocolInfo: Added "user_info" argument to tooltip_text,
1729 changed the return type to void
1730 * GaimPluginProtocolInfo: Added "full" argument to tooltip_text
1731 * gaim_pounce_new(): Added option argument for pounce options
1732 * gaim_network_listen() and gaim_network_listen_range(): Added
1733 socket_type parameter to allow creation of UDP listening. Modified
1734 to be asynchronous with a callback to allow for UPnP operation.
1735 Returns a data structure that can be used to cancel the listen
1736 attempt using gaim_network_listen_cancel()
1737 * GaimPrefCallback: val is now a gconstpointer instead of a gpointer
1738 * gtk_imhtml_get_current_format(): the arguments are now set to TRUE or
1739 FALSE. Previously they were set to TRUE or left alone. Also, you
1740 may now pass NULL if you're not interested in a specific formatting.
1741 * Smiley Themes: Backslashes must be backslash-escaped.
1742 * Plugins: Depedencies are now honored when unloading plugins.
1743 * gaim_markup_extract_info_field(): Added format_cb parameter.
1744 * gaim_markup_extract_info_field(): Changed GString parameter to a GaimNotifyUserInfo paramter.
1745 * gaim_str_to_time(): Added support for parsing the MM/DD/YYYY format.
1746 * gaim_plugin_action_new(): label is now const char *
1747 * gaim_plugin_pref_new_with_name(): name is now const char *
1748 * gaim_plugin_pref_new_with_label(): label is now const char *
1749 * gaim_plugin_pref_new_with_name_and_label(): name and label are
1751 * gaim_plugin_pref_set_name(): name is now const char *
1752 * gaim_plugin_pref_get_name(): return type is now const char *
1753 * gaim_plugin_pref_set_label(): label is now const char *
1754 * gaim_plugin_pref_get_label(): return type is now const char *
1755 * gaim_plugin_pref_add_choice(): label is now const char *
1756 * struct proto_chat_entry: label is now const char *
1757 * struct proto_chat_entry: identifier is now const char *
1758 * All network activity has been updated to use non-blocking sockets.
1759 This means that plugins must be updated to expect such a socket from
1760 gaim_proxy_connect() and gaim_network_listen*().
1761 * gaim_proxy_connect(): changed to return NULL on error and a pointer
1762 to a GaimProxyConnectInfo object which can be used to cancel
1763 connection attempts using gaim_proxy_connect_cancel(). Also added
1764 a 'handle' parameter that can be used to cancel the connection
1765 attempt using gaim_proxy_connect_cancel_with_handle().
1766 * gaim_gethostbyname_async(): Renamed to gaim_dnsquery_a() and
1767 changed to return a pointer to a data structure that can be
1768 used to cancel the pending DNS query using gaim_dnsquery_destroy()
1769 * gaim_url_fetch(): Renamed to gaim_util_fetch_url() and changed
1770 to return a pointer to a data structure that can be used to cancel
1771 the pending HTTP request using gaim_util_fetch_url_cancel().
1772 Corresponding callback has changed to accept this data structure
1773 as its first argument, and to accept an error message as an
1774 additional final argument.
1775 * gaim_gtk_create_imhtml(): Added sw_ret() parameter
1776 * gaim_account_get_log(): Added create parameter
1777 * GAIM_CMD_P_VERYHIGH is now GAIM_CMD_P_VERY_HIGH
1778 * gtk_imhtml_search_find(): Now wraps around to the top instead of
1779 clearing the search at the end.
1780 * gaim_gtkxfer_dialog_show: Can now take NULL to show (and possibly
1781 create) a default gtkxfer dialog.
1782 * CHAT_USERS_BUDDY_COLUMN became CHAT_USERS_WEIGHT_COLUMN, along with
1783 a change in the values stored in the column.
1784 * gaim_find_buddies() returns a list of all buddies in the account if name
1786 * gaim_gtk_set_custom_buddy_icon() sets custom icon for a user.
1787 * Hid the definition of _GaimStringref, which already had a warning to
1788 avoid accessing it directly.
1789 * notify_userinfo() UI op is passed a GaimNotifyUserInfo instead of a char*
1790 for the user information
1791 * gaim_buddy_icon_get_scale_size() and was changed to ALWAYS scale
1792 the icon instead of only when icon_spec->scale_rules contains
1793 GAIM_ICON_SCALE_DISPLAY. Callers should be changed to check the
1794 scale_rules before calling this function.
1795 * gaim_gtk_buddy_icon_get_scale_size() was changed to accept an
1796 additional parameter which is used to determine what kind of
1797 scaling should be done, if any.
1798 * purple_request_input(), purple_request_choice(),
1799 purple_request_choice_varg(), purple_request_action(),
1800 purple_request_action_varg(), purple_request_fields(),
1801 purple_request_yes_no(), purple_request_ok_cancel(),
1802 purple_request_accept_cancel(), purple_request_file(), and
1803 purple_request_folder() was changed to accept account, who, and
1804 conversation parameters for associating the request with an account, a
1805 buddy, or a conversation.
1806 * Significant changes to the buddy icon and imgstore APIs. If you
1807 were using any of it, it's best to look at the header files or
1808 Doxygen documentation, but here are some significant changes:
1809 purple_buddy_icon_new() now takes ownership of ("frees") icon_data
1810 purple_buddy_icon_set_data(): likewise for data
1811 purple_buddy_icon_set_for_user(): likewise for data
1812 purple_buddy_icon_set_for_user() now takes a checksum parameter
1813 purple_imgstore_add() was renamed to purple_imgstore_add_with_id()
1814 which takes ownership of data
1817 * gaim_gtk_sound_{get,set}_mute() (replaced by the /gaim/gtk/sound/mute
1819 * gaim_escape_html(const char *html) (use g_markup_escape_text(html, -1)
1821 * gaim_accounts_sync, account changes are now scheduled to be saved
1823 * gaim_connection_connect
1824 * gaim_connection_disconnect
1825 * gaim_connection_register
1826 * gaim_accounts_auto_login
1827 * gaim_find_conversation, use gaim_find_conversation_with_account instead
1828 * gaim_chat_get_display_name
1829 * gaim_conversation_set_history, gaim_conversation_get_history, and
1830 GaimConversation->history. Use gtk_imhtml_get_markup instead.
1831 * set_gaim_user_dir to gaim_util_set_user_dir
1832 * create_prpl_icon to gaim_gtk_create_prpl_icon
1833 * Window flashing support in the core: gaim_conv_window_flash, and flash UI
1834 operation for conversations. Use signal "received-im-msg" or similar.
1835 * All warning stuff from the core.
1836 * gaim_gtkconv_get_dest_tab_at_xy(), instead use gaim_gtkconv_get_tab_at_xy()
1837 * chat_add_user from GaimConversationUiOps: only chat_add_users is used
1838 * chat_remove_user from GaimConversationUiOps: only chat_remove_users is used
1839 * uc from the GaimBuddy struct
1840 * gaim_sound_get_handle()
1841 * gaim_debug_vargs()
1842 * serv_add_buddy(); use gaim_account_add_buddy() instead
1843 * serv_add_buddies(); use gaim_account_add_buddies() instead
1844 * serv_change_passwd(); use gaim_account_change_password() instead
1846 * serv_finish_login()
1848 * serv_remove_buddy(); use gaim_account_remove_buddy() instead
1849 * serv_remove_buddies(); use gaim_account_remove_buddies() instead
1850 * serv_rename_group()
1851 * serv_set_buddyicon(): use gaim_account_set_buddy_icon() instead
1852 * serv_touch_idle(): use gaim_gtk_check_idle() instead
1853 * GaimGtkImPane->a_virgin
1854 * gaim_str_strip_cr(); use gaim_str_strip_char(str, '\r') instead
1855 * gaim_find_buddys_group renamed to gaim_buddy_get_group
1856 * gaim_gtkpounce_menu_build()
1857 * gaim_gtkpounce_dialog_show()
1858 * GaimGtkBuddyList->bpmenu
1859 * GaimConvImFlags and GaimConvChatFlags; use GaimMessageFlags instead
1860 * cb and user_data from the ops in GaimNotifyUiOps: This is now handled
1861 by the notify API in the core.
1862 * GaimConversationUiOps.updated: use the conversation-updated signal
1863 * GAIM_SUBTYPE_CONV_WINDOW: windows are now only represented in the UI,
1864 so GAIM_TYPE_BOXED is used for the signal types
1865 * gaim_gtk_privacy_is_showable(): We do fallback privacy in the core
1866 now, so this would always be TRUE now.
1867 * GaimBlistNodeAction: See GaimMenuAction
1868 * gaim_blist_node_action_new(); use gaim_menu_action_new() instead
1870 * gaim_date_full(): See gaim_date_format_full()
1871 * gaim_strftime(): See gaim_utf8_strftime()
1872 * GAIM_MESSAGE_COLORIZE
1873 * user_data from gaim_notify_searchresults_new_rows and from
1874 notify_searchresults in GaimNotifyUiOps.
1875 * gaim_conversation_get_send_history(), and send_history from
1877 * Removed ui_ops from GaimBuddyList. Use gaim_blist_get_ui_ops() instead
1878 * GaimGtkConversation: dialogs (dialogs.search moved to GaimGtkWindow)
1879 * gaim_show_xfer_dialog: Use gaim_gtk_xfer_dialog_show(NULL) instead.
1880 * GaimGtkRoomlistDialog: Nothing used it outside of the file it was in.
1881 * gaim_gtk_roomlist_dialog_new: use gaim_gtk_roomlist_show
1882 * gaim_gtk_roomlist_dialog_new_with_account: use gaim_gtk_roomlist_show_with_account
1883 * binreloc functions
1886 * gaim_prefs_disconnect_by_handle()
1887 * a password field to GaimConnection, which only persists for the
1888 session (when "remember password" is false, account->password is
1889 NEVER set) Use gaim_connection_get_password(GaimConnection *gc)
1890 * gaim_log_common_writer, gaim_log_common_lister, gaim_log_common_sizer,
1891 and gaim_log_get_log_dir to allow log formats that use standard Gaim
1892 log directory to use Gaim's built-in code for these purposes.
1893 * GaimLogCommonLoggerData struct for a basic logger_data struct to be
1894 used with "common" logger functions.
1895 * gaim_gtk_blist_node_is_contact_expanded, returns TRUE if the given
1896 blist node is a buddy inside an expanded contact, or is itself an
1898 * GaimLogSet struct, get_log_sets function to GaimLogLogger,
1899 gaim_log_get_log_sets, gaim_log_set_compare
1900 * gaim_privacy_check(), to check if a given user is allowed to send
1901 messages to the specified account
1902 * gtk_imhtml_clear_formatting()
1903 * gtk_imhtml_delete to clear out part of a imhtml buffer
1904 * gtk_imhtml_get_protocol_name()
1905 * gaim_buddy_icons_get_full_path(), to get the full path of a buddy
1907 * CHAT_USERS_ALIAS_COLUMN, CHAT_USERS_COLOR_COLUMN,
1908 CHAT_USERS_BUDDY_COLUMN to the list of columns for the chat
1910 * gaim_account_add_buddy()
1911 * gaim_account_add_buddies()
1912 * gaim_account_remove_buddy()
1913 * gaim_account_remove_buddies()
1914 * gaim_account_change_password()
1915 * gaim_account_supports_offline_message()
1916 * gaim_conversation_close_logs(), to force a conversation's log(s) to
1917 be closed. New logs will be opened as necessary.
1918 * gaim_got_protocol_handler_uri()
1919 * gaim_plugin_get_id()
1920 * gaim_plugin_get_name()
1921 * gaim_plugin_get_version()
1922 * gaim_plugin_get_summary()
1923 * gaim_plugin_get_description()
1924 * gaim_plugin_get_author()
1925 * gaim_plugin_get_homepage()
1926 * gaim_gtkconv_switch_active_conversation(GaimConversation *)
1927 * gaim_str_strip_char() to strip a given character from
1929 * gaim_util_chrreplace() to replace a given character with a
1931 * gaim_gtk_blist_toggle_visibility() to intelligently toggle the
1932 visiblity of the buddy list
1933 * gaim_gtk_blist_visibility_manager_add() to indicate the addition of a
1934 visibility manager - see the docs for more information
1935 * gaim_gtk_blist_visibility_manager_remove() to indicate the removal of
1936 a visibility manager - see the docs for more information
1937 * gaim_gtk_conversations_find_unseen_list() to get a list of conversations
1938 with an "unseen" state >= to the specified state and other criteria
1939 * gaim_gtk_conversations_fill_menu() fill a menu from list of conversations
1940 * gaim_gtk_create_prpl_icon()
1941 * gaim_gtk_create_prpl_icon_with_status()
1942 * gaim_gtk_pounces_manager_show()
1943 * gaim_gtk_pounces_manager_hide()
1944 * gaim_gtk_pounce_editor_show()
1945 * GAIM_POUNCE_MESSAGE_RECEIVED
1947 * gaim_pounce_set_options()
1948 * gaim_pounce_set_options()
1949 * GAIM_STOCK_CONNECT, GAIM_STOCK_DISCONNECT
1951 * gaim_account_request_add: Notifies the user that they were added to
1952 someone's buddy list, and offers them the choice
1953 of adding that person to their buddy list.
1954 * gaim_blist_alias_contact()
1955 * gaim_cipher_http_digest_calculate_session_key()
1956 * gaim_cipher_http_digest_calculate_response()
1957 * gaim_notify_searchresults_labeled()
1958 * GAIM_NOTIFY_BUTTON_LABELED, GAIM_NOTIFY_BUTTON_INFO,
1959 GAIM_NOTIFY_BUTTON_IM, GAIM_NOTIFY_BUTTON_JOIN,
1960 GAIM_NOTIFY_BUTTON_INVITE
1961 * stock buttons GAIM_STOCK_IM, GAIM_STOCK_INFO
1962 * gaim_conversation_present()
1963 * GaimConversationUiOps->present(GaimConversation *)
1964 * GaimPlugin.unloadable
1965 * gaim_plugin_is_unloadable()
1966 * GAIM_PLUGIN_PREF_STRING_FORMAT
1967 * gaim_plugin_pref_get_format_type()
1968 * gaim_plugin_pref_set_format_type()
1969 * GaimStringFormatType
1970 * gaim_log_get_handle()
1973 * gaim_marshal_POINTER__POINTER_POINTER
1974 * gaim_utf8_ncr_encode()
1975 * gaim_gtk_log_init()
1976 * gaim_gtk_log_get_handle()
1977 * gaim_gtk_log_uninit()
1978 * gaim_util_fetch_url_request()
1980 * gaim_menu_action_new()
1981 * gaim_menu_action_free()
1982 * GaimInfoFieldFormatCallback
1983 * gaim_utf8_strftime()
1984 * gaim_date_format_short()
1985 * gaim_date_format_long()
1986 * gaim_date_format_full()
1987 * gaim_time_format()
1988 * gaim_plugin_action_free()
1989 * GaimRequestType: Added GAIM_REQUEST_FOLDER
1990 * GaimRequestUiOps: Added request_folder
1991 * gaim_request_folder()
1992 * gaim_gtk_setup_screenname_autocomplete()
1993 * gaim_gtk_set_cursor()
1994 * gaim_gtk_clear_cursor()
1995 * GAIM_MESSAGE_ACTIVE_ONLY
1996 * gaim_proxy_get_setup()
1997 * GaimNotifySearchResultsCallback: Added user_data.
1998 * gaim_notify_searchresults: Added user_data.
1999 * gaim_network_listen_cancel(): Can be used to cancel a previous
2000 call to gaim_network_listen() or gaim_network_listen_range()
2001 * gaim_proxy_connect_cancel(): Can be used to cancel a pending
2002 gaim_proxy_connect() request
2003 * gaim_proxy_connect_cancel_with_handle(): Can be used to cancel
2004 a previous gaim_proxy_connect() request using a specified handle
2005 * gaim_dnsquery_destroy(): Can be used to cancel a pending DNS
2007 * gaim_util_fetch_url_cancel(): Can be used to cancel a pending
2008 call to gaim_util_fetch_url() or gaim_util_fetch_url_request().
2009 * GaimGtkWindow: dialogs.search (previously in GaimGtkConversation)
2010 * gaim_buddy_get_server_alias()
2011 * gaim_conv_send_confirm()
2012 * GaimConversationUiOps.send_confirm
2013 * gaim_gtk_roomlist_dialog_show_with_account
2014 * gaim_gtk_tree_view_search_equal_func to be used with
2015 gtk_tree_view_set_search_equal_func
2016 * gaim_xfer_set_bytes_sent(). Sets the offset in the file to
2017 read from or write to.
2018 * gaim_privacy_deny and gaim_privacy_allow
2019 * gaim_gtk_blist_set_headline
2020 * gaim_gtk_set_urgent
2021 * GtkGaimScrollBook and its functions.
2022 * purple_markup_unescape_entity()
2023 * purple_markup_get_css_property()
2024 * purple_group_get_name()
2026 Signals - Changed: (See the Doxygen docs for details on all signals.)
2027 * Signal propagation now stops after a handler returns a non-NULL value.
2028 This value is now returned. Previously, all registered handlers were
2029 called and the value from the last handler was used.
2030 * "buddy-typing" and "buddy-typing-stopped": replaced the GaimConversation*
2031 with GaimAccount*, const char *name. Also, the signal is now emitted
2032 regardless of whether a conversation exists and regardless of whether
2033 the user is on the buddy list.
2034 * "chat-buddy-joined": added the new_arrival argument
2035 * "chat-invited" handlers can now return a value to control what happens
2036 to the invite (accept, reject, prompt the user).
2037 * "chat-left": Emitted *after* setting chat->left to TRUE.
2038 * "drawing-tooltip": the second argument is now a GString* instead of
2040 * "drawing-tooltip": added the "full" argument
2041 * "received-im-msg" and "received-chat-msg" to match, both now pass a
2042 conversation pointer and flags
2043 * "receiving-im-msg" and "receving-chat-msg" to match, both now pass a
2044 conversation pointer and a pointer to the flags.
2045 * "writing-im-msg", "wrote-im-msg", "writing-chat-msg", "wrote-chat-msg":
2046 Now emitted from a difference place in the message handling code.
2047 The arguments also changed.
2048 * "displaying-im-msg", "displayed-im-msg", "displaying-chat-msg",
2049 "displayed-chat-msg": Added "who" argument, which changes the order
2050 of the existing arguments.
2052 Signals - Added: (See the Doxygen docs for details on all signals.)
2053 * "account-disabled"
2054 * "account-status-changed"
2055 * "account-alias-changed"
2058 * "conversation-dragging"
2059 * "dbus-method-called"
2061 * "file-recv-accept"
2063 * "file-recv-cancel"
2064 * "file-recv-complete"
2065 * "file-recv-request"
2066 * "file-send-accept"
2068 * "file-send-cancel"
2069 * "file-send-complete"
2072 * "blist-node-aliased"
2073 * "buddy-status-changed"
2074 * "buddy-idle-changed": A buddy's idle status changed.
2075 * "buddy-icon-changed"
2076 * "buddy-got-login-time": The login time for a buddy is now known
2077 * "displaying-userinfo"
2079 * "gtkblist-unhiding"
2081 * "network-configuration-changed"
2082 * "savedstatus-changed"
2083 * "sendto-extended-menu"
2087 * "account-away": replaced by account-status-changed
2089 * "buddy-away": replaced by buddy-status-changed
2090 * "buddy-back": replaced by buddy-status-changed
2091 * "buddy-idle": replaced by buddy-idle-changed
2092 * "buddy-unidle": replaced by buddy-idle-changed
2093 * "buddy-icon-cached": replaced by buddy-icon-changed
2094 * "conversation-drag-end": replaced by conversation-dragging
2095 * "conversation-switching"
2097 version 1.5.0 (8/11/2005):
2098 * Added: gaim_xfer_conversation_write
2099 Writes a messages to a conversation window with the use
2100 of the associated file transfer.
2102 version 1.4.0 (7/7/2005):
2103 * Added: gaim_buddy_icon_uncache()
2104 Deletes a cached buddy icon for a specified buddy
2105 * Added: gaim_buddy_icon_get_type
2106 Attempts to determine the type of a given buddy icon.
2107 * Added: buddy-icon-cached signal
2108 Emitted when a new buddy icon is cached.
2110 version 1.3.1 (6/9/2005):
2113 version 1.3.0 (5/10/2005):
2114 * Added: gaim_blist_schedule_save()
2115 This should be used instead of gaim_blist_sync when you
2116 want the blist.xml file to be written to disk. There
2117 should not be many occasions when you want to do this,
2118 as the functions in the blist API that modify the buddy
2119 list will normally call it for you.
2120 * Added: OPT_PROTO_NO_NORMALIZE_CONV
2121 Tells the conversation API to not normalize screen names
2122 in conversations. This is used by the Jabber PRPL.
2124 version 1.2.1 (4/3/2005):
2127 version 1.2.0 (3/17/2005):
2128 * You can use gaim_signal_connect_priority() and
2129 gaim_signal_connect_priority_vargs() to connect to
2130 Gaim signals with a given priority (Will Gorman)
2131 * Added: gaim_conversation_set_features
2132 gaim_conversation_get_features
2133 These allow plugins (notable prpls) to change the
2134 formatting capabilities of an existing conversation.
2135 This comes with a new "features" field in
2136 GaimConversation (Christopher O'Brien)
2137 * Added: GAIM_CONNECTION_NO_IMAGES to GaimConectionFlags
2138 (Christopher O'Brien)
2139 * Added: GAIM_CBFLAGS_TYPING to GaimConvChatBuddyFlags
2140 (Christopher O'Brien)
2141 * Added: gaim_account_request_add which takes the same arguments as
2142 * gaim_account_notify_added but always asks the user if they want to add
2143 * the buddy to the buddy list
2144 * Added: An accompanying request_add GaimAccountUiOp
2146 version 1.1.4 (2/24/2005):
2149 version 1.1.3 (2/17/2005):
2152 version 1.1.2 (1/20/2005):
2155 version 1.1.1 (12/28/2004):
2158 version 1.1.0 (12/02/2004):
2159 * Added: gaim_utf8_salvage
2160 * Added: binary relocation support in prefix.h
2161 WARNING: If your plugin uses anything inside the
2162 #ifdef ENABLE_BINRELOC from prefix.h, it won't be
2163 loadable on a copy of Gaim compiled without binreloc
2164 support. In particular, watch out for the autoconf-like
2165 macros, and accidently including them through internal.h,
2166 which you probably shouldn't be including anyway.
2168 version 1.0.0 (09/17/2004):
2169 * Added: get_chat_name to the GaimPluginProtocolInfo struct
2170 * Changed: gaim_blist_update_buddy_presence(), presence changed to
2172 * Changed: the versioning scheme, and all the plugin structs
2174 version 0.82 (08/26/2004):
2176 * Removed: gaim_gtk_get_dispstyle(), gaim_gtk_change_text()
2178 * Renamed: ui.h to gtkdialogs.h
2179 * Renamed: gtkinternal.h to gtkgaim.h
2180 * Renamed: show_info_dialog to gaim_gtkdialogs_info
2181 * Renamed: show_log_dialog to gaim_gtkdialogs_log
2182 * Renamed: show_warn_dialog to gaim_gtkdialogs_warn
2183 * Renamed: show_im_dialog to gaim_gtkdialogs_im
2184 * Renamed: gaim_gtkdialogs_new_im to gaim_gtkdialogs_im_with_user
2185 * Renamed: destroy_all_dialogs to gaim_gtkdialogs_destroy_all
2186 * Renamed: alias_dialog_bud to gaim_gtkdialogs_alias_buddy
2187 * Renamed: alias_dialog_contact to gaim_gtkdialogs_alias_contact
2188 * Renamed: alias_dialog_blist_chat to gaim_gtkdialogs_alias_chat
2189 * Renamed: show_confirm_del to gaim_gtkdialogs_remove_buddy
2190 * Renamed: show_confirm_del_group to gaim_gtkdialogs_remove_group
2191 * Renamed: show_confirm_del_blist_chat to gaim_gtkdialogs_remove_chat
2192 * Renamed: show_confirm_del_contact to gaim_gtkdialogs_remove_contact
2193 * Renamed: show_about to gaim_gtkdialogs_about
2194 * Added: gaim_notify_userinfo() and the associated notify_userinfo() UI op
2195 which pass account and contact information associated with the
2199 * Changed: gaim_blist_request_add_chat(), added name parameter
2200 * Added: gaim_contact_on_account()
2201 * Added: flags parameter to the GaimBlistNode struct
2204 * Added: gaim_gtkconv_button_new()
2206 Protocol Plugin API: v7
2207 * Added: chat_info_defaults to the GaimPluginProtocolInfo struct
2210 * Added: conversation-updated for any update to the data associated
2211 with the conversation (topic, icon, adding to buddy list, etc.)
2214 * Changed: gaim_conv_chat_add_user() (added new_arrival parameter)
2216 version 0.81 (08/05/2004):
2218 * Most functions now have a void *data argument.
2221 * Added: gaim_buddy_get_contact_alias
2222 * Renamed: gaim_get_buddy_alias to gaim_buddy_get_alias
2223 * Renamed: gaim_get_buddy_alias_only to gaim_buddy_get_alias_only
2226 * Changed: gaim_conv_chat_add_user(), added flags parameter
2227 * Changed: gaim_conv_chat_add_users(), added GList of flags parameter
2228 * Changed: gaim_conv_chat_get_users(), now returns a GList of
2230 * Changed: gaim_conv_chat_set_users() now expects a GList of
2232 * Added: gaim_conv_chat_set_user_flags()
2233 * Added: gaim_conv_chat_get_user_flags()
2234 * Added: gaim_conv_chat_find_user()
2235 * Added: gaim_conv_chat_cb_new()
2236 * Added: gaim_conv_chat_cb_find()
2237 * Added: gaim_conv_chat_cb_destroy()
2238 * Added: gaim_conv_chat_cb_get_name()
2240 Conversation UI ops:
2241 * Added: chat_update_user()
2244 * Changed: chat-buddy-joining & chat-buddy-joined now include the user's flags
2245 * Changed: chat-buddy-joining & chat-buddy-leaving are now booleans, return
2246 TRUE if you don't want the join/leave to be displayed in the UI.
2247 * Added: chat-buddy-flags for when user's flags change
2248 gaim_marshal_VOID__POINTER_POINTER_POINTER_UINT_UINT (required for the new
2249 chat-buddy-flags signal)
2250 * Added: account-modified for when account settings have been changed.
2252 version 0.80 (07/15/2004):
2254 * Removed: PRPL numbers : gaim_account_set_protocol(),
2255 gaim_account_get_protocol(), gaim_accounts_find_with_prpl_num,
2256 gaim_prpl_num_to_id(), gaim_prpl_id_to_num(), GaimProtocol
2258 Protocol Plugin API: v6
2259 * Added: can_receive_file & send_file to the GaimPluginProtocolInfo struct
2262 * Changed "chat-invited" to also include the components hash table so
2263 plugins can use serv_join_chat when the signal is emitted.
2264 * Added "chat-topic-changed" signal plugins know when a topic is changed.
2266 version 0.79 (06/24/2004):
2268 * gaim_url_parse() now takes two additional parameters, which are used
2269 for returning the username and password from the URL, if they exist.
2270 * Added: has_focus UI op to GaimConversationUiOps and
2271 GaimConvWindowUiOps.
2272 * Added: gaim_conversation_has_focus() and gaim_conv_window_has_focus().
2273 * Removed: gaim_blist_save()
2275 Protocol Plugin API: v5
2276 * Changed: add_buddy, add_buddies, remove_buddy, remove_buddies,
2277 rename_group and remove_group to take GaimBuddy's and
2278 GaimGroup's consistently.
2279 * Removed: OPT_PROTO_BUDDY_ICON (replaced by icon_spec)
2280 * Added: icon_spec to the GaimPluginProtocolInfo struct
2282 version 0.78 (05/30/2004):
2284 * Added: actions - for plugins to add to the new Plugin Actions menu
2286 Loader Plugin API: v2 (no changes)
2288 Protocol Plugin API: v4
2289 * Removed: set_dir, get_dir and dir_search (not used, AIM-centric)
2290 * Removed: actions (replaced by generic plugin actions)
2292 Perl Plugin API: v2 (no changes)
2293 TCL Plugin API: (no changes)
2296 * Added: "blist-node-extended-menu" for extending Buddy, Chat and
2297 Group right-click menus
2298 * Added: "drawing-tooltip" for plugins to allow plugins to change text
2299 appearing in tooltips
2300 * Added: "gtkblist-created"
2301 * Added: "receiving-im-msg" and "receiving-chat-msg" (these behave
2302 exactly like received-*-msg used to)
2303 * Added: "buddy-idle-updated" signal, for when the idle time changes.
2304 * Changed: "received-im-msg" and "received-chat-msg" no longer pass
2305 pointers to who, message and flags, and are now void.
2306 * Removed: "drawing-menu" - it was UI sepecific and
2307 "blist-node-extended-menu" is superior
2309 version 0.77 (04/22/2004):
2310 Loader & Protocol Plugins independantly versioned
2311 Plugin loading now checks versioning on plugins (Standard, Loader &
2313 new GAIM_{PLUGIN,PRPL,LOADER}_API_VERSION constants
2316 * Added: prefs_info for UI independant plugin prefs
2318 Loader Plugin API: v2
2319 * Added: api_version at top of GaimPluginLoaderInfo struct
2321 Protocol Plugin API: v2
2322 * Added: api_version at top of GaimPluginProtocolInfo struct
2323 * Added: chat_menu for protocol specific extensions to the chat menu
2324 * Removed: get_away "Nada used it. Pink elephants on parade."
2325 * Removed: protocol_prefs (replaced by generic plugin prefs_info)
2327 Perl Plugin API: v2 (no changes)
2328 TCL API: (no changes)
2331 * Added: "conversation-drag-ended"
2333 version 0.76 (04/01/2004):
2336 Loader Plugin API: (not versioned)
2337 Protocol Plugin API: (not versioned)
2338 * Added: protocol_prefs for protocol specific preferences
2339 * Added: reject_chat so protocols can act on chat invite rejection
2341 TCL Plugin API: (not versioned)
2342 * Changes to plugin registration to show descriptions