comparison 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
comparison
equal deleted inserted replaced
10731:783ca1f1ebdb 10732:c4cb90065e1d
18 as the first argument, and buddy and group as the second and 18 as the first argument, and buddy and group as the second and
19 third. It also adds the buddy to the server-side buddy 19 third. It also adds the buddy to the server-side buddy
20 list of the given account. 20 list of the given account.
21 * Changed: gaim_blist_node_action_new, added a fourth argument, a GList 21 * Changed: gaim_blist_node_action_new, added a fourth argument, a GList
22 of GaimBlistNodeActions to be created as a submenu of the item. 22 of GaimBlistNodeActions to be created as a submenu of the item.
23 * Removed: gaim_escape_html(const char *html) (use
24 g_markup_escape_text(html, -1) instead)
23 25
24 Signals: 26 Signals:
25 * Changed: "received-im-msg and "received-chat-msg" to match, both 27 * Changed: "received-im-msg and "received-chat-msg" to match, both
26 now pass a conversation pointer and flags 28 now pass a conversation pointer and flags
27 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both 29 * Changed: "receiving-im-msg" and "receving-chat-msg" to match, both