diff ChangeLog.API @ 29753:05d727f76ca9

Combine the three purple_unescape_text()s into one. purple_unescape_text is like purple_unescape_html, except better. I say better, but really, what I should say is "libxml2 BLOWS", because of its crazy way of leaving attributes "unescaped".
author Paul Aurich <paul@darkrain42.org>
date Wed, 10 Feb 2010 04:05:50 +0000
parents 55515a760e87
children 529233281dfe
line wrap: on
line diff
--- a/ChangeLog.API	Wed Feb 10 04:01:16 2010 +0000
+++ b/ChangeLog.API	Wed Feb 10 04:05:50 2010 +0000
@@ -13,13 +13,14 @@
 		* purple_media_manager_set_backend_type
 		* purple_network_get_all_local_system_ips
 		* purple_prpl_got_media_caps
+		* purple_unescape_text
 		* purple_uuid_random
 		* media_caps to the PurpleBuddy struct
 		* buddy-caps-changed blist signal
 		* ui-caps-changed media manager signal
 		* sent-attention conversation signal
 		* got-attention conversation signal
-	
+
 	Pidgin:
 		Added:
 		* pidgin_dialogs_buildinfo (should not be used by anything but Pidgin)