diff ChangeLog.API @ 26746:7c2506045671

merge of '9804728d8412930412ec4faaa29230268879586d' and '99afc19a87766c3beb24ccc126de72da4fef3be9'
author Etan Reisner <pidgin@unreliablesource.net>
date Fri, 20 Mar 2009 00:34:17 +0000
parents 3d997c09b94e
children 4f6228f14461 7b63af454f26
line wrap: on
line diff
--- a/ChangeLog.API	Wed Mar 11 21:49:08 2009 +0000
+++ b/ChangeLog.API	Fri Mar 20 00:34:17 2009 +0000
@@ -26,6 +26,14 @@
 		* purple_request_field_set_ui_data
 		* purple_strequal
 		* xmlnode_from_file
+		* xmlnode_set_attrib_full
+
+		Changed:
+		* xmlnode_remove_attrib now removes all attributes with the
+		same name.  Previously, it would remove the first one found,
+		which was completely non-deterministic.  If you want to remove
+		the attribute with no namespace, then use NULL with
+		xmlnode_remove_with_namespace.
 
 		Deprecated:
 		* purple_buddy_get_local_alias
@@ -40,6 +48,8 @@
 		* purple_status_set_attr_string
 		* purple_presence_add_status
 		* purple_presence_add_list
+		* xmlnode_set_attrib_with_namespace
+		* xmlnode_set_attrib_with_prefix
 
 	pidgin:
 		Added:
@@ -52,6 +62,7 @@
 		* pidgin_blist_get_theme
 		* pidgin_sound_is_customized
 		* pidgin_utils_init, pidgin_utils_uninit
+		* pidgin_notify_pounce_add
 
 	perl:
 		Changed: