diff plugins/ChangeLog.API @ 10732:c4cb90065e1d

[gaim-migrate @ 12334] "gaim_escape_html (according to Ethan) predates g_markup_escape_text. Current code in Gaim uses both functions. This patch removes gaim_escape_html from the API and replaces all calls in the Gaim tree with g_markup_escape_text. I included a ChangeLog.API note. As far as I can tell, this still works perfectly. This is obviously intended for HEAD only, as it removes a public function." --rlaager this was discussed extensively this morning committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 26 Mar 2005 02:43:49 +0000
parents cfb1f4b08ab1
children aa10aa27c177
line wrap: on
line diff
--- a/plugins/ChangeLog.API	Sat Mar 26 01:20:31 2005 +0000
+++ b/plugins/ChangeLog.API	Sat Mar 26 02:43:49 2005 +0000
@@ -20,6 +20,8 @@
 	           list of the given account.
 	* Changed: gaim_blist_node_action_new, added a fourth argument, a GList
 	           of GaimBlistNodeActions to be created as a submenu of the item.
+	* Removed: gaim_escape_html(const char *html) (use
+	           g_markup_escape_text(html, -1) instead)
 
 	Signals:
 	* Changed: "received-im-msg and "received-chat-msg" to match, both